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 73 - 96 de 585 resultados
Skip side bar filters
  • Java Tutorial, The

    A Short Course on the Basics

    Series series Java Series
    The Java®Tutorial, Fifth Edition,** is based on Release 7 of the Java Platform Standard Edition. This revised and updated edition introduces the new features added to the platform, including a section on NIO.2, the new file I/O API, and information on migrating legacy code to the new API. The deployment coverage has also been expanded, with new chapters such as “Doing More with Rich Internet ... Leer más

    $573 MXN

  • Android Studio Meerkat Essentials - Java Edition

    Developing Android Apps Using Android Studio Meerkat and Java

    de Smyth ...
    This book, fully updated for Android Studio Ladybug and the new UI, 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 areas such as tool windows, the code editor, and the Layout Editor tool. An introduction to the architecture of Android is followed ... Leer más

    $721 MXN

  • The Definitive ANTLR 4 Reference

    de Terence Parr ...
    Programmers run into parsing problems all the time. Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on ... Leer más

    $473 MXN

  • Programming DSLs in Kotlin

    Creating your own domain-specific languages (DSLs) is both challenging and exhilarating. DSLs give users a way to interact with your applications more effectively, and Kotlin is a fantastic language to serve as a host for internal DSLs, because it greatly reduces the pain and effort of design and development. But implementing DSLs on top of Kotlin requires understanding the key strengths of the ... Leer más

    $206 MXN

  • Java Distributed Computing

    de Jim Farley ...
    Distributed computing and Java go together naturally. As the first language designed from the bottom up with networking in mind, Java makes it very easy for computers to cooperate. Even the simplest applet running in a browser is a distributed application, if you think about it. The client running the browser downloads and executes code that is delivered by some other system. But even this simple ... Leer más

    $384 MXN

  • Practical JIRA Plugins

    Using JIRA Effectively: Custom Development

    One advantage of using JIRA for issue tracking, bug tracking, or project management is the ability to extend this tool with hundreds of plugins from the JIRA community. In this concise book, software toolsmith Matt Doar—the author of Practical JIRA Administration—shows you how to create and maintain your own JIRA plugins to meet the specific needs of a project.This book uses detailed examples to ... Leer más

    $197 MXN

  • 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

    $375 MXN

  • Java Web Services: Up and Running

    A Quick, Practical, and Thorough Introduction

    de Martin Kalin ...
    Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code examples, and short yet precise instructions for compiling, deploying, and executing them. You’ll learn how to write services from scratch and ... Leer más

    $269 MXN

  • JBoss at Work: A Practical Guide

    A Practical Guide

    Consisting of a number of well-known open source products, JBoss is more a family of interrelated services than a single monolithic application. But, as with any tool that's as feature-rich as JBoss, there are number of pitfalls and complexities, too.Most developers struggle with the same issues when deploying J2EE applications on JBoss: they have trouble getting the many J2EE and JBoss deployment ... Leer más

    $269 MXN

  • High Performance Android Apps

    Improve Ratings with Speed, Optimizations, and Testing

    de Doug Sillars ...
    Unique and clever ideas are important when building a hot-selling Android app, but the real drivers for success are speed, efficiency, and power management. With this practical guide, you’ll learn the major performance issues confronting Android app developers, and the tools you need to diagnose problems early.Customers are finally realizing that apps have a major role in the performance of their ... Leer más

    $375 MXN

  • Pragmatic Unit Testing in Java with JUnit

    de Jeff Langr ...
    The classic Pragmatic Unit Testing with Java in JUnit returns for a third edition, streamlined and rewritten with updated and more accessible code examples. In this edition, you'll learn how to create concise, maintainable unit tests with confidence. New chapters provide a foundation of examples for testing common concepts, and guidance on incorporating modern AI tools into your development and ... Leer más

    $680 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

  • Learn Java Programming in 24 Hours

    de Alex Nordeen ...
    This book will help you learn the basics of Java programming in an easy way. This Edition is a comprehensive guide for beginners to learn the most popular programming languages worldwide.It will familiarize you with various JAVA coding concepts like decisions, loops, arrays, methods, variables, lambda expressions, etc. As well as a brief introduction to various framework it supports like Java SE8, ... Leer más

    $201 MXN

  • Spring MVC: Designing Real-World Web Applications

    Unleash the power of Spring MVC and build enterprise-grade, lightning-fast web applicationsAbout This BookConfigure Spring MVC to build logic-less controllers that transparently support the most advanced web techniquesSecure your developments with easy-to-write, reliable unit and end-to-end testsGet this fast-paced, practical guide to produce REST resources and templates as required by the latest ... Leer más

    $1,388 MXN o gratis con Kobo Plus

  • Android Studio Ladybug Essentials - Java Edition

    Developing Android Apps Using Android Studio Ladybug and Java

    de Smyth ...
    This book, fully updated for Android Studio Ladybug and the new UI, teaches you how to develop Android-based applications using the Java programming language.Beginning with the basics, the book 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 architecture ... Leer más

    $701 MXN

  • Java Web开发从0到1

    de 王树生 ...
    自20世纪以来,互联网的发展已经堪称日新月异,人们的工作、生活、学习等各个方面越来越离不开互联网Web应用。Java Web是Web应用中成熟度高、普及率高、适用性广的开源技术,几乎所有Web应用程序都需要具备Java Web技术能力。本书详解Java Web开发技术,配套示例源码、PPT课件与答疑服务。 本书分为5篇,共17章。第1篇介绍Web开发与Java Web开发,包括体系结构、相关技术、开发环境等;第2篇介绍JSP语言基础,包括JSP的基本概念、JSP指令、JSP动作、JSP注释、JSP内置对象、JavaBean技术、Servlet技术、Servlet过滤器、Servlet监听器;第3篇介绍Java Web整合开发,包括数据库基础以及Java Web操作数据库实践、EL动态网页交互表达式语言、JSTL标签语言、Ajax整合技术;第4篇介绍SSM框架,包括Spring IoC ... Leer más

    $520 MXN

  • Spring Recipes

    A Problem-Solution Approach

    Series series Professional and Applied Computing (R0)
    Spring Recipes: A Problem-Solution Approach, Third Edition builds upon the best-selling success of the previous editions and focuses on the latest Spring Framework features for building enterprise Java applications. This book provides code recipes for the following, found in the latest Spring:Spring fundamentals: Spring IoC container, Spring AOP/ AspectJ, and more. Spring enterprise: Spring Java ... Leer más

    $721 MXN

  • Ultimate Selenium WebDriver for Test Automation

    Build and Implement Automated Web Testing Frameworks Using Java, Selenium WebDriver and Selenium Grid for E-Commerce, Healthcare, EdTech, Banking, and SAAS

    de Robin Gupta ...
    Elevate your test automation skills by mastering Selenium with Java, delving into advanced techniques for a comprehensive understanding.Book DescriptionThis comprehensive and practical handbook, centered on Selenium unlocks its potential using Java. The book covers Selenium basics, including IDE and WebDriver, while delving into advanced topics like Selenium Grid and non-functional test automation ... Leer más

    $466 MXN o gratis con Kobo Plus

  • Pragmatic Scala

    Create Expressive, Concise, and Scalable Applications

    Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and Pragmatic Scala shows you how to work effectively with both. Updated to Scala 2.11, with in-depth coverage of new features such as Akka actors, parallel collections, and tail call optimization, this book will show you how to ... Leer más

    $459 MXN