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 1057 - 1080 of 1736 Results
Skip side bar filters
  • Eclipse

    Programming Java Applications

    by Steve Holzner ...
    Java programmers know how finicky Java can be to work with. An omitted semi-colon or the slightest typo will cause the Java command-line compiler to spew pages of annoying error messages across your screen. And it doesn't fix them--that's up to you: fix them, compile again, and hope that nothing goes wrong this time.Eclipse, the popular Java integrated development environment (IDE) provides an ... Read more

    $25.99 USD

  • Certified Web Developer: Novice To Ninja

    HTML, CSS and JavaScript

    by Rob Botwright ...
    Become a Certified Web Developer: From Novice To Ninja! Are you ready to unlock the secrets of web development and unleash your coding potential? Look no further than our "Certified Web Developer: Novice To Ninja" book bundle! Whether you're just starting out or looking to level up your skills, this bundle has everything you need to become a web development wizard. Dive into the world of HTML, ... Read more

    $7.99 USD or Free with Kobo Plus

  • Curso de Programación y Análisis de Software

    Este Curso ha sido elaborado por dos prestigiosos profesionales del mundo de la formación informática. La programación y la arquitectura de software son los pilares del crecimiento económico de las últimas décadas, acelerándose enormemente en estos últimos años.Esperamos que con este curso, usted pueda mejorar profesionalmente y le ayude a alcanzar sus objetivos personales.El curso consta de los ... Read more

    $9.95 USD or Free with Kobo Plus

  • Selenium Design Patterns and Best Practices

    Whether you are an experienced WebDriver developer or someone who was newly assigned a task to create automated tests, this book is for you. Since the ideas and concepts are described in simple terms, no previous experience in computer coding or programming is required. ... Read more

    $19.99 USD or Free with Kobo Plus

  • Learn JavaFX Game and App Development

    With FXGL 17

    Series series Professional and Applied Computing (R0)
    Understand real-world game development concepts using JavaFX game engine called FXGL. The core focus of the book is on developing a standalone game or application with FXGL.We will start with an overview of the book followed by requisite concepts from Java and JavaFX that will be used throughout this book. Next, we will learn about the FXGL game engine and its wide range of real-world game ... Read more

    $49.99 USD

  • JBoss at Work: A Practical Guide

    A Practical Guide

    Consisting of a number of well-known open source products, JBoss is more a family of interrelated services than a single monolithic application. But, as with any tool that's as feature-rich as JBoss, there are number of pitfalls and complexities, too.Most developers struggle with the same issues when deploying J2EE applications on JBoss: they have trouble getting the many J2EE and JBoss deployment ... Read more

    $20.99 USD

  • Scaling Big Data with Hadoop and Solr, Second Edition

    Understand, design, build, and optimize your big data search engine with Hadoop and Apache Solr

    Key FeaturesBook DescriptionThis book is aimed at developers, designers, and architects who would like to build big data enterprise search solutions for their customers or organizations. No prior knowledge of Apache Hadoop and Apache Solr/Lucene technologies is required.What you will learnUnderstand Apache Hadoop, its ecosystem, and Apache SolrExplore industrybased architectures by designing a big ... Read more

    $37.99 USD or Free with Kobo Plus

  • Spring Boot 2.0 Cookbook

    Configure, test, extend, deploy, and monitor your Spring Boot application both outside and inside the cloud

    by Alex Antonov ...
    Take your application development skills to the next level by implementing Spring Boot features effectivelyKey FeaturesThis collection of effective recipes serves as guidelines for Spring Boot application developmentGet up to date with features of the latest version of Spring Boot 2.0Tips and tricks to improve your efficiency through the stages of software developmentBook DescriptionThe Spring ... Read more

    $37.99 USD or Free with Kobo Plus

  • Data-Centric Applications with Vaadin 8

    Develop and maintain high-quality web applications using Vaadin

    This book teaches you everything you need to know to create stunning Vaadin applications for all your web development needs. Deep dive into advanced Vaadin concepts while creating your very own sample Vaadin application.Key FeaturesA one-stop book to enhance your working knowledge with Vaadin.Explore and implement the architecture of Vaadin applications.Delve into advanced topics such as data ... Read more

    $27.99 USD or Free with Kobo Plus

  • PrimeFaces Beginner's Guide

    A guide for beginner's with step-by-step instructions and an easy-to-follow approach.PrimeFaces Beginners Guide is a simple and effective guide for beginners, wanting to learn and implement PrimeFaces in their JSF-based applications. Some basic JSF and jQuery skills are required before you start working through the book. ... Read more

    $27.99 USD or Free with Kobo Plus

  • Maven Essentials

    Get started with the essentials of Apache Maven and get your build automation system up and running quickly

    Get started with the essentials of Apache Maven and get your build automation system up and running quicklyKey Features\[\*\] Explore the essentials of Apache Maven essentials to arm yourself with all the ingredients needed to develop a comprehensive build automation system\[\*\] Identify the extension points in Apache Maven and learn more about them in-depth\[\*\] Improve developer productivity ... Read more

    $21.99 USD or Free with Kobo Plus

  • Application Servers for E-Business

    The modern application server is a complex platform that is the linchpin of an enterprise environment that includes a very wide range of technologies-web document formatting, web protocols, server-side scripts, servlets, applets, programming languages, distributed object technologies, security capabilities, directory and naming services, load balan ... Read more

    $166.99 USD

  • Ultimate AI-Assisted Development with GitHub Copilot

    Code smarter, Test faster, and Build better with GitHub Copilot! Key Features ● Master prompt engineering and multi-modal Copilot interactions. ● Use GitHub Copilot for real coding, testing, and DevOps tasks. ● Speed up development with AI-powered code and test generation. Book Description AI-assisted coding is transforming how software is built—faster, smarter, and with fewer errors. GitHub ... Read more

    $24.99 USD or Free with Kobo Plus

  • Desbravando Java e Orientação a Objetos

    Um guia para o iniciante da linguagem

    Aprenda Orientação a Objetos com Java de forma simples e efetiva! Você compilará e executará seu próprio programa em algumas horas. Por que Java? Essa é uma das linguagens de programação mais utilizadas em todo o mundo, com 20 anos e atualmente mais de 9 milhões de desenvolvedores. O livro explora importantes conceitos da orientação a objetos como encapsulamento, herança e polimorfismo. Sempre com ... Read more

    $9.99 USD or Free with Kobo Plus

  • Mastering High Performance with Kotlin

    Overcome performance difficulties in Kotlin with a range of exciting techniques and solutions

    Find out how to write Kotlin code without overhead and how to use different profiling tools and bytecode viewer to inspect expressions of Kotlin language.Key Features\[\*\] Apply modern Kotlin features to speed up processing and implement highly efficient and reliable codes.\[\*\] Learn memory optimization, concurrency, multi-threading, scaling, and caching techniques to achieve high performance.\ ... Read more

    $37.99 USD or Free with Kobo Plus

  • Java Structured Concurrency

    Solve 150+ challenging real-world concurrency problems with practical, problem-driven exercises

    Master Java's most significant concurrency upgrade with hands-on problems that build skill and confidenceKey FeaturesSolve 150+ problems that deepen your understanding of Project LoomExplore structured concurrency, scoped values, and virtual threads in depthBuild modern, high-performance Java applications using practical design patternsBook DescriptionTackling concurrency in Java has historically ... Read more

    $28.99 USD

    PRE-ORDER

  • Selenium WebDriver

    Descomplicando testes automatizados com Java

    Testes de verificação e validação são considerados um elemento crítico para garantia da qualidade de software. O planejamento, execução e controle de teste são dispendiosos e trabalhosos no processo de desenvolvimento. Em vista disso, as atuais ferramentas de testes oferecem uma variedade de recursos que podem reduzir significativamente os problemas identificados, de modo a garantir a qualidade de ... Read more

    $9.99 USD or Free with Kobo Plus

  • Android NDK Beginner`s Guide - Second Edition

    Discover the native side of Android and inject the power of C/C++ in your applications

    .Key FeaturesBook DescriptionAre you an Android Java programmer who needs more performance? Are you a C/C++ developer who doesn’t want to bother with the complexity of Java and its out-of-control garbage collector? Do you want to create fast intensive multimedia applications or games? If you’ve answered yes to any of these questions then this book is for you. With some general knowledge of C/C++ ... Read more

    $41.99 USD or Free with Kobo Plus

  • Java 25 and Beyond

    Modern Java Made Easy

    by Michael Inden ...
    Series series Professional and Applied Computing (R0)
    Bring your Java skills up to date and discover the full diversity of modern Java! This book guides you step by step through the most important new features up to the current Java 25 LTS, while also drawing on proven highlights from earlier versions.It covers numerous language and syntax improvements, such as switch extensions, records, and text blocks. We also take a look at new API functions ... Read more

    $58.49 USD

  • Microservices with Spring Boot and Spring Cloud

    Build resilient and scalable microservices using Spring Cloud, Istio, and Kubernetes

    THIS BOOK IS OUTDATED: A new and updated version of this book is available. You can find the link further down on this page.Key FeaturesBuild cloud-native production-ready microservices with this comprehensively updated guideUnderstand the challenges of building large-scale microservice architecturesLearn how to get the best out of Spring Cloud, Kubernetes, and Istio in combinationBook ... Read more

    $37.99 USD or Free with Kobo Plus

  • Java Programming Fundamentals

    Problem Solving Through Object Oriented Analysis and Design

    While Java texts are plentiful, it's difficult to find one that takes a real-world approach, and encourages novice programmers to build on their Java skills through practical exercise. Written by an expert with 19 experience teaching computer programming, Java Programming Fundamentals presents object-oriented programming by employing examples taken ... Read more

    $166.99 USD

  • Flutter Cookbook

    Over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart

    Discover how to build, scale, and debug native iOS and Android applications from a single codebase using the Dart programming language – a hands-on approachKey FeaturesWork through practical recipes for building mobile applications with FlutterQuickly build and iterate on your user interface (UI) with hot reloadFix bugs and prevent them from reappearing using Flutter's developer tools and test ... Read more

    $37.99 USD or Free with Kobo Plus

  • 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

    $49.99 USD

  • Spring MVC: Designing Real-World Web Applications

    Unleash the power of Spring MVC and build enterprise-grade, lightning-fast web applicationsAbout This BookConfigure Spring MVC to build logic-less controllers that transparently support the most advanced web techniquesSecure your developments with easy-to-write, reliable unit and end-to-end testsGet this fast-paced, practical guide to produce REST resources and templates as required by the latest ... Read more

    $62.99 USD or Free with Kobo Plus