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 793816 von 1747 Ergebnissen angezeigt
Skip side bar filters
  • More Java 17

    An In-Depth Exploration of the Java Language and Its Features

    Serien series Professional and Applied Computing (R0)
    Work with the essential and advanced features of the Java 17 release. This book covers features such as annotations, reflection, and generics. These topics are then complemented by details of how to use lambda expressions, allowing you to build powerful and efficient Java programs. Furthermore, added to this edition you'll find topics on network programming, Java RMI, the process API, and custom Lesen Sie mehr

    € 74,02

  • Microsoft Azure for Java Developers

    Deploying Java Applications through Azure WebApp, Azure Kubernetes Service, Azure Functions, and Azure Spring Cloud

    von Abhishek Mishra
    Serien series Professional and Applied Computing (R0)
    Learn Azure-based features to build and deploy Java applications on Microsoft’s Azure cloud platform. This book provides examples of components on Azure that are of special interest to Java programmers, including the different deployment models that are available. The book shows how to deploy your Java applications in Azure WebApp, Azure Kubernetes Service, Azure Functions, and Azure Spring Cloud. Lesen Sie mehr

    € 58,29

  • Spark: The Definitive Guide

    Big Data Processing Made Simple

    Learn how to use, deploy, and maintain Apache Spark with this comprehensive guide, written by the creators of the open-source cluster-computing framework. With an emphasis on improvements and new features in Spark 2.0, authors Bill Chambers and Matei Zaharia break down Spark topics into distinct sections, each with unique goals.Youâ??ll explore the basic operations and common functions of Sparkâ? Lesen Sie mehr

    € 30,13

  • Beginning Java Data Structures and Algorithms

    Sharpen your problem solving skills by learning core computer science concepts in a pain-free manner

    von James Cutajar
    Though your application serves its purpose, it might not be a high performer. Learn techniques to accurately predict code efficiency, easily dismiss inefficient solutions, and improve the performance of your application.Key FeaturesExplains in detail different algorithms and data structures with sample problems and Java implementations where appropriateIncludes interesting tips and tricks that Lesen Sie mehr

    € 16,82

  • Ultimate Android Design Patterns

    Unlocking the Power of Design Patterns to Build Awesome Android Apps Key Features ● Learn creational, structural, behavioral, and architectural patterns to build scalable, maintainable, and testable apps. ● Apply design patterns in hands-on projects, including an e-commerce app, a social media platform, and a chat system. ● Enhance app efficiency with concurrency patterns, network security best Lesen Sie mehr

    € 16,99

  • Spring Security in Action, Second Edition

    Serien series In Action
    Don't let security be an afterthought. Spring Security in Action, Second Edition is your vital companion to robust, secure applications that are protected right from the first line of code.Spring Security in Action, Second Edition is a revised version of the bestselling original, fully updated for Spring Boot 3 and Oauth2/OpenID Connect.In Spring Security in Action, Second Edition you will learn e Lesen Sie mehr

    € 59,98

  • Storm Applied

    Strategies for real-time event processing

    SummaryStorm Applied is a practical guide to using Apache Storm for the real-world tasks associated with processing and analyzing real-time data streams. This immediately useful book starts by building a solid foundation of Storm essentials so that you learn how to think about designing Storm solutions the right way from day one. But it quickly dives into real-world case studies that will bring Lesen Sie mehr

    € 50,83

  • Spring Start Here

    Learn what you need and learn it well

    Quickly master the massive Spring ecosystem with this focused, hands-on guide that teaches you exactly what you need to know.In Spring Start Here, you will learn how to:Build web applications with SpringManage application objects with Spring contextImplement data persistence using data sources and transactionsImplement data exchange between applications using REST servicesUtilize Spring Boot's Lesen Sie mehr

    € 50,83

  • OSGi in Action

    Creating Modular Applications in Java

    What is OSGi? Simply put, OSGi is a standardized technology that allowsdevelopers to create the highly modular Java applications that are required forenterprise development. OSGi lets you install, start, stop, update, or uninstallcomponents without taking down your entire system. The interest in OSGi basedapplications has exploded since major vendors like Sun, Spring, Oracle,BEA, and IBM have Lesen Sie mehr

    € 50,83

  • Re-Engineering Legacy Software

    von Chris Birchall
    SummaryAs a developer, you may inherit projects built on existing codebases with design patterns, usage assumptions, infrastructure, and tooling from another time and another team. Fortunately, there are ways to breathe new life into legacy projects so you can maintain, improve, and scale them without fighting their limitations.About the BookRe-Engineering Legacy Software is an experience-driven Lesen Sie mehr

    € 59,98

  • iText in Action

    von Bruno Lowagie
    With iText, one can transform PDF documents into live, interactive applications quickly and easily. This free and open source library for Java and .NET is the leading tool of its kind, and was primarily developed and maintained by Bruno Lowagie, the author of this book.iText in Action, Second Edition offers an introduction and a practical guide to iText and the internals of PDF. While at the entry Lesen Sie mehr

    € 50,83

  • Vert.x in Action

    Asynchronous and Reactive Java

    von Julien Ponge
    Vert.x in Action teaches you how to build production-quality reactive applications in Java. This book covers core Vert.x concepts, as well as the fundamentals of asynchronous and reactive programming. Learn to develop microservices by using Vert.x tools for database communications, persistent messaging, and test app resiliency. The patterns and techniques included here transfer to reactive Lesen Sie mehr

    € 50,83

  • Activiti in Action

    Executable business processes in BPMN 2.0

    von Tijs Rademakers
    SummaryActiviti in Action is a comprehensive tutorial designed to introduce developers to the world of business process modeling using Activiti. Before diving into the nuts and bolts of Activiti, this book presents a solid introduction to BPMN 2.0 from a developer's perspective.About the TechnologyActiviti streamlines the implemention of your business processes: with Activiti Designer you draw Lesen Sie mehr

    € 59,98

  • Seriously Good Software

    Code that works, survives, and wins

    von Marco Faella
    SummarySerious developers know that code can always be improved. With each iteration, you make optimizations—small and large—that can have a huge impact on your application’s speed, size, resilience, and maintainability.In Seriously Good Software: Code that Works, Survives, and Wins, author, teacher, and Java expert Marco Faella teaches you techniques for writing better code. You’ll start with a Lesen Sie mehr

    € 50,83

  • Classic Computer Science Problems in Java

    von David Kopec
    Sharpen your coding skills by exploring established computer science problems! Classic Computer Science Problems in Java challenges you with time-tested scenarios and algorithms.SummarySharpen your coding skills by exploring established computer science problems! Classic Computer Science Problems in Java challenges you with time-tested scenarios and algorithms. You’ll work through a series of Lesen Sie mehr

    € 50,83

  • The Well-Grounded Java Developer

    Vital techniques of Java 7 and polyglot programming

    SummaryThe Well-Grounded Java Developer offers a fresh and practical look at new Java 7 features, new JVM languages, and the array of supporting technologies you need for the next generation of Java-based software.About the BookThe Well-Grounded Java Developer starts with thorough coverage of Java 7 features like try-with-resources and NIO.2. You'll then explore a cross-section of emerging JVM Lesen Sie mehr

    € 39,64

  • The Java Module System

    von Nicolai Parlog
    SummaryJava's much-awaited "Project Jigsaw" is finally here! Java 11 includes a built-in modularity framework, and The Java Module System is your guide to discovering it. In this new book, you'll learn how the module system improves reliability and maintainability, and how it can be used to reduce tight coupling of system components.Foreword by Kevlin Henney.You'll find registration instructions Lesen Sie mehr

    € 50,83

  • Clojure in Action

    von Amit Rathore
    SummaryA fully revised edition that covers the new features available in Clojure 1.6.About the TechnologyClojure is a modern Lisp for the JVM. It has the strengths you expect: first-class functions, macros, and Lisp's clean programming style. It supports functional programming, making it ideal for concurrent programming and for creating domain-specific languages. Clojure lets you solve harder Lesen Sie mehr

    € 59,98

  • Hello! Python

    von Anthony Briggs
    SummaryHello! Python fully covers the building blocks of Python programming and gives you a gentle introduction to more advanced topics such as object-oriented programming, functional programming, network programming, and program design. New (or nearly new) programmers will learn most of what they need to know to start using Python immediately.About this BookProgrammers love Python because it's Lesen Sie mehr

    € 41,68

  • Quarkus in Action

    Serien series In Action
    Build resilient and scalable, cloud-native enterprise Java applications using the Quarkus framework.Quarkus lets you live-reload your Java code, deliver continuous background testing, and automatically provide database instances—plus tons more productivity-boosting features! Quarkus in Action quickly gets you up to speed with Quarkus by building a real-world business application.In Quarkus in Lesen Sie mehr

    € 50,83

  • Spring AI in Action

    von Craig Walls
    Use Spring AI to add generative AI features like virtual assistants, text summaries, and suggestions to your Java applications.No matter what kind of software you’re building, there’s a huge demand for AI features! Until recently, though, Java developers have had few good tools for adding AI features to existing and new applications. Spring AI, an exciting new extension for Spring and Spring Boot, Lesen Sie mehr

    € 44,73

  • Spring Boot 2: лучшие практики для профессионалов

    Хотите повысить свою эффективность в разработке корпоративных и облачных Java-приложений? Увеличьте скорость и простоту разработки микросервисов и сложных приложений, избавившись от забот по конфигурации Spring. Используйте Spring Boot 2 и такие инструменты фреймворка Spring 5, как WebFlux, Security, Actuator, а также фреймворк Micrometer, предоставляющий новый способ сбора метрик. В этой кнге Lesen Sie mehr

    € 12,99

  • Clojure Programming Cookbook

    Handle every problem you come across in the world of Clojure programming with this expert collection of recipes

    Handle every problem you come across in the world of Clojure programming with this expert collection of recipesKey Features\[\*\] Discover a wide variety of practical cases and real world techniques to enhance your productivity with Clojure.\[\*\] Learn to resolve the everyday issues you face with a functional mindset using Clojure\[\*\] You will learn to write highly efficient, more productive, Lesen Sie mehr

    € 34,64

  • 零基础案例学Java——编程实践365例

    von 王翠萍
    《零基础案例学Java——编程实践365例》为希望在人工智能浪潮中打下坚实编程基础的读者而写。书中以“案例驱动+实战演练”为核心,将抽象的编程概念转化为一个个生动、实用的实战案例,帮助读者深入理解 Java 开发的精髓。 本书全面覆盖 Java 开发岗位所需的核心知识点。全书共 18 章,主要内容包括 认识 Java,走进 Java 世界,Java 基本语法,控制语句,操作字符串,数组,类和对象,继承与多态,抽象类、接口和各种类,异常处理,使用集合存储数据,泛型和反射,常用类库与正则表达式,I/O 流编程,GUI 编程,多线程,网络编程,以及数据库编程等。本书坚持“从做中学”,采用知识讲解→范例导学→编程实战→综合实战的学习路线,确保每一步都有代码可练,让读者在动手实践中系统掌握 Java 开发技术。 Lesen Sie mehr

    € 10,25