Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Java eBooks

If you like Java eBooks, then you'll love these top picks.
Showing 265 - 288 of 1747 Results
Skip side bar filters
  • Applied Natural Language Processing with PyTorch 2.0

    Unlock the Power of PyTorch 2.0 for Next-Level Natural Language Processing. Key Features ● Comprehensive coverage of NLP concepts, techniques, and best practices. ● Hands-on examples with code implementations using PyTorch 2.0. ● Focus on real-world applications and optimizing NLP models. ● Learn to develop advanced NLP solutions with dynamic GPU acceleration. Book Description Natural Language ... Read more

    21,24 € or Free with Kobo Plus

  • Ultimate Android Design Patterns

    Unlocking the Power of Design Patterns to Build Awesome Android Apps Key Features ● Learn creational, structural, behavioral, and architectural patterns to build scalable, maintainable, and testable apps. ● Apply design patterns in hands-on projects, including an e-commerce app, a social media platform, and a chat system. ● Enhance app efficiency with concurrency patterns, network security best ... Read more

    16,99 € or Free with Kobo Plus

  • Think Java

    How to Think Like a Computer Scientist

    Currently used at many colleges, universities, and high schools, this hands-on introduction to computer science is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a computer scientist. You’ll learn how to program—a useful skill by itself—but you’ll also discover how to use programming as a means to ... Read more

    24,48 €

  • Spring Security in Action, Second Edition

    Series series In Action
    Don't let security be an afterthought. Spring Security in Action, Second Edition is your vital companion to robust, secure applications that are protected right from the first line of code.Spring Security in Action, Second Edition is a revised version of the bestselling original, fully updated for Spring Boot 3 and Oauth2/OpenID Connect.In Spring Security in Action, Second Edition you will learn e ... Read more

    67,61 €

  • Storm Applied

    Strategies for real-time event processing

    SummaryStorm Applied is a practical guide to using Apache Storm for the real-world tasks associated with processing and analyzing real-time data streams. This immediately useful book starts by building a solid foundation of Storm essentials so that you learn how to think about designing Storm solutions the right way from day one. But it quickly dives into real-world case studies that will bring ... Read more

    57,30 €

  • Spring Start Here

    Learn what you need and learn it well

    Quickly master the massive Spring ecosystem with this focused, hands-on guide that teaches you exactly what you need to know.In Spring Start Here, you will learn how to:Build web applications with SpringManage application objects with Spring contextImplement data persistence using data sources and transactionsImplement data exchange between applications using REST servicesUtilize Spring Boot's ... Read more

    57,30 €

  • OSGi in Action

    Creating Modular Applications in Java

    What is OSGi? Simply put, OSGi is a standardized technology that allowsdevelopers to create the highly modular Java applications that are required forenterprise development. OSGi lets you install, start, stop, update, or uninstallcomponents without taking down your entire system. The interest in OSGi basedapplications has exploded since major vendors like Sun, Spring, Oracle,BEA, and IBM have ... Read more

    57,30 €

  • Re-Engineering Legacy Software

    SummaryAs a developer, you may inherit projects built on existing codebases with design patterns, usage assumptions, infrastructure, and tooling from another time and another team. Fortunately, there are ways to breathe new life into legacy projects so you can maintain, improve, and scale them without fighting their limitations.About the BookRe-Engineering Legacy Software is an experience-driven ... Read more

    67,61 €

  • iText in Action

    by Bruno Lowagie ...
    With iText, one can transform PDF documents into live, interactive applications quickly and easily. This free and open source library for Java and .NET is the leading tool of its kind, and was primarily developed and maintained by Bruno Lowagie, the author of this book.iText in Action, Second Edition offers an introduction and a practical guide to iText and the internals of PDF. While at the entry ... Read more

    57,30 €

  • Vert.x in Action

    Asynchronous and Reactive Java

    by Julien Ponge ...
    Vert.x in Action teaches you how to build production-quality reactive applications in Java. This book covers core Vert.x concepts, as well as the fundamentals of asynchronous and reactive programming. Learn to develop microservices by using Vert.x tools for database communications, persistent messaging, and test app resiliency. The patterns and techniques included here transfer to reactive ... Read more

    57,30 €

  • Activiti in Action

    Executable business processes in BPMN 2.0

    SummaryActiviti in Action is a comprehensive tutorial designed to introduce developers to the world of business process modeling using Activiti. Before diving into the nuts and bolts of Activiti, this book presents a solid introduction to BPMN 2.0 from a developer's perspective.About the TechnologyActiviti streamlines the implemention of your business processes: with Activiti Designer you draw ... Read more

    67,61 €

  • Seriously Good Software

    Code that works, survives, and wins

    by Marco Faella ...
    SummarySerious developers know that code can always be improved. With each iteration, you make optimizations—small and large—that can have a huge impact on your application’s speed, size, resilience, and maintainability.In Seriously Good Software: Code that Works, Survives, and Wins, author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You’ll start with a ... Read more

    57,30 €

  • Classic Computer Science Problems in Java

    by David Kopec ...
    Sharpen your coding skills by exploring established computer science problems! Classic Computer Science Problems in Java challenges you with time-tested scenarios and algorithms.SummarySharpen your coding skills by exploring established computer science problems! Classic Computer Science Problems in Java challenges you with time-tested scenarios and algorithms. You’ll work through a series of ... Read more

    57,30 €

  • The Well-Grounded Java Developer

    Vital techniques of Java 7 and polyglot programming

    SummaryThe Well-Grounded Java Developer offers a fresh and practical look at new Java 7 features, new JVM languages, and the array of supporting technologies you need for the next generation of Java-based software.About the BookThe Well-Grounded Java Developer starts with thorough coverage of Java 7 features like try-with-resources and NIO.2. You'll then explore a cross-section of emerging JVM ... Read more

    44,69 €

  • The Java Module System

    SummaryJava's much-awaited "Project Jigsaw" is finally here! Java 11 includes a built-in modularity framework, and The Java Module System is your guide to discovering it. In this new book, you'll learn how the module system improves reliability and maintainability, and how it can be used to reduce tight coupling of system components.Foreword by Kevlin Henney.You'll find registration instructions ... Read more

    57,30 €

  • Clojure in Action

    by Amit Rathore ...
    SummaryA fully revised edition that covers the new features available in Clojure 1.6.About the TechnologyClojure is a modern Lisp for the JVM. It has the strengths you expect: first-class functions, macros, and Lisp's clean programming style. It supports functional programming, making it ideal for concurrent programming and for creating domain-specific languages. Clojure lets you solve harder ... Read more

    67,61 €

  • Hello! Python

    SummaryHello! Python fully covers the building blocks of Python programming and gives you a gentle introduction to more advanced topics such as object-oriented programming, functional programming, network programming, and program design. New (or nearly new) programmers will learn most of what they need to know to start using Python immediately.About this BookProgrammers love Python because it's ... Read more

    46,98 €

  • Quarkus in Action

    Series series In Action
    Build resilient and scalable, cloud-native enterprise Java applications using the Quarkus framework.Quarkus lets you live-reload your Java code, deliver continuous background testing, and automatically provide database instances—plus tons more productivity-boosting features! Quarkus in Action quickly gets you up to speed with Quarkus by building a real-world business application.In Quarkus in ... Read more

    57,30 €

  • Spring AI in Action

    by Craig Walls ...
    Use Spring AI to add generative AI features like virtual assistants, text summaries, and suggestions to your Java applications.No matter what kind of software you’re building, there’s a huge demand for AI features! Until recently, though, Java developers have had few good tools for adding AI features to existing and new applications. Spring AI, an exciting new extension for Spring and Spring Boot, ... Read more

    50,42 €

  • Spring Boot 2: лучшие практики для профессионалов

    Хотите повысить свою эффективность в разработке корпоративных и облачных Java-приложений? Увеличьте скорость и простоту разработки микросервисов и сложных приложений, избавившись от забот по конфигурации Spring. Используйте Spring Boot 2 и такие инструменты фреймворка Spring 5, как WebFlux, Security, Actuator, а также фреймворк Micrometer, предоставляющий новый способ сбора метрик. В этой кнге ... Read more

    12,99 € or Free with Kobo Plus

  • Clojure Programming Cookbook

    Handle every problem you come across in the world of Clojure programming with this expert collection of recipes

    Handle every problem you come across in the world of Clojure programming with this expert collection of recipesKey Features\[\*\] Discover a wide variety of practical cases and real world techniques to enhance your productivity with Clojure.\[\*\] Learn to resolve the everyday issues you face with a functional mindset using Clojure\[\*\] You will learn to write highly efficient, more productive, ... Read more

    33,38 € or Free with Kobo Plus

  • 零基础案例学Java——编程实践365例

    by 王翠萍 ...
    《零基础案例学Java——编程实践365例》为希望在人工智能浪潮中打下坚实编程基础的读者而写。书中以“案例驱动+实战演练”为核心,将抽象的编程概念转化为一个个生动、实用的实战案例,帮助读者深入理解 Java 开发的精髓。 本书全面覆盖 Java 开发岗位所需的核心知识点。全书共 18 章,主要内容包括 认识 Java,走进 Java 世界,Java 基本语法,控制语句,操作字符串,数组,类和对象,继承与多态,抽象类、接口和各种类,异常处理,使用集合存储数据,泛型和反射,常用类库与正则表达式,I/O 流编程,GUI 编程,多线程,网络编程,以及数据库编程等。本书坚持“从做中学”,采用知识讲解→范例导学→编程实战→综合实战的学习路线,确保每一步都有代码可练,让读者在动手实践中系统掌握 Java 开发技术。 ... Read more

    10,25 €

  • Java ist auch eine Insel

    Einführung, Ausbildung, Praxis

    Das Standardwerk zur Java-Programmierung von Christian UllenboomProgrammieren mit der Java Platform, Standard Edition 25Java von A bis Z: Einführung, Praxis, ReferenzVon Ausdrücken und Anweisungen zu Klassen und ObjektenJava-Bücher gibt es wie Sand am Meer, aber die Java-Insel ist das Kultbuch für Programmierer und erste Wahl, wenn es um aktuelles und praktisches Java-Wissen geht. Seit über einem ... Read more

    44,93 €

  • Spring: Developing Java Applications for the Enterprise

    Leverage the power of Spring MVC, Spring Boot, Spring Cloud, and additional popular web frameworks.About This BookDiscover key Spring Framework-related technology standards such as Spring core, Spring-AOP, Spring data access frameworks, and Spring testing to develop robust Java applications easilyThis course is packed with tips and tricks that demonstrate Industry best practices on developing a ... Read more

    55,75 € or Free with Kobo Plus