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 73 - 96 of 582 Results
Skip side bar filters
  • Java Power Tools

    All true craftsmen need the best tools to do their finest work, and programmers are no different. Java Power Tools delivers 30 open source tools designed to improve the development practices of Java developers in any size team or organization. Each chapter includes a series of short articles about one particular tool -- whether it's for build systems, version control, or other aspects of the ... Read more

    PHP1,789.59

  • IntelliJ IDEA - Part 1

    IntelliJ IDEA (hereafter referred to as IntelliJ) is one of the most powerful and popular Integrated Development Environments (IDE) for Java. It was developed and maintained by JetBrains, and is available in the community and in the ultimate edition. This feature-rich IDE enables rapid development and helps in improving code quality. This book starts with a basic introduction and slowly dives deep ... Read more

    PHP154.86

  • JavaServer Faces: The Complete Reference

    Ideal for the 3+ million Java developers, this fast-paced tutorial offers in-depth coverage of JavaServer Faces (JSF) -- Sun Microsystem's Web application architecture for the future. Co-written by the #1 JSF expert in the Java community, this book offers the most complete resource on JSF available. * Extensive coverage on JSF custom component development * Serves as a thorough introduction to ... Read more

    PHP2,254.89

  • Créer une application Android

    Les fonctions principales et inédites, la monétisation, la promotion et le marketing

    Voici la version enrichie de notre livre "Créer une application Android". Celle-ci contient de nouvelles fonctions pour rendre votre application unique, des techniques pour monétiser votre application et gagner de l'argent avec puis enfin des techniques de promotion et marketing, pour que votre application touche un large public. Lancez-vous dans l'aventure et créez votre application Android, cela ... Read more

    PHP231.32

  • Mastering jQuery

    Series series Smashing eBooks
    jQuery is well-known for being a concise JavaScript library that helps simplify HTML document traversing, event handling, creating animations and Ajax interactions for rapid Web development. Choosing the right plugins, creating bookmarklets, setting patterns or manipulating images can be challenging even for experienced programmers. In order to help you avoid struggling with such decision issues, ... Read more

    PHP260.31

  • Firebase Essentials - Android Edition

    by Neil Smyth ...
    With 55 in-depth chapters, over 470 pages and 23 example app projects (including the source code), Firebase Essentials – Android Edition provides everything you need to successfully integrate Firebase cloud features into your Android apps. This book covers the key features of Android app development using Firebase including integration with Android Studio, User Authentication (including email, ... Read more

    PHP1,812.19

  • Programmando Android

    Una guida che ci trasporta dentro la programmazione Android con brevi esempi utilizzando il linguaggio Java ... Read more

    PHP229.86

  • Programming Concurrency on the JVM

    Mastering Synchronization, STM, and Actors

    More than ever, learning to program concurrency is critical to creating faster, responsive applications. Speedy and affordable multicore hardware is driving the demand for high-performing applications, and you can leverage the Java platform to bring these applications to life.Concurrency on the Java platform has evolved, from the synchronization model of JDK to software transactional memory (STM) ... Read more

    PHP1,297.39

  • Ultimate Selenium WebDriver for Test Automation

    Build and Implement Automated Web Testing Frameworks Using Java, Selenium WebDriver and Selenium Grid for E-Commerce, Healthcare, EdTech, Banking, and SAAS

    by Robin Gupta ...
    Elevate your test automation skills by mastering Selenium with Java, delving into advanced techniques for a comprehensive understanding.Book DescriptionThis comprehensive and practical handbook, centered on Selenium unlocks its potential using Java. The book covers Selenium basics, including IDE and WebDriver, while delving into advanced topics like Selenium Grid and non-functional test automation ... Read more

    PHP1,424.59 or Free with Kobo Plus

  • Java SOA Cookbook

    SOA Implementation Recipes, Tips, and Techniques

    by Eben Hewitt ...
    Java SOA Cookbook offers practical solutions and advice to programmers charged with implementing a service-oriented architecture (SOA) in their organization. Instead of providing another conceptual, high-level view of SOA, this cookbook shows you how to make SOA work. It's full of Java and XML code you can insert directly into your applications and recipes you can apply right away.The book focuses ... Read more

    PHP1,674.19

  • Hadoop: The Definitive Guide

    Storage and Analysis at Internet Scale

    by Tom White ...
    Get ready to unlock the power of your data. With the fourth edition of this comprehensive guide, youâ??ll learn how to build and maintain reliable, scalable, distributed systems with Apache Hadoop. This book is ideal for programmers looking to analyze datasets of any size, and for administrators who want to set up and run Hadoop clusters.Using Hadoop 2 exclusively, author Tom White presents new ... Read more

    PHP2,344.09

  • Making Android Accessories with IOIO

    Going Mobile with Sensors, Lights, Motors, and Robots

    by Simon Monk ...
    Create your own electronic devices with the popular IOIO ("yoyo") board, and control them with your Android phone or tablet. With this concise guide, you’ll get started by building four example projects—after that, the possibilities for making your own fun and creative accessories with Android and IOIO are endless.To build Android/IOIO devices, you write the program on your computer, transfer it ... Read more

    PHP313.49

  • Java: The Good Parts

    Unearthing the Excellence in Java

    by Jim Waldo ...
    What if you could condense Java down to its very best features and build better applications with that simpler version? In this book, veteran Sun Labs engineer Jim Waldo reveals which parts of Java are most useful, and why those features make Java among the best programming languages available.Every language eventually builds up crud, Java included. The core language has become increasingly large ... Read more

    PHP1,004.39

  • Elastic Beanstalk

    Simple Cloud Scaling for Java Developers

    While it's always been possible to run Java applications on Amazon EC2, Amazon's Elastic Beanstalk makes the process easier—especially if you understand how it works beneath the surface. This concise, hands-on book not only walks you through Beanstalk for deploying and managing web applications in the cloud, you'll also learn how to use this AWS tool in other phases of development.Ideal if you're ... Read more

    PHP760.69

  • Java EE 7 Essentials

    Enterprise Developer Handbook

    by Arun Gupta ...
    Get up to speed on the principal technologies in the Java Platform, Enterprise Edition 7, and learn how the latest version embraces HTML5, focuses on higher productivity, and provides functionality to meet enterprise demands. Written by Arun Gupta, a key member of the Java EE team, this book provides a chapter-by-chapter survey of several Java EE 7 specifications, including WebSockets, Batch ... Read more

    PHP1,799.79

  • Programming Google App Engine

    Build & Run Scalable Web Applications on Google's Infrastructure

    by Dan Sanderson ...
    Google App Engine makes it easy to create a web application that can serve millions of people as easily as serving hundreds, with minimal up-front investment. With Programming Google App Engine, Google engineer Dan Sanderson provides practical guidance for designing and developing your application on Google’s vast infrastructure, using App Engine’s scalable services and simple development model ... Read more

    PHP1,674.19

  • Clojure Programming

    Practical Lisp for the Java World

    Clojure is a practical, general-purpose language that offers expressivity rivaling other dynamic languages like Ruby and Python, while seamlessly taking advantage of Java libraries, services, and all of the resources of the JVM ecosystem. This book helps you learn the fundamentals of Clojure with examples relating it to the languages you know already, in the domains and topics you work with every ... Read more

    PHP1,799.79

  • Living Clojure

    An Introduction and Training Plan for Developers

    by Carin Meier ...
    If you’re an experienced programmer who has not worked with Clojure before, this guide is the perfect thorough but gentle introduction for you. Author Carin Meier not only provides a practical overview of this JVM language and its functional programming concepts, but also includes a complete hands-on training course to help you learn Clojure in a structured way.The first half of the book takes you ... Read more

    PHP1,339.29

  • Getting Started with Processing

    A Hands-On Introduction to Making Interactive Graphics

    Processing opened up the world of programming to artists, designers, educators, and beginners. This short book gently introduces the core concepts of computer programming and working with Processing. Written by the co-founders of the Processing project, Reas and Fry, Getting Started with Processing shows you how easy it is to make software and systems with interactive graphics. If you're an artist ... Read more

    PHP619.39

  • JRuby Cookbook

    If you're interested in JRuby, you probably don't need a turorial on Ruby, Rails, or Java -- you just need to know how to get things done. This Cookbook offers practical solutions for using the Java implementation of the Ruby language, with targeted recipes for deploying Rails web applications on Java servers, integrating JRuby code with Java technologies, developing JRuby desktop applications ... Read more

    PHP1,171.79

  • Algoritmos em Java

    Busca, ordenação e análise

    Em nosso dia a dia, realizamos uma série de buscas e ordenações que nos são tão naturais que nem percebemos como sua presença é ubíqua e facilita nossa vida. Quando pesquisamos produtos por preço em uma loja, ou queremos buscar uma pessoa em uma lista, ou mesmo quando organizamos as cartas de baralho para algum jogo, estamos usando algoritmos. Neste livro, Guilherme Silveira mostra que, na ... Read more

    PHP539.00 or Free with Kobo Plus

  • Java in easy steps, 5th edition

    Covers Java 8

    by Mike McGrath ...
    Series series In Easy Steps
    Java in easy steps instructs you how to easily create your own exciting Java programs. Now, updated for Java 8, it contains separate chapters on the major features of the Java language. Complete example programs with colorized code illustrate each important aspect of Java programming - all in easy steps. Now, in its fifth edition, Java in easy steps begins by explaining how to download and install ... Read more

    PHP732.64

  • Introducing Java EE 7

    A Look at What's New

    by Josh Juneau ...
    Introducing Java EE 7: A Look at What’s New guides you through the new features and enhancements in each of the technologies comprising the Java EE platform. Readers of this book will not have to wade through introductory material or information covering features that have been part of the EE platform for years. Instead, developers can pick this book up and read it to brush up on those features ... Read more

    PHP1,091.39

  • Build Android-Based Smart Applications

    Using Rules Engines, NLP and Automation Frameworks

    Build smart applications using cutting-edge technologies such as rules engines, code automation frameworks, and natural language processing (NLP). This book provides step-by-step instructions on how to port nine rules engines (CLIPS, JRuleEngine, DTRules, Zilonis, TermWare, Roolie, OpenRules, JxBRE, and JEOPS) to the Android platform. You’ll learn how to use each rules engine to build a smart ... Read more

    PHP1,091.39