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 1369 - 1392 of 1746 Results
Skip side bar filters
  • Mastering PostgreSQL for Data Engineering and Cloud Deployment

    Design, Optimize, and Scale PostgreSQL for Modern Data Pipelines. Key Features ● Learn PostgreSQL from the ground up, covering installation, SQL, configuration, backup, replication, and cloud deployment. ● Gain in-depth knowledge of performance tuning, indexing strategies, and high availability to scale databases efficiently. ● Deploy PostgreSQL on AWS, using RDS, EC2, and S3, with real-world ... Read more

    $24.99 USD or Free with Kobo Plus

  • Learning Spring Boot 4

    Simplify the development of production-grade applications using Java and Spring

    Build Java web apps swiftly with this fourth edition of the best-selling Spring Boot guide for beginners, updated and enhanced with defining features of Spring Boot 4Key FeaturesLearn Spring Boot in a cohesive manner with this practical guideDiscover popular Java developer tools such as GraalVM native images, serving up JSON, and moreBuild secure, observable, and scalable web applications from ... Read more

    $43.99 USD or Free with Kobo Plus

  • Java 17 Recipes

    A Problem-Solution Approach

    Series series Professional and Applied Computing (R0)
    Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved!Java 17 Recipes is updated to reflect changes in specification and implementation since ... Read more

    $62.99 USD

  • The Definitive Guide to Security in Jakarta EE

    Securing Java-based Enterprise Applications with Jakarta Security, Authorization, Authentication and More

    Series series Professional and Applied Computing (R0)
    Refer to this definitive and authoritative book to understand the Jakarta EE Security Spec, with Jakarta Authentication & Authorization as its underlying official foundation. Jakarta EE Security implementations are discussed, such as Soteria and Open Liberty, along with the build-in modules and Jakarta EE Security third-party modules, such as Payara Yubikey & OIDC, and OmniFaces JWT-Auth.The book ... Read more

    $62.99 USD

  • Java Coding Problems

    Improve your Java Programming skills by solving real-world coding challenges

    Develop your coding skills by exploring Java concepts and techniques such as Strings, Objects and Types, Data Structures and Algorithms, Concurrency, and Functional programming Key FeaturesSolve Java programming challenges and get interview-ready by using the power of modern Java 11Test your Java skills using language features, algorithms, data structures, and design patternsExplore areas such as ... Read more

    $36.99 USD or Free with Kobo Plus

  • Mastering Data Engineering and Analytics with Databricks

    by Manoj Kumar ...
    Master Databricks to Transform Data into Strategic Insights for Tomorrow’s Business Challenges Key Features ● Combines theory with practical steps to master Databricks, Delta Lake, and MLflow. ● Real-world examples from FMCG and CPG sectors demonstrate Databricks in action. ● Covers real-time data processing, ML integration, and CI/CD for scalable pipelines. ● Offers proven strategies to optimize ... Read more

    $23.99 USD or Free with Kobo Plus

  • ReactJS by Example - Building Modern Web Applications with React

    Building Modern Web Applications with React

    by Vipul A M ...
    Get up and running with ReactJS by developing five cutting-edge and responsive projectsKey Features\[\*\]Create pragmatic real-world applications while learning React and its modern developer tools\[\*\]Build sustainable user interfaces by transforming data into components of UI\[\*\]Learn how to generate reusable ReactJS components effectivelyBook DescriptionReactJS is an open-source JavaScript ... Read more

    $37.99 USD or Free with Kobo Plus

  • Hibernate Recipes

    A Problem-Solution Approach

    Series series Professional and Applied Computing (R0)
    Hibernate Recipes, Second Edition contains a collection of code recipes and templates for learning and building Hibernate solutions for you and your clients, including how to work with the Spring Framework and the JPA. This book is your pragmatic day-to-day reference and guide for doing all things involving Hibernate. There are many books focused on learning Hibernate, but this book takes you ... Read more

    $35.99 USD

  • Introduction to Java Programming, 2nd Edition

    by Sham Tickoo ...
    Introduction to Java Programming is an example based textbook, written to cater the needs of beginners and intermediate users who wish to understand the basic concepts of Java. The textbook highlights Java as the easiest and most productive tool for creating programs, including Windows-based and Web-based programs.The highlight of the textbook is that each concept introduced in it has been ... Read more

    $25.00 USD

  • Java Alles-in-einem-Band für Dummies

    Series series Für Dummies
    Dieses Buch ist für alle, die tief in die Java-Programmierung einsteigen möchten. Dennoch werden keine Programmierkenntnisse vorausgesetzt. Lernen Sie zunächst, wie Sie das Java Development Kit installieren und welche Java-Elemente es gibt. Machen Sie sich dann mit Methoden und objektorientierter Programmierung vertraut. Werfen Sie Exceptions, sammeln Sie Datenelemente in flexiblen Arrays und ... Read more

    $21.00 USD

  • The Joy of Kotlin

    SummaryMaintaining poor legacy code, interpreting cryptic comments, and writing the same boilerplate over and over can suck the joy out of your life as a Java developer. Fear not! There's hope! Kotlin is an elegant JVM language with modern features and easy integration with Java. The Joy of Kotlin teaches you practical techniques to improve abstraction and design, to write comprehensible code, and ... Read more

    $49.99 USD

  • Enterprise OSGi In Action

    SummaryEnterprise OSGI in Action is a hands-on guide for developers using OSGi to build the next generation of enterprise Java applications. By presenting relevant examples and case studies, this book guides the reader through the maze of new standards and projects.About This BookEnterprise OSGi is a set of standards for building modular Java applications which integrate seamlessly with existing ... Read more

    $68.99 USD

  • 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

    $49.99 USD

  • 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

    $49.99 USD

  • JavaFX in Action

    by Simon Morris ...
    JavaFX is a Java-based rich user interface technology that sits atop the existingJava Standard and Micro Editions. Using it, developers can build rich user interfaceswith access to all Java components already installed on their systems. At itsheart is the easy to learn JavaFX Script language that lets developers describewhat they want to accomplish in clear, declarative terms rather than ... Read more

    $49.99 USD

  • Troubleshooting Java, Second Edition

    Learn how to quickly work out what your Java code is doing so you can understand when and why it misbehaves.Searching for bugs, detangling messy legacy code, or evaluating your codebase for new features sucks up much of a developer's time. Effectively reading and understanding existing code is a true superpower! Troubleshooting Java, Second Edition teaches you to efficiently analyze and debug Java ... Read more

    $49.99 USD

  • Enterprise Java Microservices

    SummaryEnterprise Java Microservices is an example-rich tutorial that shows how to design and manage large-scale Java applications as a collection of microservices.About the TechnologyLarge applications are easier to develop and maintain when you build them from small, simple components. Java developers now enjoy a wide range of tools that support microservices application development, including ... Read more

    $49.99 USD

  • 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

    $49.99 USD

  • Kubernetes Native Microservices with Quarkus and MicroProfile

    Build fast, efficient Kubernetes-based Java applications using the Quarkus framework, MicroProfile, and Java standards.In Kubernetes Native Microservices with Quarkus and MicroProfile you’ll learn how to:Deploy enterprise Java applications on KubernetesDevelop applications using the Quarkus runtimeCompile natively using GraalVM for blazing speedCreate efficient microservices applicationsTake ... Read more

    $58.99 USD

  • Testing Java Microservices

    Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito

    SummaryTesting Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.About the TechnologyMicroservice applications ... Read more

    $49.99 USD

  • Java: Best Practices to Programming Code with Java

    Java Computer Programming, #3

    Series Book 3 - Java Computer Programming
    Are you tired of constantly finding errors in your Java code? Fed up with not being able to understand what you have written, making it difficult to identify those errors? And how many times has your code been criticized by others for a lack of readability or for not being efficient?In "Java: Best Practices to Programming Code with Java", the book information found here is designed to make things ... Read more

    $2.99 USD or Free with Kobo Plus

  • JAVASCRIPT FOR EVERYONE:

    Master and Build Dynamic Web Applications

    Are you a beginner in the field of coding!!!Then this book is specially made for you.Learn coding with ease and less stress. Including examples and images of how your coding will look like.BUY NOW and start coding ... Read more

    $14.75 USD or Free with Kobo Plus

  • Modern Scala Projects

    Leverage the power of Scala for building data-driven and high performance projects

    Develop robust Scala-powered projects to harvest meaningful insights with the help of machine learning libraries, such as SparkMLKey FeaturesGain hands-on experience in building data science projects with ScalaExploit the powerful functionalities of machine learning librariesUse machine learning algorithms and decision tree models for enterprise appsBook DescriptionScala is both a functional ... Read more

    $41.99 USD or Free with Kobo Plus

  • Java RMI

    Designing & Building Distributed Applications

    Java RMI contains a wealth of experience in designing and implementing Java's Remote Method Invocation. If you're a novice reader, you will quickly be brought up to speed on why RMI is such a powerful yet easy to use tool for distributed programming, while experts can gain valuable experience for constructing their own enterprise and distributed systems.With Java RMI, you'll learn tips and tricks ... Read more

    $31.99 USD