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 457 - 480 de 1736 resultados
Skip side bar filters
  • JavaScript für Java-Entwickler

    Series Libro 62 - schnell + kompakt
    Das Buch "JavaScript für Java-Entwickler" führt anhand von vielen Codebeispielen in die Grundlagen der Programmiersprache JavaScript ein. Dabei wird besonders auf Patterns eingegangen, die die Entwicklung mit JavaScript im größeren Rahmen ermöglichen. Diese Auflage enthält nun auch die wichtigsten Neuerungen der Sprache in ihrer Version ECMAScript 2015. In einem zusätzlichen Kapitel werden zudem ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Learning Groovy

    de Adam L. Davis ...
    Series series Professional and Applied Computing (R0)
    Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working with the Groovy Development Kit (GDK). You'll also learn more advanced aspects of Groovy, such as using Groovy design patterns, writing DSLs in Groovy, and taking advantage of Groovy's ... Leer más

    $28.99 USD

  • Jakarta EE Recipes

    A Problem-Solution Approach

    de Josh Juneau ...
    Series series Professional and Applied Computing (R0)
    Take a problem-solution approach to programming enterprise Java applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. This book provides effective and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are ... Leer más

    $58.99 USD

  • Vire o jogo com Spring Framework

    Criado para simplificar o desenvolvimento de aplicações Java, o Spring se tornou um dos frameworks de mais destaque dentro desse grande ambiente. Aprenda muito mais que o básico do Spring, desde o tradicional Container de Inversão de Controle e Injeção de Dependências, passando pelos robustos módulos de segurança, transações, programação orientada a aspectos e também o fantástico módulo MVC, o ... Leer más

    $9.99 USD o gratis con Kobo Plus

  • Android 9 Development Cookbook

    Over 100 recipes and solutions to solve the most common problems faced by Android developers

    de Rick Boyer ...
    Build feature-rich, reliable Android Pie apps with the help of more than 100 proven industry standard recipes and strategies.Key FeaturesUncover the latest features in Android 9 Pie to make your applications stand outDevelop Android Pie applications with the latest mobile technologies, from set up to securityGet up-to-speed with Android Studio 3 and its impressive new featuresBook DescriptionThe ... Leer más

    $34.99 USD o gratis con Kobo Plus

  • Ultimate Apache Superset for Data Visualization and Analytics

    Apache Superset to Master Data Visualization and Build High-Impact BI Solutions Key Features ● Learn to install, configure, and use Superset to create visualizations and build interactive dashboards. ● Apply your learning to real-world data scenarios and business use cases, ensuring you can immediately apply these skills in your role. ● Customize Superset with custom visualizations, integrate it ... Leer más

    $19.99 USD o gratis con Kobo Plus

  • Beginning Apache Spark 2

    With Resilient Distributed Datasets, Spark SQL, Structured Streaming and Spark Machine Learning library

    de Hien Luu ...
    Series series Professional and Applied Computing (R0)
    Develop applications for the big data landscape with Spark and Hadoop. This book also explains the role of Spark in developing scalable machine learning and analytics applications with Cloud technologies. Beginning Apache Spark 2 gives you an introduction to Apache Spark and shows you how to work with it.Along the way, you’ll discover resilient distributed datasets (RDDs); use Spark SQL for ... Leer más

    $40.99 USD

  • Java 9 Modularity Revealed

    Project Jigsaw and Scalable Java Applications

    Series series Professional and Applied Computing (R0)
    Develop modular applications using the Java Platform Module System, the single most anticipated feature in Java 9. You will improve maintainability and performance of your Java applications by deploying only modules that are needed and encapsulating their implementation details.Until now Java has been monolithic. Using any one part of Java has meant incorporating the entirety of the runtime ... Leer más

    $31.99 USD

  • Java 23 for Absolute Beginners

    Learn the Fundamentals of Java Programming

    Series series Professional and Applied Computing (R0)
    Write your first code in Java 23 using simple, step-by-step examples that model real-word objects and events, making learning easy. With this book you will be able to pick up core programming concepts without fuss and write efficient Java code in no time. Clear code descriptions and layout ensure you get your code running as soon as possible. Author Iuliana Cosmina focuses on practical knowledge ... Leer más

    $80.99 USD

  • Liferay 6.x Portal Enterprise Intranets Cookbook

    Over 60 hands-on recipes to help you efficiently create complex and highly personalized enterprise intranet solutions with Liferay Portal 6.x CE

    Key FeaturesBook DescriptionIf you are a Java developer or administrator with a technical background and want to install and configure Liferay Portal as an enterprise intranet, this is the book for you. In short, reusable recipes help you realize business goals as working features in Liferay. This book will also give you useful hints on how to easily improve the default functionality of the system ... Leer más

    $41.99 USD o gratis con Kobo Plus

  • Android Studio Hedgehog Essentials - Java Edition

    Developing Android Apps Using Android Studio 2023.1.1 and Java

    de Neil Smyth ...
    Fully updated for Android Studio Hedgehog (2023.1.1) and the new UI, this book teaches you how to develop Android-based applications using the Java programming language.This book begins with the basics and 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 ... Leer más

    $35.99 USD

  • Java Quick Syntax Reference

    de Mikael Olsson ...
    Series series Professional and Applied Computing (R0)
    Quickly gain the insight necessary to address a multitude of Java coding challenges using this succinct reference guide. Short, focused code examples will help you master Java elements such as modules, boxing/unboxing and more.You won’t find any technical jargon, bloated samples, drawn out history lessons or witty stories in this book. What you will find is a language reference that is concise, to ... Leer más

    $18.99 USD

  • 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

    $28.99 USD

  • Spock: Up and Running

    Writing Expressive Tests in Java and Groovy

    de 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 ... Leer más

    $36.99 USD

  • Java By Comparison

    Write code that's clean, concise, and to the point: code that others will read with pleasure and reuse. Comparing your code to that of expert programmers is a great way to improve your coding skills. Get hands-on advice to level up your coding style through small and understandable examples that compare flawed code to an improved solution. Discover handy tips and tricks, as well as common bugs an ... Leer más

    $25.99 USD

  • Enterprise Service Bus

    Theory in Practice

    Large IT organizations increasingly face the challenge of integrating various web services, applications, and other technologies into a single network. The solution to finding a meaningful large-scale architecture that is capable of spanning a global enterprise appears to have been met in ESB, or Enterprise Service Bus. Rather than conform to the hub-and-spoke architecture of traditional ... Leer más

    $23.99 USD

  • Building Modern SaaS Web Applications with Bootstrap 5

    Master Bootstrap 5 and Build Web Applications that Users will Love. Key Features ● Master responsive design and layouts with Bootstrap 5 components. ● Learn advanced customization for scalable, high-performance web apps. ● Improve UX by applying the best practices, and real-world examples. Book Description Bootstrap 5 plays a crucial role in modern web development by offering a powerful, mobile ... Leer más

    $19.99 USD o gratis con Kobo Plus

  • Android Studio Otter Essentials - Java Edition

    Developing Android Apps Using Android Studio Otter and Java

    de Neil Smyth ...
    This book, fully updated for Android Studio Otter, 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 tool windows, the code editor, and the Layout Editor. An introduction to Android architecture is followed by an in-depth look at Android application ... Leer más

    $38.99 USD o gratis con Kobo Plus

  • Learning Java by Building Android Games

    Learn Java and Android from scratch by building five exciting games

    de John Horton ...
    Get ready to learn Java the fun way by developing games for the Android platform with this new and updated third editionKey FeaturesLearn Java, Android, and object-oriented programming from scratchFind out how to build games including Sub Hunter, Retro Pong, Bullet Hell, Classic Snake, and Scrolling ShootersCreate and design your own games by learning all the concepts that a game developer must ... Leer más

    $53.99 USD o gratis con Kobo Plus

  • Ultimate Midjourney for Creative Professionals

    de Pawan Nayar ...
    Expand your imagination. Redefine creativity. Master the future of AI-driven art. Key Features ● Master Midjourney to craft stunning AI-driven visuals and compositions. ● Unlock advanced prompts for storytelling, branding, and creative innovation. ● Use Midjourney across marketing, design, education, and personal projects. Book Description Midjourney is revolutionizing creativity, empowering ... Leer más

    $24.99 USD o gratis con Kobo Plus

  • Testing Java Microservices

    Using Arquillian, Hoverfly, AssertJ, JUnit, Selenium, and Mockito

    SummaryTesting Java Microservices teaches you to implement unit and integration tests for microservice systems running on the JVM. You'll work with a microservice environment built using Java EE, WildFly Swarm, and Docker. You'll learn how to increase your test coverage and productivity, and gain confidence that your system will work as you expect.Purchase of the print book includes a free eBook ... Leer más

    $49.99 USD

  • Apache Pulsar in Action

    Deliver lightning fast and reliable messaging for your distributed applications with the flexible and resilient Apache Pulsar platform.In Apache Pulsar in Action you will learn how to:Publish from Apache Pulsar into third-party data repositories and platformsDesign and develop Apache Pulsar functionsPerform interactive SQL queries against data stored in Apache PulsarApache Pulsar in Action is a ... Leer más

    $58.99 USD

  • Java Swing Tutorials - Herong's Tutorial Examples

    de Herong Yang ...
    This tutorial book is a collection of notes and sample codes written by the author while he was learning Java Swing and AWT himself. Topics include Swing and AWT (Abstract Windows Toolkit) class library; graphical components: JButton, JCheckbox, JComboBox, JFrame, JLabel, JMenu, JRadioButton, JTextField; frame layouts; menus; dialog boxes; editor pane; Unicode and Chinese. Updated in 2024 (Version ... Leer más

    $4.99 USD

  • Apache Camel Developer's Cookbook

    This book is written in a Cookbook style with short recipes showing developers how to effectively implement EIP without breaking everything in the process. It is concise and to the point, and it helps developers get their data flowing between different components without the need to read through page upon page of theory, while also enabling the reader to learn how to create exciting new projects ... Leer más

    $27.99 USD o gratis con Kobo Plus