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 601 - 624 of 1748 Results
Skip side bar filters
  • Ajax Hacks

    Tips & Tools for Creating Responsive Web Sites

    Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.Taking complete advantage of Ajax, however, ... Read more

    14,51 €

  • Java Generics and Collections

    Fundamentals and Recommended Practices

    Java Generics and Collections has been the go-to guide to generics for more than a decade. This second edition covers Java 21, providing a clear guide to generics from their most common uses to the strangest corner cases, giving you everything you need to know to use and write generic APIs effectively. It covers the collections library thoroughly, so you'll always know how and when to use each ... Read more

    29,03 €

  • Kotlin for Enterprise Applications using Java EE

    Develop, test, and troubleshoot enterprise applications and microservices with Kotlin and Java EE

    Build Java Enterprise Applications and learn how Kotlin makes it easier to code them using components like JSF 2.3, Enterprise JavaBeans (EJB) 3.2, Contexts and Dependency Injection (CDI) 2.0, the Java API for WebSockets, JAX-RS 2.1, Servlet 4.0.Key FeaturesAn in-depth guide updated with all the latest features of Kotlin 1.2 and Java EE 8Build microservices in Java EE with the help of Kotlin use ... Read more

    29,56 € or Free with Kobo Plus

  • Log4J

    Log4j has been around for a while now, and it seems like so many applications use it. I've used it in my applications for years now, and I'll bet you have too. But every time I need to do something with log4j I've never done before I find myself searching for examples of how to do whatever that is, and I don't usually have much luck. I believe the reason for this is that there is a not a great ... Read more

    4,34 €

  • 97 Things Every Java Programmer Should Know

    Collective Wisdom from the Experts

    If you want to push your Java skills to the next level, this book provides expert advice from Java leaders and practitioners. You’ll be encouraged to look at problems in new ways, take broader responsibility for your work, stretch yourself by learning new techniques, and become as good at the entire craft of development as you possibly can.Edited by Kevlin Henney and Trisha Gee, 97 Things Every ... Read more

    18,01 €

  • Pro Spring Boot

    Series series Professional and Applied Computing (R0)
    Quickly and productively develop complex Spring applications and microservices - out of the box - with minimal fuss on things like configurations. This book will show you how to fully leverage the Spring Boot productivity suite of tools and how to apply them through the use of case studies.Pro Spring Boot is your authoritative hands-on practical guide for increasing your Spring Framework-based ... Read more

    41,97 €

  • Pragmatic Unit Testing in Java with JUnit

    by Jeff Langr ...
    The classic Pragmatic Unit Testing with Java in JUnit returns for a third edition, streamlined and rewritten with updated and more accessible code examples. In this edition, you'll learn how to create concise, maintainable unit tests with confidence. New chapters provide a foundation of examples for testing common concepts, and guidance on incorporating modern AI tools into your development and ... Read more

    32,11 €

  • OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide

    Exam 1Z0-815, Exam 1Z0-816, and Exam 1Z0-817

    This OCP Oracle Certified Professional Java SE 11 Developer Complete Study Guide was published before Oracle announced major changes to its OCP certification program and the release of the new Developer 1Z0-819 exam. No matter the changes, rest assured this Study Guide covers everything you need to prepare for and take the exam.NOTE: The OCP Java SE 11 Programmer I Exam 1Z0-815 and Programmer II ... Read more

    54,99 €

  • The Well-Grounded Java Developer, Second Edition

    Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more.In The Well-Grounded Java Developer, Second Edition you will learn:The new Java module system and why you should use itBytecode for the JVM, including operations and classloadingPerformance tuning the JVMWorking with Java’s ... Read more

    67,61 €

  • Spring Batch in Action

    SummarySpring Batch in Action is an in-depth guide to writing batch applications using Spring Batch. Written for developers who have basic knowledge of Java and the Spring lightweight container, the book provides both a best-practices approach to writing batch jobs and comprehensive coverage of the Spring Batch framework.About the TechnologyEven though running batch jobs is a common task, there's ... Read more

    67,61 €

  • iBATIS in Action

    iBATIS in Action teaches Java developers and architects how to use the iBATIS framework to map relational databases to object-oriented programs. Written by the creator of iBATIS, this practical book presents patterns and solutions that readers can apply immediately.iBATIS in Action shows Java developers how to tackle the problem of data persistence using the elegant iBATIS framework. iBATIS helps ... Read more

    57,30 €

  • OpenCL in Action

    How to accelerate graphics and computations

    SummaryOpenCL in Action is a thorough, hands-on presentation of OpenCL, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind OpenCL, including vector computing, parallel programming, and multi-threaded operations, and then guides you step-by-step from simple data structures to complex functions.About the ... Read more

    67,61 €

  • JUnit in Action

    JUnit in Action, Third Edition has been completely rewritten for this release. The book is full of examples that demonstrate JUnit's modern features, including its new architecture; nested, tagged, and dynamic tests; and dependency injection.SummaryJUnit is the gold standard for unit testing Java applications. Filled with powerful new features designed to automate software testing, JUnit 5 boosts ... Read more

    57,30 €

  • Spring Roo in Action

    SummarySpring Roo in Action is a unique book that teaches you how to code Java in Roo, with a particular focus on Spring-based applications. Through hands-on examples, you'll learn how Roo creates well-formed application structures and supports best practices and tools. Plus, you'll get a quick-and-dirty guide to setting up Roo effectively in your environment.About the TechnologyRoo is a ... Read more

    57,30 €

  • Nim in Action

    SummaryNim is a multi-paradigm language that offers powerful customization options with the ability to compile to everything from C to JavaScript. In Nim in Action you'll learn how Nim compares to other languages in style and performance, master its structure and syntax, and discover unique features.About the TechnologyNim is a multi-paradigm programming language that offers powerful ... Read more

    57,30 €

  • Spark in Action

    Covers Apache Spark 3 with Examples in Java, Python, and Scala

    SummaryThe Spark distributed data processing platform provides an easy-to-implement tool for ingesting, streaming, and processing data from any source. In Spark in Action, Second Edition, you’ll learn to take advantage of Spark’s core features and incredible processing speed, with applications including real-time computation, delayed evaluation, and machine learning. Spark skills are a hot ... Read more

    57,30 €

  • Spring in Practice

    SummarySpring in Practice shows you how to tackle the challenges you face when you build Spring-based applications. The book empowers software developers to solve concrete business problems by mapping application-level issues to Spring-centric solutions. It diverges from other cookbooks because it presents the background you need to understand the domain in which a solution applies before it ... Read more

    57,30 €

  • Lucene in Action

    When Lucene first hit the scene five years ago, it was nothing short ofamazing. By using this open-source, highly scalable, super-fast search engine,developers could integrate search into applications quickly and efficiently.A lot has changed since then-search has grown from a "nice-to-have" featureinto an indispensable part of most enterprise applications. Lucene now powerssearch in diverse ... Read more

    57,30 €

  • Einführung in Java

    Für Studium, Ausbildung und Beruf

    by Kai Günster ...
    Java lernen für Ausbildung, Studium und BerufMit diesem Buch steigen Sie in Java und die objektorientierte Programmierung ein. Schritt für Schritt machen Sie sich mit der Sprache und ihren Konzepten vertraut. Sie lernen, in Algorithmen zu denken und Java sowie die vielen Werkzeuge Ihrer Plattform geschickt zu nutzen. Immer praxisnah und mit Gefühl für mögliche Verständnishürden: So werden auch ... Read more

    35,92 €

  • Scala in Action

    SummaryScala in Action is a comprehensive tutorial that introduces Scala through clear explanations and numerous hands-on examples. Because Scala is a rich and deep language, it can be daunting to absorb all the new concepts at once. This book takes a "how-to" approach, explaining language concepts as you explore familiar programming challenges that you face in your day-to-day work.About the ... Read more

    57,30 €

  • Clojure for Java Developers

    Transition smoothly from Java to the most widely used functional JVM-based language – Clojure

    by Eduardo Díaz ...
    Transition smoothly from Java to the most widely used functional JVM-based language – ClojureKey Features\[\*\]Write apps for the multithreaded world with Clojure’s flavor of functional programming\[\*\]Discover Clojure’s features and advantages and use them in your existing projects\[\*\]The book is designed so that you’ll be able put to use your existing skills and software knowledge to become a ... Read more

    23,84 € or Free with Kobo Plus

  • Akka in Action, Second Edition

    Series series In Action
    Akka solves the big problems of distributed systems, from multithreading and concurrency to scalability and failure. Learn how to use it effectively.In Akka in Action, Second Edition you will learn how to:Create basic programs with Akka TypedWork with clusters to build robust, fault-tolerant programsUse Akka with KubernetesBuild microservices with AkkaCreate and maintain distributed state with ... Read more

    67,61 €

  • Graph Data Science with Python and Neo4j

    Practical approaches to leveraging graph data science to solve real-world challenges. Key Features ● Explore the fundamentals of graph data science, its importance, and applications. ● Learn how to set up Python and Neo4j environments for graph data analysis. ● Discover techniques to visualize complex graph networks for better understanding. Book Description Graph Data Science with Python and ... Read more

    18,69 € or Free with Kobo Plus

  • Neo4j Graph Data Modelling

    Design efficient and flexible databases by optimizing the power of Neo4j

    by Mahesh K Lal ...
    Key FeaturesBook DescriptionIf you are a developer who wants to understand the fundamentals of modeling data in Neo4j and how it can be used to model full-fledged applications, then this book is for you. Some understanding of domain modeling may be advantageous but is not essential.What you will learnTranslate a problem domain from a whiteboard to your databaseMake design decisions based on the ... Read more

    20,02 € or Free with Kobo Plus