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 361 - 384 of 1593 Results
Skip side bar filters
  • Hands-On Reactive Programming in Spring 5

    Build cloud-ready, reactive systems with Spring 5 and Project Reactor

    Explore the reactive system and create efficient microservices with Spring Boot 2.1 and Spring CloudKey FeaturesUnderstand the kind of system modern businesses require with SpringGain deeper insights into reactive programming with Reactor and Spring CloudGet in-depth knowledge on asynchronous and nonblocking communication with Spring 5 WebFluxBook DescriptionThese days, businesses need a new type ... Read more

    PHP1,873.79 or Free with Kobo Plus

  • Captain CiaoCiao erobert Java

    Das Trainingsbuch für besseres Java

    Das Trainingsbuch für Ihre Java-Skills!Das große Trainingsbuch für Java-Entwicklerinnen und Java-Entwickler – vom Autor des Klassikers »Java ist auch eine Insel«. Bringen Sie Ihre Coding-Fähigkeiten auf das nächste Level! Java-Champion Christian Ullenboom bietet Ihnen alles, was Sie dafür brauchen: Übungen zu Java-Features und Kniffe, die man als Profi einfach kennen sollte, sowie guten ... Read more

    PHP2,577.19

  • Eclipse TEA Revealed

    Building Plug-ins and Creating Extensions for Eclipse

    by Markus Duft ...
    Series series Professional and Applied Computing (R0)
    Discover the open source Eclipse Tasking Engine Advanced (TEA) project in this compact to-the-point book. It covers how to automate tasks using TEA and focuses on simplifying and aiding the creation of extensions for the Eclipse IDE in a way which makes them accessible both from the IDE’s UI and in a headless fashion from the command line.Additionally, Eclipse TEA Revealed explores the library of ... Read more

    PHP2,232.89

  • Professional Scala

    Combine object-oriented and functional programming to build high-performance applications

    If your application source code is overly verbose, it can be a nightmare to maintain. Write concise and expressive, type-safe code in an environment that lets you build for the JVM, browser, and more.Key FeaturesExpert guidance that shows you to efficiently use both object-oriented and functional programming techniquesUnderstand functional programming libraries, such as Cats and Scalaz, and use ... Read more

    PHP1,690.19 or Free with Kobo Plus

  • Mastering LibGDX Game Development

    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title

    by Patrick Hoey ...
    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial titleKey FeaturesBook DescriptionLeverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title About This Book Learn game architecture and design patterns with concrete examples using proper software engineering principles Save time and money ... Read more

    PHP2,131.19 or Free with Kobo Plus

  • IGNOU PGDCA MCS 206 Object Oriented Programming using Java Previous Years solved Papers

    by Manish Soni ...
    Series Book 1 - IGNOU PGDCA Solved Paper Books Series
    Welcome to the comprehensive collection of IGNOU PGDCA MCS 206 Object Oriented Programming using Java Previous Years solved Papers solved papers for the Post Graduate Diploma in Computer Applications (PGDCA) program offered by the Indira Gandhi National Open University (IGNOU). This book is meticulously crafted to assist students in their preparation for the Object-Oriented Programming using Java ... Read more

    PHP614.75 or Free with Kobo Plus

  • Ultimate Cyberwarfare for Evasive Cyber Tactics

    by Chang Tan ...
    Attackers have to be only right once, but just one mistake will permanently undo them. Key Features ● Explore the nuances of strategic offensive and defensive cyber operations, mastering the art of digital warfare ● Develop and deploy advanced evasive techniques, creating and implementing implants on even the most secure systems ● Achieve operational security excellence by safeguarding secrets, ... Read more

    PHP276.57 or Free with Kobo Plus

  • WSO2 Developers' Guide

    SOA and data services with WSO2 Enterprise Integrator

    WSO2 Made Simple – dive deep into the core concepts of WSO2 to overcome the challenges faced while using the Enterprise IntegratorKey Features? Design, create, and publish services in the WSO2 technology? Integrate the WSO2 Enterprise Integrator with other components and serversLog and test deployed servicesBook DescriptionWSO2 Enterprise Integrator brings together the most powerful servers ... Read more

    PHP1,873.79 or Free with Kobo Plus

  • Hands-On Serverless Applications with Kotlin

    Develop scalable and cost-effective web applications using AWS Lambda and Kotlin

    Choose and build the right architecture using design patterns to create scalable and cost-efficient serverless applicationsKey FeaturesDesign enterprise-ready serverless applications that effortlessly meet your customers’ requirementsDeploy, manage, monitor, and orchestrate serverless applications using AWSUse Cloud9 to provision a secured development environment in the cloudBook ... Read more

    PHP1,873.79 or Free with Kobo Plus

  • Ant: The Definitive Guide

    Complete Build Management for Java

    by Steve Holzner ...
    Soon after its launch, Ant succeeded in taking the Java world by storm, becoming the most widely used tool for building applications in Java environments. Like most popular technologies, Ant quickly went through a series of early revision cycles. With each new version, more functionality was added, and more complexity was introduced. Ant evolved from a simple-to-learn build tool into a full ... Read more

    PHP1,596.19

  • WildFly: New Features

    This book is an easy-to-follow guide full of hands-on examples of administration tasks and valuable information about security. Each topic is explained and placed in context, and for the more inquisitive readers, there are more in-depth details of the concepts used. If you are an application server administrator or a Java developer with some experience with previous versions of JBoss AS and you ... Read more

    PHP1,052.79 or Free with Kobo Plus

  • Object-Oriented Programming for Beginners: Learn OOP Concepts with Real-World Examples

    Transition from disorganized scripting to building robust, scalable software architectures.Many self-taught developers and computer science students encounter a significant plateau in their programming development. While you may possess a strong grasp of variables and loops, constructing complex applications often results in code that is difficult to maintain and prone to errors. Resolving a ... Read more

    PHP430.57

  • Mastering Multi-Cloud Paradigm for Enterprises

    Building Tomorrow’s Enterprise: Embracing the Multi-Cloud Era with AWS, Azure, and GCP. Key Features ● Comprehensive guide to multi-cloud architecture designs and best practices. ● Expert insights on networking strategies and efficient DNS design for multi-cloud. ● Emphasis on security, performance, cost-efficiency, and robust disaster recovery. Book Description This book is a comprehensive guide ... Read more

    PHP481.39 or Free with Kobo Plus

  • High Performance Android Apps

    Improve Ratings with Speed, Optimizations, and Testing

    by Doug Sillars ...
    Unique and clever ideas are important when building a hot-selling Android app, but the real drivers for success are speed, efficiency, and power management. With this practical guide, you’ll learn the major performance issues confronting Android app developers, and the tools you need to diagnose problems early.Customers are finally realizing that apps have a major role in the performance of their ... Read more

    PHP1,729.29

  • Programming DSLs in Kotlin

    Creating your own domain-specific languages (DSLs) is both challenging and exhilarating. DSLs give users a way to interact with your applications more effectively, and Kotlin is a fantastic language to serve as a host for internal DSLs, because it greatly reduces the pain and effort of design and development. But implementing DSLs on top of Kotlin requires understanding the key strengths of the ... Read more

    PHP616.19

  • Java 7 Pocket Guide

    Instant Help for Java Programmers

    When you need quick answers for developing or debugging Java programs, this pocket guide provides a handy reference to the standard features of the Java programming language and its platform. You’ll find helpful programming examples, tables, figures, and lists, as well as supplemental information about topics including the Java Scripting API, third-party tools, and the basics of the Unified ... Read more

    PHP605.69

  • DATA ANALYSIS USING JDBC AND POSTGRESQL WITH OBJECT-ORIENTED APPROACH AND APACHE NETBEANS IDE

    This book is PostgreSQL version of our previous book titled “DATA ANALYSIS USING JDBC AND MYSQL WITH OBJECT-ORIENTED APPROACH AND APACHE NETBEANS IDE”. In this project, you will use the PostgreSQL version of Northwind database which is a sample database that was originally created by Microsoft and used as the basis for their tutorials in a variety of database products for decades. The Northwind ... Read more

    PHP800.16

  • Learning PrimeFaces Extensions Development

    by Sudheer Jonna ...
    This book provides a step by step approach that explains the most important extension components and their features. All the major features are explained by using the JobHub application with supporting screenshots. If you are an intermediate to advanced level user (or developer) who already has a basic working knowledge of PrimeFaces, then this book is for you. The only thing you need to know is ... Read more

    PHP1,462.39 or Free with Kobo Plus

  • Java SE 8 Programmer I

    O guia para sua certificação Oracle Certified Associate

    As certificações Java são, pelo bem ou pelo mal, muito reconhecidas no mercado. Em sua última versão, a principal foi quebrada em duas provas. Este livro o guiará por questões e assuntos abordados para a primeira prova, a Java SE 8 Programmer I (1Z0-808), de maneira profunda e desafiadora. Ele percorrerá cada tema com detalhes e exercícios, para você chegar na prova confiante. Decorar regras seria ... Read more

    PHP539.00 or Free with Kobo Plus

  • Instant jQuery Boilerplate for Plugins

    Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is a how-to manual complete with recipes that range from writing a simple plug-in to adding enhancements/features to your plug-in. This book is for JavaScript enthusiasts who are looking for hands on recipes to help them develop their own plug-ins. ... Read more

    PHP935.79 or Free with Kobo Plus

  • Java 9 Regular Expressions

    A hands-on guide to implement zero-length assertions, back-references, quantifiers, and many more

    Solve real world problems using Regex in Java. Key Features\[\*\]Discover regular expressions and how they work\[\*\]Implement regular expressions with Java to your code base\[\*\]Learn to use regular expressions in emails, URLs, paths, and IP addressesBook DescriptionRegular expressions are a powerful tool in the programmer's toolbox and allow pattern matching. They are also used for ... Read more

    PHP1,590.29 or Free with Kobo Plus

  • JavaServer Faces

    Building Web-based User Interfaces

    by Hans Bergsten ...
    JavaServer Faces, or JSF, brings a component-based model to web application development that's similar to the model that's been used in standalone GUI applications for years. The technology builds on the experience gained from Java Servlets, JavaServer Pages, and numerous commercial and open source web application frameworks that simplify the development process.In JavaServer Faces, developers ... Read more

    PHP1,773.59

  • Scala Programming Projects

    Build real-world projects using popular Scala frameworks such as Play, Akka, and Spark

    Discover the unique features and powerful capabilities of Scala Programming as you build projects in a wide range of domainsKey FeaturesDevelop Scala projects on topics ranging from web applications to big data analysisUnleash the full power of modern web programming using Play FrameworkBuild real-time data pipelines in Scala with a Bitcoin transaction analysis appBook DescriptionScala Programming ... Read more

    PHP2,131.19 or Free with Kobo Plus

  • Mastering Android Development with Kotlin

    Deep dive into the world of Android to create robust applications with Kotlin

    by Miloš Vasić ...
    Master Android development using a variety of Kotlin featuresKey Features\[\*\] Leverage specific features of Kotlin to ease Android application development\[\*\] An illustrative guide that will help you write code based Kotlin language to build robust Android applications\[\*\] Filled with various practical examples build amazing Android project using Kotlin so you can easily apply your knowledge ... Read more

    PHP1,873.79 or Free with Kobo Plus