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 49 - 72 de 585 resultados
Skip side bar filters
  • Fondamenti di informatica 2

    Fondamenti teorici - Fondamenti di Programmazione - Fondamenti di Architettura. ... Leer más

    $221 MXN o gratis con Kobo Plus

  • ANDROID DEVELOPMENT PART 3

    de m.furqan riaz ...
    Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible.In this book the languages used for android development are xml and javascript.It is ... Leer más

    $79 MXN o gratis con Kobo Plus

  • Mastering Data Structures and Algorithms in Python & Java

    de Sachin Naha ...
    "Mastering Data Structures and Algorithms in Python & Java" is a comprehensive guide for programmers aiming to enhance their problem-solving skills and code efficiency. It starts with a foundational overview of data structures and algorithms, including recursion, and advances through crucial topics like functional programming and clean code practices. The book covers practical exercises, mock ... Leer más

    $84 MXN o gratis con Kobo Plus

  • Spring Security

    Effectively secure your web apps, RESTful services, cloud apps, and microservice architectures

    Leverage the power of Spring Security 6 to protect your modern Java applications from hackersKey FeaturesArchitect solutions that leverage Spring Security while remaining loosely coupledImplement authentication and authorization with SAML2, OAuth 2, hashing, and encryption algorithmsIntegrate Spring Security with technologies such as microservices, Kubernetes, the cloud, and GraalVM native ... Leer más

    $591 MXN o gratis con Kobo Plus

  • Efficient Android Threading

    Asynchronous Processing Techniques for Android Applications

    Multithreading is essential if you want to create an Android app with a great user experience, but how do you know which techniques can help solve your problem? This practical book describes many asynchronous mechanisms available in the Android SDK, and provides guidelines for selecting the ones most appropriate for the app you’re building.Author Anders Goransson demonstrates the advantages and ... Leer más

    $174 MXN

  • Learning Scala

    Practical Functional Programming for the JVM

    de Jason Swartz ...
    Why learn Scala? You don’t need to be a data scientist or distributed computing expert to appreciate this object-oriented functional programming language. This practical book provides a comprehensive yet approachable introduction to the language, complete with syntax diagrams, examples, and exercises. You’ll start with Scala's core types and syntax before diving into higher-order functions and ... Leer más

    $307 MXN

  • Enterprise JavaBeans 3.0

    If you're up on the latest Java technologies, then you know that Enterprise JavaBeans (EJB) 3.0 is the hottest news in Java this year. In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity.This fifth edition, written by Bill ... Leer más

    $384 MXN

  • 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

    $96 MXN

  • Instant jQuery Drag-and-Drop Grids How-to

    Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks.A Packt How-to guide which contains a set of step-by-step instructions to help you build highly functional drag-and-drop layouts. "Instant jQuery Drag-and-Drop Grids How-to" has been written for any web developer looking to improve their layouts and add dynamic behaviour to their site. ... Leer más

    $377 MXN

  • Java EE 7 Tutorial, The, Volume 1

    Series series Java Series
    ***The Java EE 7 Tutorial: Volume 1, Fifth Edition,***is a task-oriented, example-driven guide to developing enterprise applications for the Java Platform, Enterprise Edition 7 (Java EE 7). Written by members of the Java EE documentation team at Oracle, this book provides new and intermediate Java programmers with a deep understanding of the platform.This guide includes descriptions of platform ... Leer más

    $573 MXN

  • Event-Driven Architecture

    How SOA Enables the Real-Time Enterprise

    Improving Business Agility with EDAGoing beyond SOA, enterprises can gain even greater agility by implementing event-driven architectures (EDAs) that automatically detect and react to significant business events. However, EDA planning and deployment is complex, and even experienced SOA architects and developers need expert guidance. In Event-Driven Architecture, four leading IT innovators present ... Leer más

    $573 MXN

  • JavaFX

    Developing Rich Internet Applications

    Series series Java Series
    Build Rich Applications that Run on the Desktop, the Web, Mobile Devices...Anywhere!Using JavaFX, developers and graphic designers can work together to build robust, immersive applications and deploy them anywhere: on the desktop, on the Web, and on millions of Java-enabled mobile devices. JavaFX lets you maintain your existing graphics and seamlessly integrate them into Java applications. Plus, ... Leer más

    $459 MXN

  • Xtend beyond Java

    DSL für mobile Business-Apps

    Series Libro 187 - shortcuts
    In diesem shortcut geht es um mobile Businessanwendungen für BlackBerry 10 und die zur Entwicklung der Apps notwendige DSL. Zuerst liefert der shortcut einen groben Überblick, anschließend schaut er sich die Auswirkungen der DSL anhand eines konkreten Projekts an. Es wird gezeigt, wie Xtext und Xtend den Zugriff aus der UI (QML) auf C++-Daten vereinfachen. Weiterführend gehen die Autoren auf das ... Leer más

    $59 MXN o gratis con Kobo Plus

  • Java and JavaScript Fundamentals

    de Prasun Barua ...
    Java and JavaScript Fundamentals is a comprehensive guide designed to help readers master the essentials of two of the most popular programming languages in the world—Java and JavaScript. This book takes you from foundational concepts to advanced features, providing a solid understanding of how to write efficient, maintainable, and scalable code in both languages.Key Features:Comprehensive ... Leer más

    $205 MXN o gratis con Kobo Plus

  • From Objects to Functions

    Build Your Software Faster and Safer with Functional Programming and Kotlin

    Build applications quicker and with less effort using functional programming and Kotlin. Learn by building a complete application, from gathering requirements to delivering a microservice architecture following functional programming principles. Learn how to implement CQRS and EventSourcing in a functional way to map the domain into code better and to keep the cost of change low for the whole ... Leer más

    $606 MXN

  • Programming Kotlin

    Create Elegant, Expressive, and Performant JVM and Android Applications

    Programmers don't just use Kotlin, they love it. Even Google has adopted it as a first-class language for Android development. With Kotlin, you can intermix imperative, functional, and object-oriented styles of programming and benefit from the approach that's most suitable for the problem at hand. Learn to use the many features of this highly concise, fluent, elegant, and expressive statically ... Leer más

    $666 MXN

  • Microservices

    Der Hype im Realitätscheck

    Series Libro 193 - shortcuts
    Kaum ein anderes Thema unterliegt momentan einem solchen Hype wie Microservices. Doch was ist eigentlich möglich mit Microservices, wo liegen Stärken und Schwächen? Dieser shortcut gibt einen kurzen Überblick über den Architekturtrend und beantwortet die wichtigsten Fragen. Dabei führt er die Vor- und Nachteile von Microservices ebenso auf wie die eigenen Erfahrungen der Autoren mit gut gemachten ... Leer más

    $59 MXN o gratis con Kobo Plus

  • Java Generics and Collections

    Fundamentals and Recommended Practices

    Java Generics and Collections has been the go-to guide to generics for more than a decade. This second edition covers Java 21, providing a clear guide to generics from their most common uses to the strangest corner cases, giving you everything you need to know to use and write generic APIs effectively. It covers the collections library thoroughly, so you'll always know how and when to use each ... Leer más

    $490 MXN

  • MASTER REACT.JS PART 6

    de m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... Leer más

    $79 MXN

  • Java SE8 for Programmers

    Series series Deitel Developer Series
    The professional programmer’s Deitel® guide to Java™ SE 7 and SE 8 (Java 8) development with the powerful Java™ platform ¿ Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java™ language and Java™ APIs in depth. The book presents¿ concepts in the context of fully tested ... Leer más

    $697 MXN

  • Java Tutorial, The

    A Short Course on the Basics

    Series series Java Series
    The Java® Tutorial, Sixth Edition, is based on the Java Platform, Standard Edition (Java SE) 8. This revised and updated edition introduces the new features added to the platform, including lambda expressions, default methods, aggregate operations, and more. An accessible and practical guide for programmers of any level, this book focuses on how to use the rich environment provided by Java to ... Leer más

    $631 MXN

  • 97 Things Every Java Programmer Should Know

    Collective Wisdom from the Experts

    If you want to push your Java skills to the next level, this book provides expert advice from Java leaders and practitioners. You’ll be encouraged to look at problems in new ways, take broader responsibility for your work, stretch yourself by learning new techniques, and become as good at the entire craft of development as you possibly can.Edited by Kevlin Henney and Trisha Gee, 97 Things Every ... Leer más

    $250 MXN

  • Kotlin

    The Ultimate Guide

    Kotlin is a free and open-source general purpose programming language that is mostly used to create Android apps. Kotlin was developed by JetBrains initially and later picked up by Google as the language of choice for its Android platform. Over the past few years, Kotlin has become one of the most popular alternatives to Java language and is used by more than 80 percent of Android app developers ... Leer más

    $1,283 MXN

  • Building Java Programs: a comprehensive Java Developper Guide

    Your one-stop guide to programming with Java. If you've always wanted to program with Java but didn't know where to start, this will be the java-stained reference you'll turn to again and again. Fully updated, this deep reference on the world's most popular programming language is the perfect starting point for building things with Java—and an invaluable ongoing reference as you continue to deepen ... Leer más

    $643 MXN