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 793 - 816 de 1728 resultados
Skip side bar filters
  • Mastering LibGDX Game Development

    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title

    de Patrick Hoey ...
    Leverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial titleKey FeaturesBook DescriptionLeverage the power of LibGDX to create a fully functional, customizable RPG game for your own commercial title About This Book Learn game architecture and design patterns with concrete examples using proper software engineering principles Save time and money ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Spring Persistence with Hibernate

    Series series Professional and Applied Computing (R0)
    Learn how to use the core Hibernate APIs and tools as part of the Spring Framework. This book illustrates how these two frameworks can be best utilized. Other persistence solutions available in Spring are also shown including the Java Persistence API (JPA).Spring Persistence with Hibernate, Second Edition has been updated to cover Spring Framework version 4 and Hibernate version 5. After reading ... Leer más

    $40.49 USD

  • Get Your Hands Dirty on Clean Architecture

    A hands-on guide to creating clean web applications with code examples in Java

    de Tom Hombergs ...
    Gain insight into how hexagonal architecture can help to keep the cost of development low over the complete lifetime of an applicationKey FeaturesExplore ways to make your software flexible, extensible, and adaptableLearn new concepts that you can easily blend with your own software development styleDevelop the mindset of building maintainable solutions instead of taking shortcutsBook ... Leer más

    $17.09 USD o gratis con Kobo Plus

  • Mastering Apache Maven 3

    If you are working with Java or Java EE projects and you want to take full advantage of Maven in designing, executing, and maintaining your build system for optimal developer productivity, then this book is ideal for you. You should be well versed with Maven and its basic functionality if you wish to get the most out of the book. ... Leer más

    $26.59 USD o gratis con Kobo Plus

  • Maven: The Definitive Guide

    The Definitive Guide

    For too long, developers have worked on disorganized application projects, where every part seemed to have its own build system, and no common repository existed for information about the state of the project. Now there's help. The long-awaited official documentation to Maven is here.Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how ... Leer más

    $20.19 USD

  • Java代码审计(入门篇)

    de 徐焱 ...
    本书由浅入深、全面、系统地介绍了Java代码审计的流程、Java Web漏洞产生的原理以及实战讲解,并力求语言通俗易懂、举例简单明了,便于读者阅读领会。同时结合具体案例进行讲解,可以让读者身临其境,快速了解和掌握主流的Java代码安全审计技巧。阅读本书不要求读者具备代码审计的相关背景,如有相关经验,对理解本书内容会更有帮助。本书也可作为高等院校信息安全专业的教材。 ... Leer más

    Antes $33.99 USD Ahora $28.18 USD

  • Play for Java

    SummaryPlay for Java shows you how to build Java-based web applications using the Play 2 framework. The book starts by introducing Play through a comprehensive overview example. Then, you'll look at each facet of a typical Play application, both by exploring simple code snippets and by adding to a larger running example. Along the way, you'll contrast Play and JEE patterns and learn how a ... Leer más

    $49.99 USD

  • Spring Integration in Action

    SummarySpring Integration in Action is a hands-on guide to Spring-based messaging and integration. After addressing the core messaging patterns, such as those used in transformation and routing, the book turns to the adapters that enable integration with external systems. Readers will explore real-world enterprise integration scenarios using JMS, Web Services, file systems, and email. They will ... Leer más

    $49.99 USD

  • Java Start

    de André Campos ...
    O livro nasceu do seguinte paradoxo: Java é supostamente difícil de aprender mas é uma das linguagens mais utilizadas e requisitadas pelo mercado. Por isso, o objetivo do livro é ajudar o leitor a aprender a linguagem de maneira simples, fácil e fluída. Nada de infindáveis e complexas explicações técnicas. É direto ao ponto. Mas de forma didática. Outra importante característica deste livro é que ... Leer más

    Gratis

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

    $34.59 USD

  • Test-Driven Java Development, Second Edition

    Invoke TDD principles for end-to-end application development

    This book will teach the concepts of test driven development in Java so you can build clean, maintainable and robust codeKey FeaturesExplore the most popular TDD tools and frameworks and become more proficient in building applicationsCreate applications with better code design, fewer bugs, and higher test coverage, enabling you to get them to market quicklyImplement test-driven programming methods ... Leer más

    $41.39 USD o gratis con Kobo Plus

  • Mastering JavaFX 10

    Build advanced and visually stunning Java applications

    de Sergey Grinev ...
    Design modern, rich interfaces for Java apps using JavaFX 10Key FeaturesLeverage advanced GUI programming techniques using the latest JavaFX 10 framework.Create dynamic content using the animation API and work with different application layersCreate and customize plugins and use them efficiently in different applicationsBook Description: JavaFX 10 is used to create media-rich client applications. ... Leer más

    $37.79 USD o gratis con Kobo Plus

  • Derinlemesine Java - MVC, JSF & Primefaces

    de Onder Teker ...
    MVC (Model View Controller) KavramlarıJSF (JavaServer Faces) Temel, Orta ve İleri Düzey KonularıPrimeFaces Kurulumu ve BileşenleriUygulamalı Anlatımlar ve Örnek Proje PrototipleriNetBeans ve Eclipse Ekran Görüntüleri ... Leer más

    $0.99 USD o gratis con Kobo Plus

  • Java

    Java è un linguaggio di programmazione orientato agli oggetti in esecuzione su milioni di PC e miliardi di dispositivi nel mondo, inclusi smartphone, televisori e navigatori satellitari. Una giuda facile e immediata con numerosi esempi pratici. ... Leer más

    $11.87 USD o gratis con Kobo Plus

  • The Art of Unit Testing

    with examples in C#

    de Roy Osherove ...
    SummaryThe Art of Unit Testing, Second Edition guides you step by step from writing your first simple tests to developing robust test sets that are maintainable, readable, and trustworthy. You'll master the foundational ideas and quickly move to high-value subjects like mocks, stubs, and isolation, including frameworks such as Moq, FakeItEasy, and Typemock Isolator. You'll explore test patterns ... Leer más

    $34.99 USD

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

    $20.19 USD

  • JDBC Tutorials - Herong's Tutorial Examples

    de Herong Yang ...
    This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. Topics include installing JDK and Derby database server; using Derby JDBC driver; database connection URLs; introduction to Result Set; Meta Data, Prepared Statement, CLOB, and BLOB; connection pooling with DBCP and C3P0. Updated in 2024 (Version v3.14) with minor ... Leer más

    $4.99 USD

  • Instant OSGi Starter

    Get to grips with a new technology, understand what it is and what it can do for you, and then get to work with the most important features and tasks. Using a practical approach with explanation where needed, the book will take an in depth look at what OSGi is and what it offers to Java programmers and development standards. "Instant OSGi Starter" is intended for the senior Java programmer whom ... Leer más

    $15.19 USD o gratis con Kobo Plus

  • Learn Java the Easy Way 

    A Hands-On Introduction to Programming

    de Bryson Payne ...
    Java is the world’s most popular programming language, but it’s known for having a steep learning curve. Learn Java the Easy Way takes the chore out of learning Java with hands-on projects that will get you building real, functioning apps right away.You’ll start by familiarizing yourself with JShell, Java’s interactive command line shell that allows programmers to run single lines of code and get ... Leer más

    $24.99 USD

  • Java系统分析与架构设计

    《Java系统分析与架构设计》面向软件工程项目实战,内容按照软件项目的生命周期展开,分别为软件项目需求分析、软件项目架构设计(开发架构模式为主)、软件项目模块设计、软件项目的持久层设计(关系型物理表设计、Redis设计、MongoDB设计)、软件项目的部署等。   《Java系统分析与架构设计》共7章,第1章以大型企业项目“中国石油物资采购管理信息系统”为例,详细讲解需求分析技术,如流程图分解、UML用例图设计、UML状态图设计、概念模型分析等;第2章为“软件架构设计”,讲解架构设计五视图、Java EE架构模式、微服务架构模式、Dubbo 3架构模式、MOM架构模式等内容,同时结合大型分布式项目“电影院综合票务管理平台”进行详细的架构设计示范;第3章为“项目模块设计”,讲解UML类图、UML时序图设计方法,同时结合项目“新闻系统”与“物流管理系统”进行模块设计的项目实战示范;第4章为 ... Leer más

    $15.11 USD

  • Mastering Event-Driven Microservices in AWS

    Unleash the Power of AWS Serverless Services for Scalable, Resilient, and Reactive Architectures Key Features ● Master the art of leveraging AWS serverless services to build robust event-driven systems. ● Gain expertise in implementing advanced event-driven patterns in AWS. ● Develop advanced skills in production-ready practices for testing, monitoring, and optimizing event-driven microservices in ... Leer más

    $32.99 USD o gratis con Kobo Plus

  • Ultimate Big Data Analytics with Apache Hadoop

    Master the Hadoop Ecosystem and Build Scalable Analytics Systems Key Features ● Explains Hadoop, YARN, MapReduce, and Tez for understanding distributed data processing and resource management. ● Delves into Apache Hive and Apache Spark for their roles in data warehousing, real-time processing, and advanced analytics. ● Provides hands-on guidance for using Python with Hadoop for business ... Leer más

    $29.99 USD o gratis con Kobo Plus

  • IGNOU PGDCA MCS 206 Object Oriented Programming using Java Previous Years Unsolved Papers

    de Manish Soni ...
    Series Libro 4 - IGNOU PGDCA Unsolved Paper Books Series
    Welcome to the comprehensive collection of solved papers for the Post Graduate Diploma in Computer Applications (PGDCA) program offered by the Indira Gandhi National Open University (IGNOU). This book is meticulously crafted to assist students in their preparation for the Object Oriented Programming using Java examination, a fundamental and integral part of the PGDCA curriculum. As technology ... Leer más

    $8.65 USD o gratis con Kobo Plus

  • Introduction to computer system and program II

    de David Kenneth ...
    Introduction to computer system and introduction is the part II to the first book written by me and it is the continuatio of the first part.well part b has to do with more of the algorithms, problem solving and programming aaspect.I assure you easy readability , easy understanding and lots of fun learning ... Leer más

    $10.92 USD