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 961 - 984 de 1588 resultados
Skip side bar filters
  • Just Spring Integration

    A Lightweight Introduction to Spring Integration

    Get started with Spring Integration, the lightweight Java-based framework that makes designing and developing message-oriented architectures a breeze. Through numerous examples, you’ll learn how to use this open source framework’s basic building blocks to work with both inter- and intra-application programming models.If you’re a Java developer familiar with the Spring framework (perhaps through O ... Leer más

    $13,292 CLP

  • Quick Functional Programming

    Series series Quick Programming
    Why learn functional programming? Isn’t that some complicated ivory-tower technique used only in obscure languages like Haskell?In fact, functional programming is actually very simple. It’s also very powerful, as Haskell demonstrates by throwing away all the conventional programming tools and using only functional programming features. But it doesn’t have to be done that way.Functional programming ... Leer más

    $33,518 CLP

  • Java EE Web Application Primer

    Building Bullhorn: A Messaging App with JSP, Servlets, JavaScript, Bootstrap and Oracle

    Series series Professional and Applied Computing (R0)
    Build an online messaging app using Java Servlets, JSP, Expression Language, JSTL, JPQL, Sessions/Cookies, HTML/CSS/JavaScript, and the Bootstrap framework. This book explains Java EE, along with its associated technologies making it perfect for those with at least basic programming experience in Java or C. Java EE Web Application Primer teaches you how to develop complete web applications using ... Leer más

    $24,646 CLP

  • Programcılık MAntığı

    Programcılık nedir? Programcı olabilmek için neler gerekir? Kimler programcı olabilir? Programcılar ne yapar? Programcı kimdir?• Programlama dilleri ve karşılaştırmaları• Programcılık Terimleri• Temel Algoritma Öğeleri• Mantıksal Operatörler• Akış Şemaları• Nesne Temelli Programlama• Görsel ProgramcılıkBu sorulardan yola çıkarak, programcılığı masaya yatıran Programcılık Mantığı, programcı olmak ... Leer más

    $10,145 CLP o gratis con Kobo Plus

  • Tomcat: The Definitive Guide

    The Definitive Guide

    It takes a book as versatile as its subject to cover Apache Tomcat, the popular open source Servlet and JSP container and high performance web server. Tomcat: The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide for programmers who want to use Tomcat as their web application server during development or in production, and an excellent introduction for ... Leer más

    $23,401 CLP

  • Mastering Concurrency Programming with Java 8

    Master the principles and techniques of multithreaded programming with the Java 8 Concurrency API

    Master the principles and techniques of multithreaded programming with the Java 8 Concurrency APIKey Features\[\*\] Implement concurrent applications using the Java 8 Concurrency API and its new components\[\*\] Improve the performance of your applications or process more data at the same time, taking advantage of all of your resources.\[\*\] Construct real-world examples related to machine ... Leer más

    $45,710 CLP o gratis con Kobo Plus

  • Java Message Service

    This book is a thorough introduction to Java Message Service (JMS), the standard Java application program interface (API) from Sun Microsystems that supports the formal communication known as "messaging" between computers in a network. JMS provides a common interface to standard messaging protocols and to special messaging services in support of Java programs. The messages exchange crucial data ... Leer más

    $20,475 CLP

  • Swing for Jython

    Graphical Jython UI and Scripts Development using Java Swing and WebSphere Application Server

    de Robert Gibson ...
    Series series Professional and Applied Computing (R0)
    This book shows you how to use Swing to add a GUI to your Jython scripts, with an emphasis on the WebSphere Application Server wsadmin utility. In fact, we're going to teach you Swing using Jython, and we're going to do it in a way that, hopefully, that makes your scripts easier for people to use, more robust, more understandable, and therefore easier to maintain. ... Leer más

    $46,708 CLP

  • Regular Expression Pocket Reference

    Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET

    This handy little book offers programmers a complete overview of the syntax and semantics of regular expressions that are at the heart of every text-processing application. Ideal as a quick reference, Regular Expression Pocket Reference covers the regular expression APIs for Perl 5.8, Ruby (including some upcoming 1.9 features), Java, PHP, .NET and C#, Python, vi, JavaScript, and the PCRE regular ... Leer más

    $16,086 CLP

  • Java

    Beginner's Guide to Programming Code with Java

    Series Libro 1 - Java Programming Series
    Learn Java programming today and begin your path towards Java programming mastery!In this Definitive Java Guide, you're about to discover how to...How to program code in Java through learning the core essentials that every Java programmer must know. Learning Java is going to benefit you because it is going to help you in writing programs for the Web as well as being a stepping stone for learning ... Leer más

    $2,780 CLP o gratis con Kobo Plus

  • Gradle Effective Implementation Guide

    A must-read for Java developers, this book will bring you bang up to date in the techniques of build automation using Gradle. A fully hands-on approach makes learning natural and entertaining.

    A must-read for Java developers, this book will bring you bang up to date in the techniques of build automation using Gradle. A fully hands-on approach makes learning natural and entertaining.Key FeaturesLearn the best of GradleWork easily with multi-projectsApply Gradle to your Java, Scala and Groovy projectsBook DescriptionGradle is the next generation in build automation. It uses convention ... Leer más

    $28,947 CLP o gratis con Kobo Plus

  • Mastering JavaServer Faces 2.2

    A homogenous guide integrating the features of JSF 2.x (2.0, 2.1 and 2.2), following a “learning through examples” paradigm with its main focus on the advanced concepts of JSF. If you are a web developer who uses JSF, this is the book for you. Catering to an intermediate-advanced audience, the book assumes you have fundamental knowledge of JSF. It is intended for the developer who wants to improve ... Leer más

    $34,737 CLP o gratis con Kobo Plus

  • Java EE to Jakarta EE 10 Recipes

    A Problem-Solution Approach for Enterprise Java

    Series series Professional and Applied Computing (R0)
    Take a problem-solution approach for programming enterprise Java or Java EE applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. Java EE to Jakarta EE 10 Recipes provides effective, practical, and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel ... Leer más

    $63,961 CLP

  • 掌握Java SE8程式設計-Lambda的逆襲

    de 陳錦輝 ...
    在寫程式時,我們有時會希望『傳遞一段程式碼』給某個method,並且不限定該method何時來執行這段程式碼,例如Comparator的compare method就是個最明顯的例子。以往,Java必須透過物件間接完成這個目標,也就是將這段程式碼變成某個物件的某個method實作內容,然而這個method在介面或類別宣告時就必須有個名稱,但這個名稱對於我們想要『傳遞一段程式碼』的目的而言,其實是多餘的。『傳遞一段程式碼』給某個method在函數式程式語言中,不難做到。而眾多非函數式程式語言也陸續加入了這個功能,它們為此功能取了一個響亮的名字 ── Lambda運算式。為何取名為Lambda運算式呢? 它源自於一種古老的演算 ── λ演算(Lambda正是拉丁字母λ的讀音)。在λ演算中,函數是匿名的,代表著函數的名稱並不重要,因此,將『傳遞一段程式碼』的功能取名為Lambda運算式 ... Leer más

    $13,599 CLP

  • Beginning Java with WebSphere

    Series series Professional and Applied Computing (R0)
    Beginning Java with WebSphere provides a step-by-step guide for creating and installing both client- and server-based Java applications using Rapid Application Development v8, WebSphere Application Server 8.0, and Java.Since more and more Java applications are moving to the server and using HTML for the user interface, there is a minimal amount of time spent exploring the Java GUI components. More ... Leer más

    $46,708 CLP

  • Derinlemesine Java Advanced Features

    de Onder Teker ...
    Bu kitapta Java'daki ileri özellikler anlatılmaktadır. İleri olarak adlandırılmakla birlikte her geliştiricinin çok iyi bilmesi gereken konulardır. Bunlar bilinmeden profesyonel geliştirme yapmaya olanak yoktur. Java'da her alanda bunlar sürekli ve yoğun biçimde kullanılmaktadırlar. İçerikte şu konular ayrıntılı olarak anlatılmaktadır. Generics (Templates), Annotations, Lambda Expressions & ... Leer más

    $845 CLP

  • JPA Eficaz

    As melhores práticas de persistência de dados em Java

    Entender o básico da JPA pode ser simples e rápido, mas com o uso do dia a dia, ela se torna uma ferramenta que demanda muito cuidado. É preciso conhecer bem seus detalhes para não cair em armadilhas. Nesse livro, Hebert Coelho explica em tópicos curtos, e direto ao ponto, técnicas para usar a JPA da melhor forma possível, com atenção aos equívocos mais comuns. Você vai aprender a evitar o ... Leer más

    $10,591 CLP o gratis con Kobo Plus

  • Cloud Native Java

    Designing Resilient Systems with Spring Boot, Spring Cloud, and Cloud Foundry

    What separates the traditional enterprise from the likes of Amazon, Netflix, and Etsy? Those companies have refined the art of cloud native development to maintain their competitive edge and stay well ahead of the competition. This practical guide shows Java/JVM developers how to build better software, faster, using Spring Boot, Spring Cloud, and Cloud Foundry.Many organizations have already waded ... Leer más

    $43,884 CLP

  • Curso de Programación y Análisis de Software

    Este Curso ha sido elaborado por dos prestigiosos profesionales del mundo de la formación informática. La programación y la arquitectura de software son los pilares del crecimiento económico de las últimas décadas, acelerándose enormemente en estos últimos años.Esperamos que con este curso, usted pueda mejorar profesionalmente y le ayude a alcanzar sus objetivos personales.El curso consta de los ... Leer más

    $8,495 CLP

  • Java Coding Problems

    Become an expert Java programmer by solving over 200 brand-new, modern, real-world problems

    Stay on top of the new Java features (up to JDK 21) and find efficient solutions for your programming woes. With over 250 problems and solutions, you'll learn new ways to deal with real-world coding tasks and answers to common interview questions. Purchase of the print or Kindle book includes a free PDF eBookKey FeaturesSolve Java programming challenges and get interview-ready with the power of ... Leer más

    $40,224 CLP o gratis con Kobo Plus

  • Derinlemesine Java - Patterns, CDI ve Spring

    de Onder Teker ...
    Tasarım Örüntüleri (Design Patterns) KavramlarıCDI (Contexts and Dependency Injection) Temel, Orta ve İleri Düzey KonularıSpring hem XML hem de Annotation ile kullanımı, Spring MVC & DataJUnit , Maven, Ant gibi Geliştirme AraçlarıUygulamalı Anlatımlar ve Örnek Proje PrototipleriNetBeans ve Eclipse Ekran Görüntüler ... Leer más

    $845 CLP

  • Pro JavaFX 9

    A Definitive Guide to Building Desktop, Mobile, and Embedded Java Clients

    Series series Professional and Applied Computing (R0)
    Use the JavaFX platform to create rich-client Java applications and discover how you can use this powerful Java-based UI platform, which is capable of handling large-scale data-driven business applications for PC as well as mobile and embedded devices. The expert authors cover the new more modular JavaFX 9 APIs, development tools, and best practices and provide code examples that explore the ... Leer más

    $63,961 CLP

  • Ultimate FinOps for Azure

    Empower Your Cloud Journey with Expert FinOps Strategies for Microsoft Azure! Key Features ● Learn Azure cost optimization through real-world FinOps practices. ● Master tagging, automation, and reporting for cloud cost control. ● Discover actionable savings using Azure-native tools and data. Book Description As cloud operations grow, controlling costs in Microsoft Azure is no longer optional, it’s ... Leer más

    $14,623 CLP o gratis con Kobo Plus

  • Ultimate Java Design Patterns

    Master Creational, Structural, Behavioral, Concurrency, and Architectural Patterns for Scalable Enterprise Java Applications (English Edition)

    de Ricken Bazolo ...
    Think Like an Architect. Code Like a Master.Key Features● Get a free one-month digital subscription to www.avaskillshelf.com● Comprehensive coverage of every major Java design pattern - Creational, Structural, Behavioral, Concurrency, and Architectural.● Real-world pattern application across enterprise systems, distributed architectures, microservices, and AI-driven Java applications.● Production ... Leer más

    $25,349 CLP o gratis con Kobo Plus