Skip to main content

Kundvagn

Du får VIP-behandlingen!

Objekt inte tillgängliga för köp
Vänligen granska din kundvagn. Du kan ta bort objekt som inte är tillgängliga nu, eller så gör vi det automatiskt i kassan.
objektobjekt
objektobjekt

Rekommenderas för dig

Loading...

Java E-böcker

Om du gillar Java-e-böcker så kommer du att älska dessa toppval.
Visar 241264 av 1618 resultat
Skip side bar filters
  • Learning Java Functional Programming

    Create robust and maintainable Java applications using the functional style of programming

    Create robust and maintainable Java applications using the functional style of programmingKey FeaturesExplore how you can blend object-oriented and functional programming styles in JavaUse lambda expressions to write flexible and succinct codeA tutorial that strengthens your fundamentals in functional programming techniques to enhance your applicationsBook DescriptionFunctional programming is an ... Läs mer

    491,83 kr eller gratis med Kobo Plus

  • Building REST APIs with Spring Boot 4.0

    Built on top of Spring Framework 7, Spring Boot 4.0 simplifies the process of building API far easy.I'd describe this fast-paced book as the perfect practical tutor for Java developers who are curious to develop apps, and not just read about them. All chapters are working sets, where you write code, run it, break it deliberately, and fix it. There are no long theory sections, and no abstract ... Läs mer

    281,81 kr eller gratis med Kobo Plus

  • Exploring Java 9

    Build Modularized Applications in Java

    av Fu Cheng ...
    Serie serie Professional and Applied Computing (R0)
    Discover all the new features and changes in Java 9, including module systems—JPMS or Project Jigsaw. This book covers the whole Java application development life cycle. You'll review all the important concepts, including module descriptor, unnamed module, automatic module, and command line tools.Exploring Java 9 also serves as a practical guide for migration to module systems. Code samples from ... Läs mer

    313,21 kr

  • Java For All Levels

    A Beginner's Guide To Learning the Basics Of Java Programming With No Previous Experience | Essential Tips To Become A Good Java Programmer For Beginners

    av Malia Buck ...
    Are you ready to program with Java in less than 1 week?Have you always wanted to learn computer programming but you thought is difficult for you?Or perhaps you know other programming languages but you are interested in learning the Java language fast?If the answer is Yes.........then, this book is for you!This book contains proven steps and strategies on how to learn basic programming in Java, ... Läs mer

    59,66 kr eller gratis med Kobo Plus

  • Ultimate GraphQL for Scalable Web Apps

    Build and Scale Production-Ready Applications Using GraphQL, React, Node.js, and Apollo (English Edition)

    av Robins Gupta ...
    Master GraphQL to build scalable, production-ready web applications.Key Features● Build a complete Netflix-style streaming platform using GraphQL, React, Node.js, and Apollo.● Master production-grade concepts including DataLoader, caching, scalability, and performance tuning.● Learn by doing, and progress from GraphQL fundamentals to advanced real-world full-stack development.Book Description<b... ... Läs mer

    218,64 kr

  • 亿级流量Java高并发与网络编程实战

    av 颜群 ...
    本书共分18章,内容包括:高并发概述、系统分析与大型互联网架构设计、高并发相关JVM与JDK新特性案例讲解、实战解析多线程并发包、NIO案例解析与高性能聊天室实战、高性能NIO框架Netty实例详解、主流RPC框架解析与跨语言调用案例、实战解析高并发框架Disruptor、通过案例讲解分布式服务框架Dubbo等。 ... Läs mer

    281,22 kr

  • Explorando APIs e bibliotecas Java

    JDBC, IO, Threads, JavaFX e mais

    Uma vez que você aprende Orientação a Objetos e o básico do Java, é necessário se tornar fluente em suas APIs, que não são poucas. Um programador Java eficaz conhece o que há disponível e sabe quando pode usar cada uma das possibilidades que a linguagem lhe oferece. É isso que queremos para você. Rodrigo Turini ensina como lidar com as diferentes APIs do Java com exemplos práticos e que são ... Läs mer

    105,00 kr eller gratis med Kobo Plus

  • Java EE 7 Development with WildFly

    If you are a Java developer who wants to learn about Java EE, this is the book for you. It's also ideal for developers who already have experience with the Java EE platform but would like to learn more about the new Java EE 7 features by analyzing fully functional sample applications using the new application server WildFly. ... Läs mer

    402,79 kr eller gratis med Kobo Plus

  • JavaServer Faces: The Complete Reference

    Ideal for the 3+ million Java developers, this fast-paced tutorial offers in-depth coverage of JavaServer Faces (JSF) -- Sun Microsystem's Web application architecture for the future. Co-written by the #1 JSF expert in the Java community, this book offers the most complete resource on JSF available. * Extensive coverage on JSF custom component development * Serves as a thorough introduction to ... Läs mer

    517,96 kr

  • Mastering Spring Reactive Programming for High Performance Web Apps

    Master Reactive Programming: Build Solutions with Reactive SpringKey Features● Step-by-step approach to mastering Reactor and Spring WebFlux.● Practical projects to apply and reinforce reactive programming skills.● Real-world solutions for building scalable and efficient reactive systems.Book DescriptionMastering Spring Reactive Programming for High Performance Web Apps is a ... ... Läs mer

    298,32 kr

  • Die Modularität von Java 9

    Projekt Jigsaw und skalierbare Java-Anwendungen

    Serie serie Computer Science and Engineering (German Language)
    Entwickeln Sie modulare Anwendungen mit dem Java Platform Module System, dem am meisten erwarteten Feature von Java 9. Sie werden die Wartbarkeit und Leistung Ihrer Java-Anwendungen verbessern, indem Sie nur die Module einsetzen, die benötigt werden, und deren Implementierungsdetails kapseln.Bis jetzt war Java monolithisch. Die Verwendung eines beliebigen Teils von Java bedeutete die Einbindung ... Läs mer

    249,39 kr

  • Derinlemesine Java - MVC, JSF & Primefaces

    av 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 ... Läs mer

    9,30 kr

  • Functional Interfaces in Java

    Fundamentals and Examples

    av Ralph Lecessi ...
    Serie serie Professional and Applied Computing (R0)
    Reduce development time by organizing your programs as chains of functional interfaces and see that the advantages of using functional interfaces include the flexibility and power of inlined functional chains and reuse of functional methods utilized throughout the Java API. You’ll see how complex logical expressions can be reduced to chains of predicates and how chains of comparators can be used ... Läs mer

    726,58 kr

  • Modern Java Recipes

    Simple Solutions to Difficult Problems in Java 8 and 9

    av Ken Kousen ...
    The introduction of functional programming concepts in Java SE 8 was a drastic change for this venerable object-oriented language. Lambda expressions, method references, and streams fundamentally changed the idioms of the language, and many developers have been trying to catch up ever since. This cookbook will help. With more than 70 detailed recipes, author Ken Kousen shows you how to use the ... Läs mer

    338,34 kr

  • PeopleSoft PeopleTools Tips & Techniques

    av Jim J. Marion ...
    Serie serie Oracle Press
    Advanced PeopleSoft PeopleTools Development StrategiesMaximize the efficiency and productivity of your PeopleSoft applications from Oracle using the proven methods and best practices in this Oracle Press guide. PeopleSoft PeopleTools Tips & Techniques lays out the benefits of each tactic along with implementation considerations, programming instructions, and reusable code samples. Construct ... Läs mer

    684,64 kr

  • Go for Java Programmers

    Learn the Google Go Programming Language

    Serie serie Professional and Applied Computing (R0)
    Get an in-depth introduction to the Go programming language and its associated standard runtime libraries. This book is targeted towards programmers that already know the Java programming language and uses that Java knowledge to direct the learning of Go. You will get a deep understanding of the Go language and obtain a good introduction to the extensive Go standard libraries.This book teaches Go ... Läs mer

    596,37 kr

  • Ultimate IBM Granite for Enterprise Applications

    av Alan S. Bluck ...
    Build Future-ready Enterprise AI with IBM Granite and Watsonx AI. Key Features ● Step-by-step instructions to install and configure Granite 3.0 using GitHub and VSCode on both Windows and Red Hat Linux systems. ● Build advanced prompt strategies using Python and Ansible to enhance LLM response accuracy and adaptability in enterprise scenarios. ● Prepare for the future of enterprise AI with forward ... Läs mer

    163,34 kr eller gratis med Kobo Plus

  • Mastering Spring Cloud

    Build self-healing, microservices-based, distributed systems using Spring Cloud

    Learn how to build, test, secure, deploy, and efficiently consume services across distributed systems.Key Features- Explore the wealth of options provided by Spring Cloud for wiring service dependencies in microservice systems.- Create microservices utilizing Spring Cloud's Netflix OSS- Architect your cloud-native data using Spring Cloud.Book DescriptionDeveloping, deploying, and operating cloud ... Läs mer

    445,19 kr eller gratis med Kobo Plus

  • Современный язык Java. Лямбда-выражения, потоки и функциональное программирование

    Преимущество современных приложений — в передовых решениях, включающих микросервисы, реактивные архитектуры и потоковую обработку данных. Лямбда-выражения, потоки данных и долгожданная система модулей платформы Java значительно упрощают их реализацию. Пришло время повысить свою квалификацию и встретить любой вызов во всеоружии! Книга поможет вам овладеть новыми возможностями современных дополнений ... Läs mer

    89,00 kr eller gratis med Kobo Plus

  • HBase High Performance Cookbook

    Solutions for optimization, scaling and performance tuning

    Exciting projects that will teach you how complex data can be exploited to gain maximum insightsKey Features\[\*\] Architect a good HBase cluster for a very large distributed system\[\*\] Get to grips with the concepts of performance tuning with HBase\[\*\] A practical guide full of engaging recipes and attractive screenshots to enhance your system’s performanceBook DescriptionApache HBase is a ... Läs mer

    445,19 kr eller gratis med Kobo Plus

  • Ultimate Llama for Natural Language Processing (NLP)

    av Gaurav Singh ...
    Build, Scale and Optimize Cutting-Edge NLP with Llama for Next Gen AI. Key Features ● Explore Llama’s evolution and innovations for next-gen NLP. ● Implement real-world NLP tasks with step-by-step examples. ● Fine-tune, optimize, and deploy Llama at enterprise scale. Book Description Llama models have rapidly emerged as a cornerstone in natural language processing, redefining how AI systems ... Läs mer

    236,05 kr eller gratis med Kobo Plus

  • Mastering Hibernate

    Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise application

    av Ramin Rad ...
    Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise applicationKey Features\[\*\] Understand the internals of Hibernate and its architecture, and how it manages Entities, Events, Versioning, Filters, and Cache\[\*\] Observe how Hibernate bridges the gap between object-oriented concepts and relational models\[\*\] Discover how Hibernate can address ... Läs mer

    269,23 kr eller gratis med Kobo Plus

  • Mastering AI System Design

    From Whiteboards to Workloads - Bridging AI Theory and Practice.Key Features● Practical frameworks, trade-off discussions, and mock interviews to prepare for modern system design.● Master LLMs, RAG, fine-tuning, edge AI, and multimodal systems through practical, domain-specific examples.● Connects academic AI foundations with industrial implementations to help readers designend-to-end systems.Book ... Läs mer

    196,73 kr eller gratis med Kobo Plus

  • Java with TDD from the Beginning

    Today there is no shortage of books and courses with which to learn the Java programming language. And there are also books and courses with which to learn how to do test-driven development (TDD) in Java.But there seem to be no books or courses that teach Java with TDD from the very beginning. The common wisdom seems to be that the students must learn the fundamentals of Java programming before ... Läs mer

    178,45 kr