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 1747 Ergebnissen angezeigt
Skip side bar filters
  • 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

  • Le Guide Ultime du Développement Web Moderne

    Maîtrisez HTML, CSS, JavaScript, Frameworks et Conception UX/UI pour Créer des Sites et Applications Web Exceptionnels

    von YVES SITBON
    Ce livre est un ouvrage exhaustif destiné à tous ceux qui souhaitent se lancer dans le monde passionnant du développement web. Que vous soyez débutant ou développeur expérimenté, ce livre offre un parcours complet à travers les technologies et les concepts essentiels du développement web moderne.Dès les premiers chapitres, vous plongerez dans les fondamentaux du HTML, du CSS et du JavaScript, en Lesen Sie mehr

    € 11,99

  • Pro CDI 2 in Java EE 8

    An In-Depth Guide to Context and Dependency Injection

    Serien series Professional and Applied Computing (R0)
    In Pro CDI 2 in Java EE 8, use CDI and the CDI 2.0 to automatically manage the life cycle of your enterprise Java, Java EE, or Jakarta EE application’s beans using predefined scopes and define custom life cycles using scopes. In this book, you will see how you can implement dynamic and asynchronous communication between separate beans in your application with CDI events.The authors explain how to Lesen Sie mehr

    € 52,79

  • Apache Pulsar in Action

    Deliver lightning fast and reliable messaging for your distributed applications with the flexible and resilient Apache Pulsar platform.In Apache Pulsar in Action you will learn how to:Publish from Apache Pulsar into third-party data repositories and platformsDesign and develop Apache Pulsar functionsPerform interactive SQL queries against data stored in Apache PulsarApache Pulsar in Action is a Lesen Sie mehr

    € 59,98

  • Tika in Action

    SummaryTika in Action is a hands-on guide to content mining with Apache Tika. The book's many examples and case studies offer real-world experience from domains ranging from search engines to digital asset management and scientific data processing.About the TechnologyTika is an Apache toolkit that has built into it everything you and your app need to know about file formats. Using Tika, your Lesen Sie mehr

    € 50,83

  • Spring Boot in Action

    von Craig Walls
    SummaryA developer-focused guide to writing applications using Spring Boot. You'll learn how to bypass the tedious configuration steps so that you can concentrate on your application's behavior.About the TechnologyThe Spring Framework simplifies enterprise Java development, but it does require lots of tedious configuration work. Spring Boot radically streamlines spinning up a Spring application. Lesen Sie mehr

    € 50,83

  • Microservices in Action

    "The one [and only] book on implementing microservices with a real-world, cover-to-cover example you can relate to." - Christian Bach, Swiss ReMicroservices in Action is a practical book about building and deploying microservice-based applications. Written for developers and architects with a solid grasp of service-oriented development, it tackles the challenge of putting microservices into Lesen Sie mehr

    € 50,83

  • Kafka Streams in Action

    Real-time apps and microservices with the Kafka Streams API

    von Bill Bejeck
    SummaryKafka Streams in Action teaches you everything you need to know to implement stream processing on data flowing into your Kafka platform, allowing you to focus on getting more from your data without sacrificing time or effort.Foreword by Neha Narkhede, Cocreator of Apache KafkaAbout the TechnologyNot all stream-based applications require a dedicated processing cluster. The lightweight Kafka Lesen Sie mehr

    € 35,58

  • Spring in Action

    von Craig Walls
    SummarySpring in Action, 5th Edition is the fully updated revision of Manning's bestselling Spring in Action. This new edition includes all Spring 5.0 updates, along with new examples on reactive programming, Spring WebFlux, and microservices. You'll also find the latest Spring best practices, including Spring Boot for application setup and configuration.About the TechnologySpring Framework makes Lesen Sie mehr

    € 39,64

  • Functional Programming in Java

    How functional techniques improve your Java programs

    SummaryFunctional Programming in Java teaches Java developers how to incorporate the most powerful benefits of functional programming into new and existing Java code. You'll learn to think functionally about coding tasks in Java and use FP to make your applications easier to understand, optimize, maintain, and scale.About the TechnologyHere's a bold statement: learn functional programming and you Lesen Sie mehr

    € 50,83

  • 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

  • Reactive Web Applications

    Covers Play, Akka, and Reactive Streams

    SummaryReactive Web Applications teaches web developers how to benefit from the reactive application architecture and presents hands-on examples using the Play framework.About the TechnologyReactive applications build on top of components that communicate asynchronously as they react to user and system events. As a result, they become scalable, responsive, and fault-tolerant. Java and Scala Lesen Sie mehr

    € 50,83

  • Clojure: High Performance JVM Programming

    Explore the world of lightning fast Clojure apps with asynchronous channels, logic, reactive programming, and moreAbout This BookDiscover Clojure's features and advantages and use them in your existing projectsExplore lesser-known and more advanced features, constructs, and methodologies such as asynchronous channels, actors, logic programming, and reactive programmingMeasure and monitor Lesen Sie mehr

    € 54,44

  • Java For Dummies

    von Barry Burd
    Learn to code with Java and open the gate to a rewarding careerNow in its 9th edition, Java For Dummies gives you the essential tools you need to understand the programming language that 17 million software developers rely on. This beginner-friendly guide simplifies every step of the learning process. You'll learn the basics of Java and jump into writing your own programs. Along the way, you'll Lesen Sie mehr

    € 22,99

  • Java for Beginners

    von Knowledge Flow
    Serien series Programming & Computer Science Series
    Java for Beginners by Knowledge Flow is a beginner-friendly programming guide that introduces the core concepts of Java in a clear and practical manner. Designed for students, aspiring developers, and self-learners, this book covers fundamental topics such as variables, data types, operators, control statements, classes and objects, inheritance, exception handling, and basic file I/O. Each concept Lesen Sie mehr

    € 3,49

  • Real-World Software Development

    A Project-Driven Guide to Fundamentals in Java

    Explore the latest Java-based software development techniques and methodologies through the project-based approach in this practical guide. Unlike books that use abstract examples and lots of theory, Real-World Software Development shows you how to develop several relevant projects while learning best practices along the way.With this engaging approach, junior developers capable of writing basic Lesen Sie mehr

    € 22,98

  • Applied Natural Language Processing with PyTorch 2.0

    Unlock the Power of PyTorch 2.0 for Next-Level Natural Language Processing. Key Features ● Comprehensive coverage of NLP concepts, techniques, and best practices. ● Hands-on examples with code implementations using PyTorch 2.0. ● Focus on real-world applications and optimizing NLP models. ● Learn to develop advanced NLP solutions with dynamic GPU acceleration. Book Description Natural Language Lesen Sie mehr

    € 21,24

  • Ultimate Laravel for Modern Web Development

    von Drishti Jain
    Unlock the Power of Laravel: Elevate Your Web Development Game! Key Features ● Master Laravel’s Core Fundamentals and Advance to Pro-Level Techniques for Web Development. ● Dive into Hands-On Exploration with Real-World Examples and Scenarios. ● Uncover the Depths of Laravel’s MVC Architecture, Routers, Eloquent ORM, and API Development. Book Description The “Ultimate Laravel for Modern Web Lesen Sie mehr

    € 18,69

  • Java Programmeren: Een Stap-voor-Stap Gids

    Serien Buch 4 - De IT collectie
    Ontdek de wereld van Java-programmeren en wordt een meester in softwareontwikkeling!Ben je gepassioneerd over technologie en wil je de kunst van het programmeren leren? Dan is " Java Programmeren: Een Stap-voor-Stap Gids" jouw ultieme gids op de reis naar softwareontwikkelingsexpertise.Dit boek biedt een grondige en toegankelijke introductie tot Java, een van 's werelds meest gebruikte en Lesen Sie mehr

    € 3,49

  • Test-Driven Java Development

    Invoke TDD principles for end-to-end application development with Java

    Invoke TDD principles for end-to-end application development with JavaKey FeaturesBook DescriptionTest-driven development (TDD) is a development approach that relies on a test-first procedure that emphasises writing a test before writing the necessary code, and then refactoring the code to optimize it. The value of performing TDD with Java, one of the most established programming languages, is to Lesen Sie mehr

    € 34,64

  • Android Espresso Revealed

    Writing Automated UI Tests

    von Denys Zelenchuk
    Serien series Professional and Applied Computing (R0)
    Write Android user interface (UI) tests using Google Espresso for Android. You’ll cover all the major topics of writing functional UI automated tests using the Espresso testing framework, including different ways of running automated tests, architecting test projects in an easy and maintainable way, and using tools which help to implement automated tests with less effort.Android Espresso Revealed Lesen Sie mehr

    € 58,29

  • Introducing Maven

    A Build Tool for Today's Java Developers

    von Balaji Varanasi
    Serien series Professional and Applied Computing (R0)
    Gain an understanding of Maven’s dependency management and use it to organize basic and multi-module Maven projects. This short book is your quick-start tutorial for learning to use Maven. It includes inconsistently immutable collections, better array construction, and more from the latest Maven version 3.6. This second edition covers the newest in today's most popular build tool for Java Lesen Sie mehr

    € 34,31

  • Spring Boot and Single-Page Applications: Securing Your API with a Single-Page Application Frontend - Second Edition

    Brief books for developers, #2

    von Jens Boje
    Serien Buch 2 - Brief books for developers
    Learn to integrate your Spring Boot application with a single-page application securely in an actionable and hands-on approach within just a few hours!In this custom-tailored learning plan you get a head start and learn 4 commonly used ways to integrate your Spring Boot backend with your single-page application and secure it.Revised second editionIn just a few hours, you will know how to implement Lesen Sie mehr

    € 6,49