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 241 - 264 de 303 resultados
Skip side bar filters
  • Ajax on Java

    The Essentials of XMLHttpRequest and XML Programming with Java

    This practical guide shows you how to make your Java web applications more responsive and dynamic by incorporating new Ajaxian features, including suggestion lists, drag-and-drop, and more. Java developers can choose between many different ways of incorporating Ajax, from building JavaScript into your applications "by hand" to using the new Google Web Toolkit (GWT).Ajax on Java starts with an ... Leer más

    $19,764 CLP

  • Learning XNA 4.0

    Game Development for the PC, Xbox 360, and Windows Phone 7

    de Aaron Reed ...
    Want to develop games for Xbox 360 and Windows Phone 7? This hands-on book will get you started with Microsoft's XNA 4.0 development framework right away -- even if you have no experience developing games. Although XNA includes several key concepts that can be difficult for beginning web developers to grasp, Learning XNA 4.0 shortens the learning curve by walking you through the framework in a ... Leer más

    $26,354 CLP

  • Java and XML

    Solutions to Real-World Problems

    Java and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.After two chapters on XML basics, including XPath, XSL, DTDs, and XML Schema, the rest of ... Leer más

    $32,945 CLP

  • Programming Google App Engine with Java

    Build & Run Scalable Java Applications on Google's Infrastructure

    de Dan Sanderson ...
    This practical guide shows intermediate and advanced web and mobile app developers how to build highly scalable Java applications in the cloud with Google App Engine. The flagship of Google's Cloud Platform, App Engine hosts your app on infrastructure that grows automatically with your traffic, minimizing up-front costs and accommodating unexpected visitors. You’ll learn hands-on how to perform ... Leer más

    $32,122 CLP

  • Modern Java Recipes

    Simple Solutions to Difficult Problems in Java 8 and 9

    de Ken Kousen ...
    The introduction of functional programming concepts in Java SE 8 was a drastic change for this venerable object-oriented language. Lambda expressions, method references, and streams fundamentally changed the idioms of the language, and many developers have been trying to catch up ever since. This cookbook will help. With more than 70 detailed recipes, author Ken Kousen shows you how to use the ... Leer más

    $35,417 CLP

  • Programming Hive

    Data Warehouse and Query Language for Hadoop

    Need to move a relational database application to Hadoop? This comprehensive guide introduces you to Apache Hive, Hadoop’s data warehouse infrastructure. You’ll quickly learn how to use Hive’s SQL dialect—HiveQL—to summarize, query, and analyze large datasets stored in Hadoop’s distributed filesystem.This example-driven guide shows you how to set up and configure Hive in your environment, provides ... Leer más

    $28,002 CLP

  • Ajax Hacks

    Tips & Tools for Creating Responsive Web Sites

    Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.Taking complete advantage of Ajax, however, ... Leer más

    $19,764 CLP

  • Kickstart Java Programming Fundamentals

    Become a Java Pro through Real, Hands-On Coding Experience.Key Features● Master Java through hands-on, real-world coding examples.● Progress from core basics to AI-powered Java development.● Build desktop, web, mobile, and intelligent Java applications.Book DescriptionIn today's tech-driven world, applied Java programming with AI integration is a game-changer. Java remains a backbone of enter... ... Leer más

    $21,685 CLP

  • Mastering Clojure Macros

    Write Cleaner, Faster, Smarter Code

    de Colin Jones ...
    Level up your skills by taking advantage of Clojure's powerful macro system. Macros make hard things possible and normal things easy. They can be tricky to use, and this book will help you deftly navigate the terrain. You'll discover how to write straightforward code that avoids duplication and clarifies your intentions. You'll learn how and why to write macros. You'll learn to recognize ... Leer más

    $13,207 CLP

  • ChatGPT for Java

    A Hands-on Developer's Guide to ChatGPT and Open AI APIs

    de Bruce Hopkins ...
    Embrace the future of software development! ChatGPT for Java is the perfect starting point for Java developers to learn how to build intelligent applications using ChatGPT and Open AI APIs.This book takes you from the ground up to demonstrate how to use ChatGPT programmatically. You will learn the basics of ChatGPT and OpenAI APIs, including how to authenticate, send prompts, generate responses, ... Leer más

    $64,106 CLP

  • Spring. Все паттерны проектирования

    В этой книге дается обзор фреймворка Spring 5 и паттернов проектирования для него. Объясняется принцип внедрения зависимостей (dependency injection), играющий ключевую роль при создании слабосвязанного кода во фреймворке Spring. Затем рассматриваются классические паттерны «Банды четырех» при проектировании приложений на Spring. В следующих частях книги автор рассматривает паттерны аспектно ... Leer más

    $5,850 CLP

  • Java系统分析与架构设计

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

    $14,230 CLP

  • Learn Java with Projects

    A concise practical guide to learning everything a Java professional really needs to know

    Refine your Java skills by seamlessly blending foundational core concepts with hands-on coding applicationsKey FeaturesGain a deep understanding of essential topics that will help you progress with JavaLearn by working on mini-projects to help reinforce the concepts you’ve learnedGain comprehensive knowledge of the core concepts of JavaPurchase of the print or Kindle book includes a free PDF ... Leer más

    $39,912 CLP o gratis con Kobo Plus

  • Coding for Beginners

    A Step-by-Step Guide to Learn Python, Java, SQL, C, C++, C#, HTML, and CSS from Scratch

    de Vere salazar ...
    **Do you dream of becoming a coder?Do you want to learn how to code in eight different programming languages?**Do you want to develop awesome apps and websites that impress your friends and family? If yes, then this book is for you!“Coding for Beginners” is the perfect book for anyone who wants to start their coding journey. In this book, you will learn the basics of each language, how to write ... Leer más

    $10,227 CLP o gratis con Kobo Plus

  • Programación en Java 6

    de hugo austen ...
    Descubre el mundo de la programación con Java 6 con este exhaustivo y detallado libro que te llevará desde los conceptos más básicos hasta las técnicas avanzadas necesarias para convertirte en un desarrollador competente y eficiente. "Dominando la Programación en Java 6: Guía Completa para Desarrolladores" es tu recurso definitivo para aprender y dominar Java 6, una de las versiones más estables y ... Leer más

    $4,638 CLP

  • Android Studio Koala Essentials - Java Edition

    Developing Android Apps Using Android Studio Koala Feature Drop and Java

    de Neil Smyth ...
    his book, fully updated for Android Studio Koala Feature Drop (2024.1.2) and the new UI, 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 ... Leer más

    $38,914 CLP

  • Java from Zero: Learn Java Programming Fast for Beginners to Professionals:

    The Complete Guide with Code Examples and Exercises to Become a Professional

    de Scott Brandt ...
    Discover how to become a six-figure developer without going back to school.Are you thinking of transitioning into a career as a software developer?Have you always been interested in programming languages and tinkering with technology?Do you wish there was a straightforward way to gain all the skills and knowledge you need to write your own programs?If you're looking to make a living as a Java ... Leer más

    $6,672 CLP o gratis con Kobo Plus

  • Python for Beginners

    A Complete Guide to Learn the Fundamentals of Python and Start Programming Today!

    de MEGANE NOEL ...
    Series series Computer Programming
    Python is an interpreted, not compiled, high-level programming language. Apart from that, it is an object-oriented programming language that allows interaction between the developer and the Python interpreter. It is believed that this programming language was created between 1985 and 1990. This breakthrough is credited to Guido van Rossum.Python's source code, like that of the Perl programming ... Leer más

    $7,156 CLP o gratis con Kobo Plus

  • Wicket

    Komponentenbasiert und objektorientiert - das alternative Java-Webframework

    de Jochen Mader ...
    Apache Wicket ist ein komponentbasiertes Webframework, das sich in den letzten Jahren zu einem der beliebtesten Vertreter seiner Gattung gemausert hat. Man könnte diese Beliebtheit mit der einfachen Integration von Ajax oder der rigorosen Trennung von Markup und Logik erklären. Aber was Wicket wirklich über die Masse konkurrierender Frameworks erhebt, sind der Verzicht auf eine eigene Markup ... Leer más

    $15,990 CLP

  • Java Professional Guide

    Learn The Secrets Of Java, Pass The Exam And Earn The Most Important World Wide Certification. Real Practice Test With Detailed Screenshots, Answers And Explanations

    de David Mayer ...
    Getting Java Certified is amazing for your career. Acquire the skills to pass the Java certification exam!Do you want to get certified as a Java professional?Do you want to succeed in Java certifications by your own?If you answered "yes" to any of these, then this is the perfect educational and informational book for you!Hello! Welcome to "Java Exams Study Guide".This book is designed to support ... Leer más

    $12,251 CLP o gratis con Kobo Plus

  • Spring Boot 3 and Spring Framework 6

    The Comprehensive Guide to Modern Java Development

    Master Spring Boot 3 and Spring Framework 6 to create scalable Java applications. Learn database integration, web development, monitoring, and deployment with modern best practices.Key FeaturesComprehensive coverage of Spring Boot 3 and Spring Framework 6 core concepts and modulesDetailed guidance on relational and NoSQL database integration for versatile data managementFocus on practical ... Leer más

    $56,629 CLP o gratis con Kobo Plus

  • Computer Graphics Programming in OpenGL with Java

    This book is appropriate for both the computer science undergraduate course in 3D graphics programming using OpenGL and for professionals who are interested in mastering 3D graphics skills. It has been designed in a 4-color, “teach-yourself” format with numerous examples that the reader can run just as presented. The book is unique because it teaches OpenGL programming in Java, using JOGL – a ... Leer más

    $36,809 CLP o gratis con Kobo Plus

  • Programming Fundamentals Using Java

    A Game Application Approach

    This is a Java textbook for beginning programmers that uses game programming as a central pedagogical tool to improve student engagement, learning outcomes, and retention. Game programming is incorporated into the text in a way that does not compromise the amount of material traditionally covered in a basic or advanced programming course and permits instructors who are not familiar with game ... Leer más

    $55,236 CLP o gratis con Kobo Plus

  • Java从入门到精通(第7版)

    de 明日科技 ...
    《Java从入门到精通(第7版)》从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细讲解了使用Java语言进行程序开发需要掌握的知识。全书分为4篇共24章,内容包括初识Java,开发工具(IDEA、Eclipse),Java语言基础,流程控制,数组,类和对象,继承、多态、抽象类与接口,包和内部类,异常处理,字符串,常用类库,集合类,枚举类型与泛型,lambda表达式与流处理,I/O(输入/输出),反射与注解,数据库操作,Swing程序设计,Java绘图,多线程,并发,网络通信,飞机大战游戏,MR人脸识别打卡系统。书中所有知识都结合具体实例进行讲解,涉及的程序代码都给出了详细的注释,这可以帮助读者轻松领会Java程序开发的精髓,并快速提高开发技能。 ... Leer más

    $16,034 CLP