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 697 - 720 of 1738 Results
Skip side bar filters
  • Mastering Clojure Data Analysis

    This book consists of a practical, example-oriented approach that aims to help you learn how to use Clojure for data analysis quickly and efficiently. This book is great for those who have experience with Clojure and need to use it to perform data analysis. This book will also be hugely beneficial for readers with basic experience in data analysis and statistics. ... Read more

    $34.99 USD or Free with Kobo Plus

  • Microsserviços e EJB

    Escale sua aplicação, não a complexidade

    Seja no modelo tradicional ou de microsserviços, separar nossa aplicação em partes menores facilita a escalabilidade, a manutenção, dentre outras qualidades que buscamos nos nossos projetos. Para desenvolver um bom back-end, não basta seguir uma receita pronta. É preciso realmente entender as ferramentas para tirar o máximo delas sem comprometer o desempenho. Em java, dentre as tecnologias para ... Read more

    $9.99 USD or Free with Kobo Plus

  • Android Studio Otter Essentials - Java Edition

    Developing Android Apps Using Android Studio Otter and Java

    by Neil Smyth ...
    This book, fully updated for Android Studio Otter, teaches you how to develop Android-based applications using Java.Beginning with the basics, the book outlines how to set up an Android development and testing environment, followed by an overview of tool windows, the code editor, and the Layout Editor. An introduction to Android architecture is followed by an in-depth look at Android application ... Read more

    $38.99 USD or Free with Kobo Plus

  • 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

    $49.99 USD

  • CDI - Dependency Injection in Java EE 7

    Dependency Injection in Java EE 7

    by Dirk Weil ...
    Series Book 89 - shortcuts
    Seit Java EE 6 steht mit der Contexts and Dependency Injection (CDI) eine neue Technologie bereit, die dem Java-Enterprise-Entwickler seine Arbeit erleichtert. Mit der Version 7 erlangte die Plattform einige neue Features. Der Arbeitsbereich von CDI ist die Bereitstellung und Verknüpfung von Komponenten und Diensten als Basis für Enterprise-Applikationen.Der shortcut bringt dem Leser die ... Read more

    $5.99 USD or Free with Kobo Plus

  • Mastering Java EE Development with WildFly

    Create Enterprise-grade Java applications with WildFly

    Your one stop solution to create highly scalable enterprise grade Java applications with WildFly. Key FeaturesMaster Java EE development with the latest WildFly 10 application server.Integrate with JSF and JMS and use efficient load balancing techniques to create real-time appsIntegrate your backend JavaScript code seamlessly into Java applicationsBook DescriptionPacked with rich assets and APIs, ... Read more

    $41.99 USD or Free with Kobo Plus

  • JavaFX 9 by Example

    Series series Professional and Applied Computing (R0)
    Create media-rich client applications using JavaFX 9 and the Java 9 platform. Learn to create GUI-based applications for mobile devices, desktop PCs, and even the web. Incorporate media such as audio and video into your applications. Interface with hardware devices such as Arduino and Leap Motion. Respond to gesture control through devices such as the Leap Motion Controller. Take advantage of the ... Read more

    $62.99 USD

  • Beginning EJB in Java EE 8

    Building Applications with Enterprise JavaBeans

    Series series Professional and Applied Computing (R0)
    Build powerful back-end business logic and complex Enterprise JavaBeans (EJB)-based applications using Java EE 8, Eclipse Enterprise for Java (EE4J), Web Tools Project (WTP), and the Microprofile platform. Targeted at Java and Java EE developers, with or without prior EJB experience, this book is packed with practical insights, strategy tips, and code examples. As each chapter unfolds, you'll see ... Read more

    $80.99 USD

  • ANDROID DEVELOPMENT PART 3

    by m.furqan riaz ...
    Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible.In this book the languages used for android development are xml and javascript.It is ... Read more

    $3.99 USD or Free with Kobo Plus

  • 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

    $49.99 USD

  • Java XML and JSON

    by JEFF FRIESEN ...
    Series series Professional and Applied Computing (R0)
    Java XML and JSON is your one-stop guide to mastering the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML/JSON documents (and more). The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining four chapters focus on JSON along with the mJson, GSON, and JsonPath APIs.Each chapter ends with select ... Read more

    $31.99 USD

  • Akka Cookbook

    Recipes for concurrent, fast, and reactive applications

    Learn how to use the Akka framework to build effective applications in ScalaKey Features\[\*\] Covers a discussion on Lagom—the newest launched Akka framework that is built to create complex microservices easily\[\*\] The recipe approach of the book allows the reader to know important and independent concepts of Scala and Akka in a seamless manner\[\*\] Provides a comprehensive understanding of ... Read more

    $41.99 USD or Free with Kobo Plus

  • Building REST APIs with Spring Boot 4.0

    Practical and code-first learning for Java developers to build, test and deploy applications using Java 21

    I'd describe this fast-paced book as the perfect practical tutor for Java developers who are curious to develop apps, and not just read about them. All chapters are working sets, where you write code, run it, break it deliberately, and fix it. There are no long theory sections, and no abstract architecture talk. It's all connected from the first command to the final deployable JAR.It's all about ... Read more

    $35.99 USD

  • Quantum Computing in Action

    by Johan Vos ...
    Quantum computing is on the horizon and you can get started today! This practical, clear-spoken guide shows you don’t need a physics degree to write your first quantum software.In Quantum Computing in Action you will learn:An introduction to the core concepts of quantum computingQubits and quantum gatesSuperposition, entanglement, and hybrid computingQuantum algorithms including Shor’s, Deutsch ... Read more

    $49.99 USD

  • Java Data Objects

    Store Objects with Ease

    Java Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence, you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTs to perform queries: ... Read more

    $23.99 USD

  • Microservices

    Der Hype im Realitätscheck

    Series Book 193 - shortcuts
    Kaum ein anderes Thema unterliegt momentan einem solchen Hype wie Microservices. Doch was ist eigentlich möglich mit Microservices, wo liegen Stärken und Schwächen? Dieser shortcut gibt einen kurzen Überblick über den Architekturtrend und beantwortet die wichtigsten Fragen. Dabei führt er die Vor- und Nachteile von Microservices ebenso auf wie die eigenen Erfahrungen der Autoren mit gut gemachten ... Read more

    $3.99 USD or Free with Kobo Plus

  • Ultimate SQL Server and Azure SQL for Data Management and Modernization

    An Encyclopedic Guide to Data Management and Modernization with SQL Server Key Features ● Detailed exploration of deployments on Linux, containers, and Kubernetes. ● Advanced techniques for securing, optimizing, and ensuring high availability in SQL Server. ● Strategies for SQL Server modernization and implementing best practices for peak performance. ● Expert guidance on performance monitoring ... Read more

    $23.99 USD or Free with Kobo Plus

  • JavaFX 8: Introduction by Example

    Series series Professional and Applied Computing (R0)
    JavaFX 8: Introduction by Example shows you how to use your existing Java skills to create graphically exciting client applications with the JavaFX 8 platform. The book is a new and much improved edition of JavaFX 2.0: Introduction by Example, taking you through a series of engaging, fun-to-work examples that bring you up to speed on the major facets of the platform. It will help you to create ... Read more

    $35.99 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

  • Ultimate Deno for Web Development

    Master Modern Web App Development with Deno, TypeScript, and Rust Key Features ● Build secure, high-performance apps with Deno and TypeScript. ● Integrate React, Rust, and Next.js for full-stack workflows. ● Deploy using Docker, Azure, and manage tools via Chocolatey. Book Description Deno is a modern, secure runtime for JavaScript and TypeScript, offering developers a simplified, efficient way to ... Read more

    $19.99 USD or Free with Kobo Plus

  • Bien programmer en Java 7

    Avec plus de 50 études de cas et des comparaisons avec C++ et C#

    Series series Blanche
    À travers la réalisation d'un forum de discussion et plus de 50 études de cas, cet ouvrage montre à tous les programmeurs comment exploiter la richesse de Java en mettant l'accent sur la fiabilité et l'évolutivité.L'excellence didactique d'Emmanuel Puybaret (eteks.com) pour apprendre la programmation Java !Cet ouvrage met à la portée de tous les développeurs les meilleures pratiques Java, depuis l ... Read more

    $24.45 USD or Free with Kobo Plus

  • Programmer en Java avec un Raspberry Pi

    Series series Serial makers
    Le langage Java et le nano-ordinateur Raspberry Pi sont deux outils incroyablement populaires et pédagogiques dans le monde des technologies actuelles. Cet ouvrage les réunit, dans le but de vous apprendre à programmer en Java en réalisant différents projets simples d'électronique avec un Raspberry Pi 3 (modèles B, B+, A+ et Zero WH).Le livre débute par l'installation et l'utilisation de l ... Read more

    $24.45 USD

  • Java®

    L'essentiel du code et des commandes

    Series series Le guide de survie
    Ce Guide de survie vous livre tout le code dont vous avez besoin pour réaliser rapidement et efficacement vos projets de développement en Java.CONCIS ET MANIABLE : facile à transporter, facile à utiliser - finis les livres encombrants !PRATIQUE ET FONCTIONNEL : plus de 100 fragments de code personnalisables pour programmer du Java fonctionnel dans toutes les situations. ... Read more

    $12.99 USD

  • Java Lambdas and Parallel Streams

    Series series Professional and Applied Computing (R0)
    This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way—within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic ... Read more

    $18.99 USD