Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Java

Si te gustan los eBooks de Java, seguro que te encanta esta selección.
Mostrando 169 - 192 de 1740 resultados
Skip side bar filters
  • Building RESTful Web Services with Spring 5

    Leverage the power of Spring 5.0, Java SE 9, and Spring Boot 2.0

    Find out how to implement the REST architecture to build resilient software in Java with the help of the Spring 5.0 framework. Key Features\[\*\] Follow best practices and explore techniques such as clustering and caching to achieve a reactive, scalable web service.\[\*\] Leverage the Spring Framework to quickly implement RESTful endpoints.\[\*\] Learn to implement a client library for a RESTful ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Real World Web Services

    Integrating EBay, Google, Amazon, FedEx and more

    de Will Iverson ...
    The core idea behind Real World Web Services is simple: after years of hype, what are the major players really doing with web services? Standard bodies may wrangle and platform vendors may preach, but at the end of the day what are the technologies that are actually in use, and how can developers incorporate them into their own applications? Those are the answers Real World Web Services delivers. ... Leer más

    $28.99 USD

  • The Java Module System

    SummaryJava's much-awaited "Project Jigsaw" is finally here! Java 11 includes a built-in modularity framework, and The Java Module System is your guide to discovering it. In this new book, you'll learn how the module system improves reliability and maintainability, and how it can be used to reduce tight coupling of system components.Foreword by Kevlin Henney.Purchase of the print book includes a ... Leer más

    $49.99 USD

  • Java Programming for Beginners

    Learn the fundamentals of programming with Java

    Java Programming for Beginners is an introduction to Java programming, taking you through the Java syntax and the fundamentals of object-oriented programming.Key FeaturesLearn the basics of Java programming in a step-by-step mannerSimple, yet thorough steps that beginners can followTeaches you transferable skills, such as flow control and object-oriented programmingBook DescriptionJava is an ... Leer más

    $27.99 USD o gratis con Kobo Plus

  • OCA / OCP Java SE 8 Programmer Practice Tests

    Test your knowledge and prepare for the OCA/OCP examsOCA/OCP Java SE 8 Programmer Practice Tests complements the Sybex OCA: Oracle Certified Associate Java SE 8 Programmer I Certification Study Guide and the OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide for exams 1Z0-808 and 1ZO-809 by providing last minute review of 100% of exam objectives. Get the advantage of over 1,000 ... Leer más

    $24.00 USD

  • Spring Boot 2.0 Projects

    Build production-grade reactive applications and microservices with Spring Boot

    Develop diverse, real-life projects by exploring Spring Boot's featuresKey FeaturesRun production-grade-based applications using the Spring WebFlux frameworkLearn to develop high-performance asynchronous applications with Spring BootCreate robust microservice-based applications with Kotlin using Spring BootBook DescriptionSpring Boot is a lightweight framework that provides a set of tools to ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • JUnit Pocket Guide

    Quick Look-up and Advice

    de Kent Beck ...
    JUnit, created by Kent Beck and Erich Gamma, is an open source framework for test-driven development in any Java-based code. JUnit automates unit testing and reduces the effort required to frequently test code while developing it.While there are lots of bits of documentation all over the place, there isn't a go-to-manual that serves as a quick reference for JUnit. This Pocket Guide meets the need, ... Leer más

    $7.99 USD

  • Learning Reactive Programming With Java 8

    Learn how to use RxJava and its reactive Observables to build fast, concurrent, and powerful applications through detailed examples

    Key FeaturesBook DescriptionIf you are a Java developer that knows how to write software and would like to learn how to apply your existing skills to reactive programming, this book is for you.What you will learnDiscover what reactive programming is and how you can benefit from itGet to grips with the new functional features of Java 8 and some functional theoryCreate RxJava Observable instances ... Leer más

    $37.99 USD o gratis con Kobo Plus

  • Modern Java in Action

    Lambdas, streams, functional and reactive programming

    SummaryManning's bestselling Java 8 book has been revised for Java 9! In Modern Java in Action, you'll build on your existing Java language skills with the newest features and techniques.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyModern applications take advantage of innovative designs, including microservices, ... Leer más

    $58.99 USD

  • Getting Started With TestNG (A Java Test Framework)

    de Rex Jones ...
    If You You Must Read This Book If Your Are Ready To Learn The Most Powerful Test FrameworkTestNG is a Test Framework for JavaNote: Book available on your tablet, phone, PDF, PC, Mac, and paperback. You will find details of downloading the PDF document inside the book.Did You Know A Test Framework Joins The Programming And Testing Components Of Automation? Java Is The Most Popular Programming ... Leer más

    $3.97 USD o gratis con Kobo Plus

  • Apache Kafka 1.0 Cookbook

    Over 100 practical recipes on using distributed enterprise messaging to handle real-time data

    de Raúl Estrada ...
    Simplify real-time data processing by leveraging the power of Apache Kafka 1.0Key FeaturesUse Kafka 1.0 features such as Confluent platforms and Kafka streams to build efficient streaming data applications to handle and process your dataIntegrate Kafka with other Big Data tools such as Apache Hadoop, Apache Spark, and moreHands-on recipes to help you design, operate, maintain, and secure your ... Leer más

    $27.99 USD o gratis con Kobo Plus

  • Cracking The Java Coding Interview.

    1000+ Java Interview (Q & A)

    I am not a recruiter. I am a software engineer. And as such, I know what it's like to be asked to whip up brilliant algorithms on the spot, and then write flawless code on a whiteboard. I know because I've been asked to do the same thing--in interviews at Google, Microsoft, Apple, and Amazon, among other companies.According to the Last year and this year Data that we have collected from different ... Leer más

    $9.99 USD

  • The Well-Grounded Java Developer, Second Edition

    Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more.In The Well-Grounded Java Developer, Second Edition you will learn:The new Java module system and why you should use itBytecode for the JVM, including operations and classloadingPerformance tuning the JVMWorking with Java’s ... Leer más

    $58.99 USD

  • Hadoop: The Definitive Guide

    The Definitive Guide

    de Tom White ...
    Hadoop: The Definitive Guide helps you harness the power of your data. Ideal for processing large datasets, the Apache Hadoop framework is an open source implementation of the MapReduce algorithm on which Google built its empire. This comprehensive resource demonstrates how to use Hadoop to build reliable, scalable, distributed systems: programmers will find details for analyzing large datasets, ... Leer más

    $25.99 USD

  • Hands-On Reactive Programming with Reactor

    Build reactive and scalable microservices using the Reactor framework

    de Rahul Sharma ...
    Discover how project Reactor enhances the reactive programming paradigm and allows you to build scalable asynchronous applicationsKey FeaturesUse reactive APIs, Flux, and Mono to implement reactive extensionsCreate concurrent applications without the complexity of Java's concurrent APIUnderstand techniques to implement event-driven and reactive applicationsBook DescriptionReactor is an ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Client-Server Web Apps with JavaScript and Java

    Rich, Scalable, and RESTful

    As a Java programmer, how can you tackle the disruptive client-server approach to web development? With this comprehensive guide, you’ll learn how today’s client-side technologies and web APIs work with various Java tools. Author Casimir Saternos provides the big picture of client-server development, and then takes you through many practical client-server architectures. You’ll work with hands-on ... Leer más

    $21.99 USD

  • Mastering Hibernate

    Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise application

    de Ramin Rad ...
    Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise applicationKey Features\[\*\] Understand the internals of Hibernate and its architecture, and how it manages Entities, Events, Versioning, Filters, and Cache\[\*\] Observe how Hibernate bridges the gap between object-oriented concepts and relational models\[\*\] Discover how Hibernate can address ... Leer más

    $25.99 USD o gratis con Kobo Plus

  • Beginning Spring Data

    Data Access and Persistence for Spring Framework 6 and Boot 3

    de Andres Sacco ...
    Series series Professional and Applied Computing (R0)
    Use the popular Spring Data project for data access and persistence using various Java-based APIs such as JDBC, JPA, MongoDB, and more.This book shows how to easily incorporate data persistence and accessibility into your microservices, cloud-native applications, and monolithic enterprise applications. It also teaches you how to perform unit and performance testing of a component that accesses a ... Leer más

    $49.99 USD

  • Vert.x in Action

    Asynchronous and Reactive Java

    de Julien Ponge ...
    Vert.x in Action teaches you how to build production-quality reactive applications in Java. This book covers core Vert.x concepts, as well as the fundamentals of asynchronous and reactive programming. Learn to develop microservices by using Vert.x tools for database communications, persistent messaging, and test app resiliency. The patterns and techniques included here transfer to reactive ... Leer más

    $49.99 USD

  • Functional Programming in Scala, Second Edition

    This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3.In Functional Programming in Scala, Second Edition you will learn how to:Recognize and write purely functional codeWork with errors without using exceptionsWork with state and concurrencyInteract with functional structures that define common behaviorsWrite code that performs I/O without ... Leer más

    $49.99 USD

  • Schaum's Outline of Data Structures with Java, 2ed

    Tough Test Questions? Missed Lectures? Not Enough Time?Fortunately for you, there's Schaum's Outlines. More than 40 million students have trusted Schaum's to help them succeed in the classroom and on exams. Schaum's is the key to faster learning and higher grades in every subject. Each Outline presents all the essential course information in an easy-to-follow, topic-by-topic format. You also get ... Leer más

    $23.99 USD

  • Pro Spring

    Series series Professional and Applied Computing (R0)
    Pro Spring updates the perennial bestseller with the latest that the Spring Framework 4 has to offer. Now in its fourth edition, this popular book is by far the most comprehensive and definitive treatment of Spring available.With Pro Spring, you’ll learn Spring basics and core topics, and share the authors’ insights and real–world experiences with remoting, Hibernate, and EJB. Beyond the basics, ... Leer más

    $49.99 USD

  • Programming AWS Lambda

    Build and Deploy Serverless Applications with Java

    Serverless revolutionizes the way organizations build and deploy software. With this hands-on guide, Java engineers will learn how to use their experience in the new world of serverless computing. You’ll discover how this cloud computing execution model can drastically decrease the complexity in developing and operating applications while reducing costs and time to market.Engineering leaders John ... Leer más

    $41.99 USD

  • Spring Boot Cookbook

    Over 35 recipes to help you build, test, and run Spring applications using Spring Boot

    de Alex Antonov ...
    Over 35 recipes to help you build, test, and run Spring applications using Spring BootKey FeaturesBook DescriptionSpring Boot is Spring's convention-over-configuration solution. This feature makes it easy to create Spring applications and services with absolute minimum fuss. Spring Boot has the great ability to be customized and enhanced, and is specifically designed to simplify development of a ... Leer más

    $26.99 USD o gratis con Kobo Plus