Skip to main content

Warenkorb

Sie werden jetzt wie ein VIP behandelt!

Artikel nicht erhältlich
Bitte überprüfen Sie Ihren Warenkorb. Sie können nicht verfügbare Artikel jetzt entfernen. Andernfalls werden diese beim Bezahlen automatisch entfernt.
ElementeElement
ElementeElement

Empfehlungen für Sie

Loading...

Java eBooks

Lesen Sie gerne eBooks aus der Kategorie Java? Dann werden Ihnen unsere Empfehlungen sicherlich gefallen.
Es werden 169192 von 1727 Ergebnissen angezeigt
Skip side bar filters
  • Hands-On Full Stack Development with Spring Boot 2.0 and React

    Build modern and scalable full stack applications using the Java-based Spring Framework 5.0 and React

    von Juha Hinkula
    Develop efficient and modern full-stack applications using Spring Boot and React 16Key Features\* Develop resourceful backends using Spring Boot and faultless frontends using React.\* Explore the techniques involved in creating a full-stack app by going through a methodical approach.\* Learn to add CRUD functionalities and use Material UI in the user interface to make it more user-friendly.Book Lesen Sie mehr

    € 30,68

  • Functional Reactive Programming

    SummaryFunctional Reactive Programming teaches the concepts and applications of FRP. It offers a careful walk-through of core FRP operations and introduces the concepts and techniques you'll need to use FRP in any language.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyToday's software is shifting to more asynchronous Lesen Sie mehr

    € 50,83

  • Hands-On Enterprise Java Microservices with Eclipse MicroProfile

    Build and optimize your microservice architecture with Java

    An effective guide to designing, building, and deploying enterprise Java microservices with Eclipse MicroProfileKey FeaturesCreate cloud-native microservices with ease using this detailed guideAvoid vendor lock-in when implementing microservices using Eclipse MicroProfileDiscover why MicroProfile is a great specification for building microservices in multi-cloud environmentsBook DescriptionEclipse Lesen Sie mehr

    € 24,74

  • Learning Concurrency in Kotlin

    Build highly efficient and scalable applications

    Take advantage of Kotlin\\'s concurrency primitives to write efficient multithreaded applicationsKey FeaturesUnderstand Kotlin’s unique approach to multithreadingLearn how to write concurrent non-blocking code with the help of practical examplesImprove the overall execution speed in multiprocessor and multicore systemsBook DescriptionKotlin is a modern and statically typed programming language Lesen Sie mehr

    € 30,68

  • Java 9 Streams

    von Sven Ruppert
    Serien Buch 224 - shortcuts
    Java 8 brachte mit der Einführung des Streams-API in Verbindung mit Lambdas große Neuerungen mit sich, die in Java 9 konsequent weitergeführt werden. In seinem shortcut zeigt Sven Ruppert, was genau diese Streams sind, wie man sie einsetzt und welche Vorteile sich aus dem Einsatz ergeben, sowohl für serielle als auch für parallele Nutzung. Dabei erläuert er anhand zahlreicher Codebeispiele sehr Lesen Sie mehr

    € 4,99

  • Learn Microservices with Spring Boot 3

    A Practical Approach Using Event-Driven Architecture, Cloud-Native Patterns, and Containerization

    Serien series Professional and Applied Computing (R0)
    This book will show you how to build Java-based microservices architecture using the popular Spring Boot framework by evolving a small monolith application to an event-driven architecture composed of several services. This third edition has been updated to cover Spring Boot 3, including its compatibility with Java 17 and Jakarta EE 10, and employs an incremental approach to teach the structure of Lesen Sie mehr

    € 52,79

  • Flutter Cookbook

    Over 100 proven techniques and solutions for app development with Flutter 2.2 and Dart

    Discover how to build, scale, and debug native iOS and Android applications from a single codebase using the Dart programming language – a hands-on approachKey FeaturesWork through practical recipes for building mobile applications with FlutterQuickly build and iterate on your user interface (UI) with hot reloadFix bugs and prevent them from reappearing using Flutter's developer tools and test Lesen Sie mehr

    € 30,68

  • Pro Java 8 Programming

    Serien series Professional and Applied Computing (R0)
    Pro Java 8 Programming covers the core Java development kit. It takes advantage of the finer points of the core standard edition (SE) and development kit version 8. You'll discover the particulars of working with the Java language and APIs to develop applications in many different contexts. You will also delve into more advanced topics like lambda expressions, closures, new i/o (NIO.2), enums, Lesen Sie mehr

    € 58,29

  • Mastering LibGDX Game Development

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

    von 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 Lesen Sie mehr

    € 34,64

  • Spring Persistence with Hibernate

    Serien 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 Lesen Sie mehr

    € 43,55

  • Hands-On Selenium WebDriver with Java

    A Deep Dive into the Development of End-to-End Tests

    von Boni Garcia
    Get started with Selenium WebDriver, the open source library for automating tests to ensure your web application performs as expected. In this practical hands-on book, author Boni Garcia takes Java developers through Selenium's main features for automating web navigation, browser manipulation, web element interaction, and more, with ready-to-be-executed test examples.You'll start by learning the Lesen Sie mehr

    € 30,13

  • Get Your Hands Dirty on Clean Architecture

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

    von 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 Lesen Sie mehr

    € 15,06

  • 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. Lesen Sie mehr

    € 23,42

  • Spring Boot 2.0 Projects

    Build production-grade reactive applications and microservices with Spring Boot

    Develop diverse, real-life projects by exploring Spring Boot's featuresKey FeaturesRun production-grade-based applications using the Spring WebFlux frameworkLearn to develop high-performance asynchronous applications with Spring BootCreate robust microservice-based applications with Kotlin using Spring BootBook DescriptionSpring Boot is a lightweight framework that provides a set of tools to Lesen Sie mehr

    € 34,64

  • 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 Lesen Sie mehr

    € 17,81

  • Java I/O

    Tips and Techniques for Putting I/O to Work

    All of Java's Input/Output (I/O) facilities are based on streams, which provide simple ways to read and write data of different types. Java provides many different kinds of streams, each with its own application. The universe of streams is divided into four largecategories: input streams and output streams, for reading and writing binary data; and readers and writers, for reading and writing Lesen Sie mehr

    € 30,57

  • Java代码审计(入门篇)

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

    € 26,09

  • 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 Lesen Sie mehr

    € 50,83

  • 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 Lesen Sie mehr

    € 50,83

  • Java Start

    von 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 Lesen Sie mehr

    Kostenlos

  • 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 Lesen Sie mehr

    € 34,09

  • 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 Lesen Sie mehr

    € 34,64

  • Mastering JavaFX 10

    Build advanced and visually stunning Java applications

    von 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. Lesen Sie mehr

    € 30,68

  • Derinlemesine Java - MVC, JSF & Primefaces

    von 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 Lesen Sie mehr

    € 0,99