Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks Java

Si vous aimez les titres Java, vous allez adorer cette sélection.
Affichage des résultats 1585 - 1608 sur 1857
Skip side bar filters
  • Introduction to Video Game Engine Development

    Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine

    par Victor G Brusca ...
    Collection series Professional and Applied Computing (R0)
    Start your video game development journey by learning how to build a 2D game engine from scratch. Using Java (with NetBeans as your IDE and using Java’s graphics framework) or by following along in C# (with Visual Studio as your IDE and using the MonoGame framework), you’ll cover the design and implementation of a 2D game engine in detail. Each class will be reviewed with demonstration code. You ... En savoir plus

    69,31 €

  • The Definitive Guide to Security in Jakarta EE

    Securing Java-based Enterprise Applications with Jakarta Security, Authorization, Authentication and More

    Collection series Professional and Applied Computing (R0)
    Refer to this definitive and authoritative book to understand the Jakarta EE Security Spec, with Jakarta Authentication & Authorization as its underlying official foundation. Jakarta EE Security implementations are discussed, such as Soteria and Open Liberty, along with the build-in modules and Jakarta EE Security third-party modules, such as Payara Yubikey & OIDC, and OmniFaces JWT-Auth.The book ... En savoir plus

    58,08 €

  • Making Java Groovy

    par Kenneth Kousen ...
    SummaryMaking Java Groovy is a practical handbook for developers who want to blend Groovy into their day-to-day work with Java. It starts by introducing the key differences between Java and Groovy—and how you can use them to your advantage. Then, it guides you step-by-step through realistic development challenges, from web applications to web services to desktop applications, and shows how Groovy ... En savoir plus

    54,06 €

  • Kotlin in Action

    SummaryKotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices. Foreword by Andrey Breslav, Lead Designer of Kotlin.About the TechnologyDevelopers want to get work done - and the less hassle, the better. Coding with Kotlin means less hassle. The Kotlin programming language offers an ... En savoir plus

    37,84 €

  • The Little Elixir & OTP Guidebook

    SummaryThe Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into OTP and learn how it helps you build scalable, fault-tolerant and distributed applications through several fun examples.About the ... En savoir plus

    54,06 €

  • Prototype and Scriptaculous in Action

    Prototype and Scriptaculous are libraries that extend standard Ajax. They make it easier to program Ajax and provide powerful features like drag and drop and animation. In this book, developers learn by playing and see how the libraries work in the real world.As experience with Ajax increases, developers want the standard Ajax capabilities they repeatedly use to be preprogrammed for them--and that ... En savoir plus

    54,06 €

  • Open Source SOA

    par Jeff Davis ...
    You can build a world-class SOA infrastructure entirely using popular, andmature, open-source applications. Unfortunately, the technical documentationfor most open-source projects focuses on a specific product, the big SOA picture.You're left to your own devices to figure out how to cobble together a fullsolution from the various bits. In other words, unless you already know howMule and Tuscany ... En savoir plus

    54,06 €

  • ActiveMQ in Action

    Applications in enterprises need to communicate, most commonly done by messaging. Apache ActiveMQ is an open-source implementation of the Java Message Service (JMS), which provides messaging in Java applications.ActiveMQ in Action is a thorough, practical guide to implementing message-oriented systems using ActiveMQ and Java. Co-authored by one of the leading ActiveMQ developers, Bruce Snyder, the ... En savoir plus

    54,06 €

  • Cloud Native Patterns

    Designing change-tolerant software

    par Cornelia Davis ...
    SummaryCloud Native Patternsis your guide to developing strong applications that thrive in the dynamic, distributed, virtual world of the cloud. This book presents a mental model for cloud-native applications, along with the patterns, practices, and tooling that set them apart.About the TechnologyCloud platforms promise the holy grail: near-zero downtime, infinite scalability, short feedback ... En savoir plus

    54,06 €

  • Java SE 9 Standard-Bibliothek

    Das Handbuch für Entwickler

    Alles zu den Java-Bibliotheken, aktuell zu Java SE 9Die Fortsetzung des Java-Kultbuchs für Entwickler! Hier bekommen Sie umfassendes und kompetentes Praxiswissen zu den vielen Bibliotheken und Technologien in einem Band. Am Beispiel konkreter Java-Projekte zeigt Christian Ullenboom, was man wissen muss über Datenstrukturen und Algorithmen, Stream-API, Nebenläufigkeit, XML, JDBC, Swing und JavaFX, ... En savoir plus

    45,00 €

  • Algorithms in Java, Coded and Tested

    Solve Any Maze with Proven Algorithms

    Are you ready to master core algorithms in Java? Do you want to code, test, and optimize sorting, searching, graph algorithms, and dynamic programming with runnable implementations? Algorithms in Java, Coded and Tested is your practical, hands-on guide from beginner to pro. Bianca Zielinski walks you through each algorithm step-by-step, with clear Java code that you can run and modify. This book ... En savoir plus

    4,99 €

  • Java高并发编程指南

    par 谢议尊 ...
    随着移动互联网的发展,几乎所有主流的互联网应用都需要应对高并发场景,所以不管是Java初学者,还是Java开发老兵,了解和掌握Java高并发编程的相关知识都是非常必要的。本书以由浅入深的方式来对Java高并发编程的相关知识进行讲解,首先是对高并发的理解、多线程基础、Java并发包相关类的使用与设计原理进行介绍;然后再拓展讲解高并发系统设计的相关原理和涉及的相关框架、中间件等;最后对流行的Java开源框架的源码设计进行分析,以及结合实现一个简易版的秒.杀系统来介绍如何基于Java语言实现一个高并发系统,最终达到原理与实践结合的目的。 ... En savoir plus

    14,36 €

  • Java多线程与大数据处理实战

    par 李建平 ...
    本书对 Java 的多线程及主流大数据中间件对数据的处理进行了较为详细的讲解。本书主要讲了 Java 的线程创建方法和线程的生命周期,方便我们管理多线程的线程组和线程池,设置线程的优先级,设置守护线程,学习多线程的并发、同步和异步操作,了解 Java 的多线程并发处理工具(如信号量、多线程计数器)等内容。同时,本书还引入了 Spring Boot、Spring Batch、Quartz、Kafka 等大数据中间件。这为学习Java 多线程和大数据处理的读者提供了良好的参考。多线程和大数据的处理是许多开发岗位面试中最容易被问到的知识点,一些一线开发的重要岗位面试会将多线程作为压轴问题或重要的考察点。所以,学好多线程的知识点,无论是对于日后的开发工作,还是正要前往一线开发岗位的面试准备,都是非常有用的。本书既适合高等院校的计算机类专业的学生学习,也适合从事软件开发相关行业的初级和中级开发人员。 ... En savoir plus

    12,75 €

  • Learning Java

    An Introduction to Real-World Programming with Java

    Ideal for working programmers new to Java, this best-selling book guides you through the language features and APIs of Java 21. Through fun, compelling, and realistic examples, authors Marc Loy, Patrick Niemeyer, and Dan Leuck introduce you to Java's fundamentals, including its class libraries, programming techniques, and idioms, with an eye toward building real applications.This updated sixth ... En savoir plus

    33,36 €

  • Die Modularität von Java 9

    Projekt Jigsaw und skalierbare Java-Anwendungen

    par Alexandru Jecan ...
    Collection series 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 ... En savoir plus

    19,97 €

  • Der Weg zum Java-Profi

    Konzepte und Techniken für die professionelle Java-Entwicklung

    par Michael Inden ...
    Collection series Programmieren mit Java
    Standardwerk in 5. Neuauflage !Das Standardwerk für die professionelle JavaentwicklungFundierter Überblick über Profithemen, die man sonst nicht findet.Alles, was man braucht, um im Coding-Job mithalten zu könnenDieses Buch bietet eine umfassende Einführung in die professionelle Java-Entwicklung und vermittelt Ihnen das notwendige Wissen, um stabile und erweiterbare Softwaresysteme auf Java-SE ... En savoir plus

    Avant 52,90 € Après 41,90 € ou Gratuit avec Kobo Plus

  • Fundamentals of Java Programming

    Collection series Computer Science (R0)
    Making extensive use of examples, this textbook on Java programming teaches the fundamental skills for getting started in a command-line environment. Meant to be used for a one-semester course to build solid foundations in Java, Fundamentals of Java Programming eschews second-semester content to concentrate on over 180 code examples and 250 exercises.Key object classes (String, Scanner, ... En savoir plus

    46,34 €

  • Beginning Cloud Native Development with MicroProfile, Jakarta EE, and Kubernetes

    Java DevOps for Building and Deploying Microservices-based Applications

    par Tarun Telang ...
    Collection series Professional and Applied Computing (R0)
    Get ready to develop microservices using open source Eclipse MicroProfile and Jakarta EE, and deploy them on Kubernetes/Docker. This book covers best practices for developing cloud-native applications with MicroProfile and Jakarta EE.This book introduces you to cloud-native applications and teaches you how to set up your development environment. You'll learn about the various components of ... En savoir plus

    54,58 €

  • MASTER REACT.JS PART 3

    par m.furqan riaz ...
    ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It is maintained by Facebook. React uses a declarative paradigm that makes it easier to reason about your application and aims to be both efficient and flexible.React JS is a javascript library originally developed by Facebook. It helps in building highly engaging single-page web ... En savoir plus

    3,70 €

  • JavaScript for Beginners

    Learn Javascript Language Quickly And Easily With This Comprehensive Guide. Tips and Tricks for Coding and Programming (2022 Crash Course for Newbies)

    par Edie Clem ...
    Do you want to become a top-tier programmer quickly?Are you concerned about technical complexities, or have you never worked with a programming language?Then continue reading...This beginner's guide will walk you through the fundamentals of programming step by step. Even though learning code may seem time-consuming and challenging, with this book, you wil... ... En savoir plus

    4,11 €

  • Getting started with Google Guava

    par Bill Bejeck ...
    This is a short, practical guide, with lots of examples to help you learn Google Guava There is no minimum level of experience required. There is something for everyone who works with Java, from the beginner to the expert programmer. ... En savoir plus

    13,38 €

  • The Java EE 6 Tutorial

    Advanced Topics

    Collection series Java Series
    The Java EE 6 Tutorial: Advanced Topics, Fourth Edition, is a task-oriented, example-driven guide to developing enterprise applications for the Java Platform, Enterprise Edition 6 (Java EE 6). Written by members of the Java EE 6 documentation team at Oracle, this book provides new and intermediate Java programmers with a deep understanding of the platform.   This guide–which builds on the ... En savoir plus

    24,71 €

  • JavaScript Fundamentals

    The JavaScript Study Brief provides the end-user with a concise overview and quick reference help on the fundamentals of this cross-platform object-based scripting language. The JavaScript Fundamentals Study Brief is intended as a helpful learning resource, offering expert guidance for new and developing end users, as well as a quick refresher of essentials for the occasional experienced user. Key ... En savoir plus

    3,70 €

  • JAVA Project On Fee Management System- For Beginner and Advanced

    Project, #2

    par Indrajeet Nayak ...
    Collection Livre 2 - Project
    This is the SRS and Design Document for Java Project for Beginners and Advanced: Fee Management System. The purpose of the online fee payment system is to ease the fees payments and to create a convenient and easy-to-use application for students, trying to pay college fees. The system is based on java and OOPS concepts where we also use the database to store the data of the student. We use the ... En savoir plus

    14,49 €