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 409 - 432 of 528 Results
Skip side bar filters
  • Build Your Own Programming Language

    A programmer's guide to designing compilers, interpreters, and DSLs for solving modern computing problems

    Written by the creator of the Unicon programming language, this book will show you how to implement programming languages to reduce the time and cost of creating applications for new or specialized areas of computingKey FeaturesReduce development time and solve pain points in your application domain by building a custom programming languageLearn how to create parsers, code generators, file readers ... Read more

    $71.99 USD

  • Mastering Spring Boot 3.0

    A comprehensive guide to building scalable and efficient backend systems with Java and Spring

    by Ahmet Meric ...
    Explore Spring Boot 3.0 by delving into scalable Java backend systems, architectural patterns, containerization, testing, and the intricacies of event-driven systems Key FeaturesUnderstand the unique advantages of using Spring Boot for complex software projectsAcquire experience in implementing architectural patterns like DDD, CQRS, and event sourcing within Spring Boot applicationsImplement ... Read more

    $28.79 USD

  • The Cucumber Field Guide

    Practical Examples for Automated Software Testing

    by Steven Hunt ...
    Cucumber is an open-source tool that enables testers to write automated tests in plain language that can be executed to validate software behavior. With support across most major programming languages, Cucumber has become a popular tool for implementing behavior-driven development (BDD) and specification by example.This book is a hands-on technical guide that focuses on implementing automated ... Read more

    $15.19 USD

  • JSP-Servlet Interview Questions You'll Most Likely Be Asked

    Series Book 13 - Job Interview Questions series
    280 JSP-Servlet Interview Questions78 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJSP-Servlet Interview Questions You'll Most Likely Be Asked is a perfect companion to stand a head above the rest in today's competitive job market. Rather than going t... ... Read more

    $17.99 USD

  • Banco de Dados JDBC e JAVA

    Célio Azevedo é jornalista diplomado, programador e docente superior pós-graduado, com MBA em Gestão de Negócios na UCAM. Número de registro: 28.046/RJ. Há anos leciona linguagens de programação orientadas a objetos.Nesse livro você aprenderá a programar de maneira simples e objetiva a linguagem Java em Banco de Dados. ... Read more

    $3.85 USD

  • Gradle Beyond the Basics

    Customizing Next-Generation Builds

    by Tim Berglund ...
    If you’re familiar with Gradle’s basics elements—possibly through the author’s previous O’Reilly book, Building and Testing with Gradle—this more advanced guide provides the recipes, techniques, and syntax to help you master this build automation tool. With clear, concise explanations and lots of ready-to-use code examples, you’ll explore four discrete areas of Gradle functionality: file ... Read more

    $13.09 USD

  • Just Spring Data Access

    Covers JDBC, Hibernate, JPA and JDO

    JDBC has simplified database access in Java applications, but a few nagging wrinkles remain—namely, persisting Java objects to relational databases. With this book, you’ll learn how the Spring Framework makes that job incredibly easy with dependency injection, template classes, and object-relational-mapping (ORM).Through sample code, you’ll discover how Spring streamlines the use of JDBC and ORM ... Read more

    $13.09 USD

  • La Programmazione in JAVA

    by Nino Paiotta ...
    Questo testo è rivolto sia a chi vuole iniziare ad imparare a programmare in questo tipo di linguaggio, sia per coloro che vogliono approfondire le conoscenze, infatti in questo testo partiamo dalle basi della programmazione fino a trattare argomenti avanzati, facendo esempi semplici per evitare per coloro che sono meno esperti di perdersi blocchi di codice lunghi e complicati.Ci sono molti esempi ... Read more

    $4.99 USD

  • Java Servlet Programming

    Help for Server Side Java Developers

    Series series Java Series
    Servlets are an exciting and important technology that ties Java to the Web, allowing programmers to write Java programs that create dynamic web content.Java Servlet Programming covers everything Java developers need to know to write effective servlets. It explains the servlet lifecycle, showing how to use servlets to maintain state information effortlessly. It also describes how to serve dynamic ... Read more

    $28.79 USD

  • JavaServer Pages Pocket Reference

    Server-Side Java Development

    by Hans Bergsten ...
    JavaServer Pages (JSP) is harmonizing how web designers and programmers create dynamic web pages. The reason for this is simple: JSP capitalizes on the power of Java servlets to create effective, reusable web applications.JSP allows you to develop robust, powerful web content, and the best part is that you're not required to be a hard-core Java programmer.JavaServer Pages Pocket Reference is the ... Read more

    $7.19 USD

  • Tomcat: The Definitive Guide

    The Definitive Guide

    Jakarta Tomcat is not only the most commonly used open source servlet engine today, it's become the de facto standard by which other servlet engines are measured. Powerful and flexible, it can be used as a stand-alone web server or in conjunction with another server, like Apache or IIS, to run servlets or JSPs. But mastery of Tomcat is not easy: because it's as complex as it is complete. Tomcat: ... Read more

    $20.19 USD

  • Sams Teach Yourself Mod Development for Minecraft in 24 Hours

    by Jimmy Koene ...
    Series series Sams Teach Yourself
    In just 24 sessions of one hour or less, Sams Teach Yourself Mod Development for Minecraft in 24 Hours will help you transform Minecraft into anything you can imagine–and share your vision with millions of players worldwide! You’ll learn all the mod development skills you need as you walk through a complete step-by-step project, complete with a mob, new tools, new armor, food, ores, and much more. ... Read more

    $26.59 USD

  • OSGi and Equinox

    Creating Highly Modular Java Systems

    A Hands-On Guide to Equinox and the OSGi FrameworkIn OSGI and Equinox: Creating Highly Modular Java™ Systems, three leading experts show developers—for the first time—exactly how to make the most of these breakthrough technologies for building highly modular dynamic systems.You’ll quickly get started with Eclipse bundle tooling, create your first OSGi-based system, and move rapidly to ... Read more

    $31.69 USD

  • Android Developer Tools Essentials

    Android Studio to Zipalign

    Android development can be challenging, but through the effective use of Android Developer Tools (ADT), you can make the process easier and improve the quality of your code. This concise guide demonstrates how to build apps with ADT for a device family that features several screen sizes, different hardware capabilities, and a varying number of resources.With examples in Windows, Linux, and Mac OS ... Read more

    $10.69 USD

  • Agile Java Development with Spring, Hibernate and Eclipse

    ***Agile Java™ Development With Spring, Hibernate and Eclipse***is a book about robust technologies and effective methods which help bring simplicity back into the world of enterprise Java development. The three key technologies covered in this book, the Spring Framework, Hibernate and Eclipse, help reduce the complexity of enterprise Java development significantly. Furthermore, these technologies ... Read more

    $39.59 USD

  • Java Tutorial, The

    A Short Course on the Basics

    Series series Java Series
    The Java®Tutorial, Fifth Edition,** is based on Release 7 of the Java Platform Standard Edition. This revised and updated edition introduces the new features added to the platform, including a section on NIO.2, the new file I/O API, and information on migrating legacy code to the new API. The deployment coverage has also been expanded, with new chapters such as “Doing More with Rich Internet ... Read more

    $28.79 USD

  • Android Studio Meerkat Essentials - Java Edition

    Developing Android Apps Using Android Studio Meerkat and Java

    by Smyth ...
    This book, fully updated for Android Studio Ladybug and the new UI, 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 areas such as tool windows, the code editor, and the Layout Editor tool. An introduction to the architecture of Android is followed ... Read more

    $35.09 USD

  • The Definitive ANTLR 4 Reference

    by Terence Parr ...
    Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on ... Read more

    $23.09 USD

  • 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

    $10.69 USD

  • Java Distributed Computing

    by Jim Farley ...
    Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple ... Read more

    $28.79 USD

  • Practical JIRA Plugins

    Using JIRA Effectively: Custom Development

    One advantage of using JIRA for issue tracking, bug tracking, or project management is the ability to extend this tool with hundreds of plugins from the JIRA community. In this concise book, software toolsmith Matt Doar—the author of Practical JIRA Administration—shows you how to create and maintain your own JIRA plugins to meet the specific needs of a project.This book uses detailed examples to ... Read more

    $12.99 USD

  • Spock: Up and Running

    Writing Expressive Tests in Java and Groovy

    by Rob Fletcher ...
    Most developers would agree that writing automated tests is a good idea, but writing good, well-structured tests is still an elusive skill for many. For Java and Groovy developers, however, there’s good news. This practical guide shows you how to write concise and highly readable tests with Spock, the most innovative testing and specification framework for the JVM since JUnit.Author Rob Fletcher ... Read more

    $36.79 USD

  • Java Web Services: Up and Running

    A Quick, Practical, and Thorough Introduction

    by Martin Kalin ...
    Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing them. You’ll learn how to write services from scratch and ... Read more

    $24.49 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.19 USD