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 145 - 168 de 589 resultados
Skip side bar filters
  • Agile Java Development with Spring, Hibernate and Eclipse

    ***Agile Java™ Development With Spring, Hibernate and Eclipse***is a book about robust technologies and effective methods which help bring simplicity back into the world of enterprise Java development. The three key technologies covered in this book, the Spring Framework, Hibernate and Eclipse, help reduce the complexity of enterprise Java development significantly. Furthermore, these technologies ... Leer más

    $35.63 USD

  • 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

    $25.91 USD

  • 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

    $31.58 USD

  • 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

    $20.78 USD

  • 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

    $9.62 USD

  • 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

    $25.91 USD

  • 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

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

    $33.11 USD

  • 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

    $22.04 USD

  • 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

    $18.17 USD

  • 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

    $25.28 USD

  • 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

    $29.87 USD

  • Java 8实战

    本书介绍了Java 8这个里程碑版本的新特性,包括Lambdas、流和函数式编程。全书分四个部分:基础知识、函数式数据处理、高效Java 8编程和超越Java 8,向读者展现了一幅Java与时俱进的现代化画卷。 ... Leer más

    $21.50 USD

  • Raspberry PI 2: 12 Ultimate Lessons To Learn the Basics of Raspberry PI 2

    de Sara Cole ...
    If you haven’t yet used the Raspberry Pi, but you’re considering purchasing one, then you should absolutely purchase this user guide to learn the basics of Raspberry Pi 2! There’s so much to explore after you have learned the basics. You’ll be able to create remote controlled cars, fun robots, video game emulators, and much more once you master the basics, since there really isn’t a limit to the ... Leer más

    $4.49 USD

  • Learning Spring 5.0

    Build, test, and secure robust enterprise-grade applications using the Spring FrameworkAbout This BookBuild an enterprise application throughout the book that communicates with a microserviceDefine and inject dependencies into your objects using the IoC containerMake use of Spring's reactive features including tools and implement a reactive Spring MVC applicationWho This Book Is ForThis book is ... Leer más

    $32.39 USD

  • Rich Client Programming

    Plugging into the NetBean Platform

    The open-source NetBeans Platform is an extraordinarily powerful framework for building "write once, run anywhere" rich client applications. Now, for the first time since the release of NetBeans IDE 5.0, there's a comprehensive guide to rich client development on the NetBeans Platform. Written for Java developers and architects who have discovered that basic Swing components are not enough for ... Leer más

    $35.63 USD

  • JAVA PROGRAMMING FOR BEGINNERS

    Master Java Fundamentals and Build Your Own Applications (2023 Crash Course)

    de Theo Houle ...
    "Java Programming for Beginners" is a comprehensive guide to learning the fundamentals of Java programming.This book is designed for those who are new to programming and want to learn how to write Java code.Here are some key points that are covered in the book:An introduction to the Java programming language and its syntaxThe basics of object-oriente... ... Leer más

    $4.49 USD

  • Making Things Smart

    Easy Embedded JavaScript Programming for Making Everyday Objects into Intelligent Machines

    Making Things Smart teaches the fundamentals of the powerful ARM microcontroller by walking beginners and experienced users alike through easily assembled projects comprised of inexpensive, hardware-store parts.Current ARM programming books take a bland, textbook approach focused on complex, beginner-unfriendly languages like C or ARM Assembler. Making Things Smart uses Espruino (JavaScript for ... Leer más

    $19.43 USD

  • Functional Programming in Java

    Harnessing the Power Of Java 8 Lambda Expressions

    Intermediate level, for programmers fairly familiar with Java, but new to the functional style of programming and lambda expressions.Get ready to program in a whole new way. Functional Programming in Java will help you quickly get on top of the new, essential Java 8 language features and the functional style that will change and improve your code. This short, targeted book will help you make the ... Leer más

    $18.80 USD

  • Quarkus Cookbook

    Optimized for Kubernetes, Quarkus is designed to help you create Java applications that are cloud first, container native, and serverless capable. With this cookbook, authors Alex Soto Bueno and Jason Porter from Red Hat provide detailed solutions for installing, interacting with, and using Quarkus in the development and production of microservices.The recipes in this book show midlevel to senior ... Leer más

    $38.87 USD

  • Java 8 New Features: A Practical Heads-Up Guide

    de Richard Reese ...
    Are you are worried you are missing out on the latest version of Java? When you hear a term such as lambda expressions - do you wonder what you are neglecting? If so, Java 8 New Features will squash your concerns and deliver a quick and easy-to-understand guide to what’s new in Java 8.The latest version of Java offers numerous improvements and new features to better utilize Java. Streams, for ... Leer más

    $8.99 USD

  • Java pour développeurs : Programmation Java avancée

    Java pour développeurs : Programmation Java avancée ... Leer más

    $32.48 USD

  • Android Studio 3.0 Development Essentials - Android 8 Edition

    de Neil Smyth ...
    Fully updated for Android Studio 3.0 and Android 8, the goal of this book is to teach the skills necessary to develop Android based applications using the Android Studio Integrated Development Environment (IDE), the Android 8 Software Development Kit (SDK) and the Java programming language.Beginning with the basics, this book provides an outline of the steps necessary to set up an Android ... Leer más

    $31.49 USD

  • Java / J2EE Interview Questions You'll Most Likely Be Asked

    Series Libro 9 - Job Interview Questions series
    280 Java/J2EE Interview Questions75 HR Interview QuestionsReal life scenario based questionsStrategies to respond to interview questions2 Aptitude TestsJava/J2EE Interview Questions You'll Most Likely Be Asked is a perfect companion to stand ahead above the rest in today’s competitive job market. Rather ... ... Leer más

    $8.09 USD