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 1249 - 1272 sur 1748
Skip side bar filters
  • Learning Android

    Develop Mobile Apps Using Java and Eclipse

    Want to build apps for Android devices? This book is the perfect way to master the fundamentals. Written by experts who have taught this mobile platform to hundreds of developers in large organizations and startups alike, this gentle introduction shows experienced object-oriented programmers how to use Android’s basic building blocks to create user interfaces, store data, connect to the network, ... En savoir plus

    19,07 €

  • Oracle ADF Survival Guide

    Mastering the Application Development Framework

    par Sten Vesterli ...
    Collection series Professional and Applied Computing (R0)
    Quickly get up to speed with Oracle's Application Development Framework (ADF). Rapidly build modern, user-friendly applications that will be easy to re-use, expand, and maintain.Oracle ADF Survival Guide covers the latest 12c version and explains all the important concepts and parts, including ADF Faces, ADF Task Flows, ADF Business Components, ADF Skins, the new Alta UI, and how to implement ... En savoir plus

    52,49 €

  • 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 ... En savoir plus

    29,46 €

  • Mastering Clojure Data Analysis

    par Eric Rochester ...
    This book consists of a practical, example-oriented approach that aims to help you learn how to use Clojure for data analysis quickly and efficiently. This book is great for those who have experience with Clojure and need to use it to perform data analysis. This book will also be hugely beneficial for readers with basic experience in data analysis and statistics. ... En savoir plus

    34,56 € ou Gratuit avec Kobo Plus

  • Microsserviços e EJB

    Escale sua aplicação, não a complexidade

    Seja no modelo tradicional ou de microsserviços, separar nossa aplicação em partes menores facilita a escalabilidade, a manutenção, dentre outras qualidades que buscamos nos nossos projetos. Para desenvolver um bom back-end, não basta seguir uma receita pronta. É preciso realmente entender as ferramentas para tirar o máximo delas sem comprometer o desempenho. Em java, dentre as tecnologias para ... En savoir plus

    9,49 € ou Gratuit avec Kobo Plus

  • CDI - Dependency Injection in Java EE 7

    Dependency Injection in Java EE 7

    par Dirk Weil ...
    Collection Livre 89 - shortcuts
    Seit Java EE 6 steht mit der Contexts and Dependency Injection (CDI) eine neue Technologie bereit, die dem Java-Enterprise-Entwickler seine Arbeit erleichtert. Mit der Version 7 erlangte die Plattform einige neue Features. Der Arbeitsbereich von CDI ist die Bereitstellung und Verknüpfung von Komponenten und Diensten als Basis für Enterprise-Applikationen.Der shortcut bringt dem Leser die ... En savoir plus

    4,99 € ou Gratuit avec Kobo Plus

  • Head First Servlets and JSP

    Passing the Sun Certified Web Component Developer Exam

    Looking to study up for the new J2EE 1.5 Sun Certified Web Component Developer (SCWCD) exam?This book will get you way up to speed on the technology you'll know it so well, in fact, that you can pass the brand new J2EE 1.5 exam. If that's what you want to do, that is. Maybe you don't care about the exam, but need to use servlets and JSPs in your next project. You're working on a deadline. You're ... En savoir plus

    27,55 €

  • Mastering Java EE Development with WildFly

    Create Enterprise-grade Java applications with WildFly

    Your one stop solution to create highly scalable enterprise grade Java applications with WildFly. Key FeaturesMaster Java EE development with the latest WildFly 10 application server.Integrate with JSF and JMS and use efficient load balancing techniques to create real-time appsIntegrate your backend JavaScript code seamlessly into Java applicationsBook DescriptionPacked with rich assets and APIs, ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • JavaFX 9 by Example

    Collection series Professional and Applied Computing (R0)
    Create media-rich client applications using JavaFX 9 and the Java 9 platform. Learn to create GUI-based applications for mobile devices, desktop PCs, and even the web. Incorporate media such as audio and video into your applications. Interface with hardware devices such as Arduino and Leap Motion. Respond to gesture control through devices such as the Leap Motion Controller. Take advantage of the ... En savoir plus

    66,37 €

  • Beginning EJB in Java EE 8

    Building Applications with Enterprise JavaBeans

    Collection series Professional and Applied Computing (R0)
    Build powerful back-end business logic and complex Enterprise JavaBeans (EJB)-based applications using Java EE 8, Eclipse Enterprise for Java (EE4J), Web Tools Project (WTP), and the Microprofile platform. Targeted at Java and Java EE developers, with or without prior EJB experience, this book is packed with practical insights, strategy tips, and code examples. As each chapter unfolds, you'll see ... En savoir plus

    89,15 €

  • ANDROID DEVELOPMENT PART 3

    par m.furqan riaz ...
    Android software development is the process by which applications are created for devices running the Android operating system. Google states that "Android apps can be written using Kotlin, Java, and C++ languages" using the Android software development kit (SDK), while using other languages is also possible.In this book the languages used for android development are xml and javascript.It is ... En savoir plus

    3,63 € ou Gratuit avec Kobo Plus

  • Full Stack Development with JHipster

    Build modern web applications and microservices with Spring and Angular

    Discover the world of Full Stack Development with real-world examples.Key FeaturesLeverage the full power of the JHipster platform to build complex web applicationsCreate microservices from scratch and convert JHipster monolith apps into microservicesBuild and deploy applications locally, in Docker and on various cloud platforms.Book DescriptionJHipster is a development platform to generate, ... En savoir plus

    32,85 € ou Gratuit avec Kobo Plus

  • Java XML and JSON

    par JEFF FRIESEN ...
    Collection series Professional and Applied Computing (R0)
    Java XML and JSON is your one-stop guide to mastering the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML/JSON documents (and more). The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining four chapters focus on JSON along with the mJson, GSON, and JsonPath APIs.Each chapter ends with select ... En savoir plus

    36,64 €

  • Akka Cookbook

    Recipes for concurrent, fast, and reactive applications

    Learn how to use the Akka framework to build effective applications in ScalaKey Features\[\*\] Covers a discussion on Lagom—the newest launched Akka framework that is built to create complex microservices easily\[\*\] The recipe approach of the book allows the reader to know important and independent concepts of Scala and Akka in a seamless manner\[\*\] Provides a comprehensive understanding of ... En savoir plus

    37,09 € ou Gratuit avec Kobo Plus

  • Building REST APIs with Spring Boot 4.0

    Practical and code-first learning for Java developers to build, test and deploy applications using Java 21

    par Kit Harrington ...
    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 architecture talk. It's all connected from the first command to the final deployable JAR.It's all about ... En savoir plus

    42,39 €

  • Java Data Objects

    Store Objects with Ease

    Java Data Objects revolutionizes the way Java developers interact with databases and other datastores. JDO allows you to store and retrieve objects in a way that's natural to Java programmers. Instead of working with JDBC or EJB's container-managed persistence, you work directly with your Java objects. You don't have to copy data to and from database tables or issue SELECTs to perform queries: ... En savoir plus

    22,14 €

  • Microservices

    Der Hype im Realitätscheck

    Collection Livre 193 - shortcuts
    Kaum ein anderes Thema unterliegt momentan einem solchen Hype wie Microservices. Doch was ist eigentlich möglich mit Microservices, wo liegen Stärken und Schwächen? Dieser shortcut gibt einen kurzen Überblick über den Architekturtrend und beantwortet die wichtigsten Fragen. Dabei führt er die Vor- und Nachteile von Microservices ebenso auf wie die eigenen Erfahrungen der Autoren mit gut gemachten ... En savoir plus

    2,99 € ou Gratuit avec Kobo Plus

  • Ultimate SQL Server and Azure SQL for Data Management and Modernization

    An Encyclopedic Guide to Data Management and Modernization with SQL Server Key Features ● Detailed exploration of deployments on Linux, containers, and Kubernetes. ● Advanced techniques for securing, optimizing, and ensuring high availability in SQL Server. ● Strategies for SQL Server modernization and implementing best practices for peak performance. ● Expert guidance on performance monitoring ... En savoir plus

    20,39 € ou Gratuit avec Kobo Plus

  • JavaFX 8: Introduction by Example

    Collection series Professional and Applied Computing (R0)
    JavaFX 8: Introduction by Example shows you how to use your existing Java skills to create graphically exciting client applications with the JavaFX 8 platform. The book is a new and much improved edition of JavaFX 2.0: Introduction by Example, taking you through a series of engaging, fun-to-work examples that bring you up to speed on the major facets of the platform. It will help you to create ... En savoir plus

    28,61 €

  • Ultimate Deno for Web Development

    Master Modern Web App Development with Deno, TypeScript, and Rust Key Features ● Build secure, high-performance apps with Deno and TypeScript. ● Integrate React, Rust, and Next.js for full-stack workflows. ● Deploy using Docker, Azure, and manage tools via Chocolatey. Book Description Deno is a modern, secure runtime for JavaScript and TypeScript, offering developers a simplified, efficient way to ... En savoir plus

    16,99 € ou Gratuit avec Kobo Plus

  • Bien programmer en Java 7

    Avec plus de 50 études de cas et des comparaisons avec C++ et C#

    Collection series Blanche
    À travers la réalisation d'un forum de discussion et plus de 50 études de cas, cet ouvrage montre à tous les programmeurs comment exploiter la richesse de Java en mettant l'accent sur la fiabilité et l'évolutivité.L'excellence didactique d'Emmanuel Puybaret (eteks.com) pour apprendre la programmation Java !Cet ouvrage met à la portée de tous les développeurs les meilleures pratiques Java, depuis l ... En savoir plus

    20,99 € ou Gratuit avec Kobo Plus

  • Programmer en Java avec un Raspberry Pi

    Collection series Serial makers
    Le langage Java et le nano-ordinateur Raspberry Pi sont deux outils incroyablement populaires et pédagogiques dans le monde des technologies actuelles. Cet ouvrage les réunit, dans le but de vous apprendre à programmer en Java en réalisant différents projets simples d'électronique avec un Raspberry Pi 3 (modèles B, B+, A+ et Zero WH).Le livre débute par l'installation et l'utilisation de l ... En savoir plus

    20,99 €

  • Java 8 Lambdas

    Pragmatic Functional Programming

    If you’re a developer with core Java SE skills, this hands-on book takes you through the language changes in Java 8 triggered by the addition of lambda expressions. You’ll learn through code examples, exercises, and fluid explanations how these anonymous functions will help you write simple, clean, library-level code that solves business problems.Lambda expressions are a fairly simple change to ... En savoir plus

    23,31 €

  • Java Lambdas and Parallel Streams

    par Michael Müller ...
    Collection series Professional and Applied Computing (R0)
    This compact book introduces the concepts of Java lambdas and parallel streams in a concise form. It begins by introducing new supporting features such as functional interfaces, default methods and more. After this, the author demonstrates how streams can be parallelized in a very simple way—within certain limits, no knowledge about the thread management is needed. Nevertheless, some basic ... En savoir plus

    22,78 €