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 de 673 à 696 sur 1745 résultats
Skip side bar filters
  • 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

    $44.99 CAD

  • 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

    $26.99 CAD

  • Microservices

    Der Hype im Realitätscheck

    Collections 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

    $4.99 CAD 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

    $32.87 CAD ou Gratuit avec Kobo Plus

  • 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

    $27.39 CAD ou Gratuit avec Kobo Plus

  • Bien programmer en Java 7

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

    Collections 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

    $33.61 CAD ou Gratuit avec Kobo Plus

  • Programmer en Java avec un Raspberry Pi

    Collections 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

    $33.61 CAD

  • Java®

    L'essentiel du code et des commandes

    par Timothy Fisher ...
    Collections series Le guide de survie
    Ce Guide de survie vous livre tout le code dont vous avez besoin pour réaliser rapidement et efficacement vos projets de développement en Java.CONCIS ET MANIABLE : facile à transporter, facile à utiliser - finis les livres encombrants !PRATIQUE ET FONCTIONNEL : plus de 100 fragments de code personnalisables pour programmer du Java fonctionnel dans toutes les situations. ... En savoir plus

    $16.99 CAD

  • Java Lambdas and Parallel Streams

    par Michael Müller ...
    Collections 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

    $27.99 CAD

  • Troubleshooting Java Performance

    Detecting Anti-Patterns with Open Source Tools

    Collections series Professional and Applied Computing (R0)
    Troubleshoot the most widespread and pernicious Java performance problems using a set of open-source and freely-available tools that will make you dramatically more productive in finding the root causes of slow performance. This is a brief book that focuses on a small number of performance anti-patterns, and you’ll find that most problems you encounter fit into one of these anti-patterns. The book ... En savoir plus

    $80.99 CAD

  • Expert Android Programming

    Master skills to build enterprise grade Android applications

    par Prajyot Mainkar ...
    Become a pro with the latest Android SDK and create state of the art applications for Android. Key Features-Dive deep into Android development with practical hands on examples to help you in each stage.-Develop smart professional grade apps for the latest Android N version and become a pro android developer.-Unclog your development highway by utilising the industry standard best practices ... En savoir plus

    $41.99 CAD ou Gratuit avec Kobo Plus

  • Java项目驱动开发教程

    《Java项目驱动开发教程》是一本以项目驱动教学模式理念设计的Java入门书。全书内容以软件项目案例驱动,代码实例丰富,项目实训任务饱满,语言通俗易懂,不仅能够使读者全面掌握Java面向对象编程技术,还能够提升读者使用Java语言开发软件项目的能力。本书配套示例源代码、PPT课件、教学大纲、课程设计指导书、实训任务指导书、课后练习答案及Java核心编程参考文档等资源。 《Java项目驱动开发教程》分为3个专题,共14章,3个专题分别以面向过程版的商超购物管理系统、面向对象版的超市购物系统、端对端聊天系统为贯穿项目,内容包括Java开发入门、Java的基本语法、Java程序流程控制、数组、Java类和对象、Java继承和多态、Java抽象类和接口、Java异常处理、Java图形界面编程、Java集合、Java多线程、Java网络编程、Java IO流、Java反射机制。 ... En savoir plus

    $23.99 CAD

  • Java Programming

    A Comprehensive Guide to Development Tools and Versatility

    par Ryan roffe ...
    Explore the vast development tools and versatility of Java in 2023 with this guide. Java, a widely-used programming language in web and computing applications, offers a free download solution for accessing the latest versions and implementing updates. Found in numerous web applications and computing technologies, Java's scalability makes it suitable for a wide range of applications, from small ... En savoir plus

    $13.73 CAD ou Gratuit avec Kobo Plus

  • Performance Testing with JMeter, 2nd Edition

    Test web applications using Apache JMeter with practical, hands-on examples

    par Bayo Erinle ...
    Key FeaturesBook DescriptionThis book is great for developers, quality assurance engineers, testers, and test managers new to Apache JMeter, or those who are looking to get a good grounding in how to effectively use and become proficient with JMeter. No prior testing experience is required.What you will learnSet up and prepare Apache JMeter for testingRecord test scenarios or create them from ... En savoir plus

    $37.99 CAD ou Gratuit avec Kobo Plus

  • Mastering Android Studio 3

    Build Dynamic and Robust Android applications

    par Kyle Mew ...
    Unleash the power of Android Studio 3 to develop mobile applications faster and efficiently.Key Features\* Use Android Studio not just as an IDE but as a complete testing and build solution\*Produce customized APKs with Gradle to suit various versions of an app, such as test versions and free versions of an otherwise paid app.\*Explore all aspects of UI development and testing using working XML ... En savoir plus

    $41.99 CAD ou Gratuit avec Kobo Plus

  • JavaMail API

    Sending and Receiving Email with Java

    Send and receive email from Java applications by using the JavaMail API. With this concise book, you’ll learn how to communicate with existing SMTP, POP, and IMAP servers, and how to write your own.Whether you need to build an email-centric application like a mailing list manager or simply add email notification to a larger product, JavaMail is the answer. Packed with code examples, this book ... En savoir plus

    $10.99 CAD

  • Effective Java Programming: Advanced Features and Modern Coding Approachs

    par Craig S. Barker ...
    Effective Java Programming is geared towards seasoned developers and novices alike. This guide explores slightly more advanced Java techniques, while being presented in our popular, easy to understand format. The topics in this book will prove invaluable to anyone currently using Java, no matter your skill level. With numerous examples and step by step descriptions, you will be able to master this ... En savoir plus

    $40.01 CAD

  • Java Threads and the Concurrency Utilities

    par JEFF FRIESEN ...
    Collections series Professional and Applied Computing (R0)
    This concise book empowers all Java developers to master the complexity of the Java thread APIs and concurrency utilities. This knowledge aids the Java developer in writing correct and complex performing multithreaded applications.Java's thread APIs and concurrency utilities are among its most powerful and challenging APIs and language features. Java beginners typically find it very difficult to ... En savoir plus

    $56.99 CAD

  • Curso de Programación con Java - 2ª Edición

    Cuando usamos los equipos informáticos podemos hacer muchas cosas. Un adolescente puede utilizar Internet para enviar un mensaje, un estudiante puede usar una hoja de cálculo para realizar el cálculo de un promedio o la cantidad de puntos que necesita para aprobar cada materia, un cocinero puede guardar sus recetas en un editor de texto como Word, etc. De hecho, la cantidad de productos ... En savoir plus

    $28.99 CAD ou Gratuit avec Kobo Plus

  • Java Programming

    A Comprehensive Approach

    Unlock the Power of Java and Elevate Your Programming Skills!Are you eager to become a proficient Java programmer or looking to take your existing Java skills to the next level? "Java Programming: A Comprehensive Approach" is your ultimate guide to mastering this versatile and widely-used programming language.Java has been a cornerstone of software development for decades, and in this ... En savoir plus

    $1.20 CAD

  • Ajax Hacks

    Tips & Tools for Creating Responsive Web Sites

    par Bruce W. Perry ...
    Ajax, the popular term for Asynchronous JavaScript and XML, is one of the most important combinations of technologies for web developers to know these days. With its rich grouping of technologies, Ajax developers can create interactive web applications with XML-based web services, using JavaScript in the browser to process the web server response.Taking complete advantage of Ajax, however, ... En savoir plus

    $21.99 CAD

  • Java Generics and Collections

    Fundamentals and Recommended Practices

    Java Generics and Collections has been the go-to guide to generics for more than a decade. This second edition covers Java 21, providing a clear guide to generics from their most common uses to the strangest corner cases, giving you everything you need to know to use and write generic APIs effectively. It covers the collections library thoroughly, so you'll always know how and when to use each ... En savoir plus

    $57.99 CAD

  • Kotlin for Enterprise Applications using Java EE

    Develop, test, and troubleshoot enterprise applications and microservices with Kotlin and Java EE

    Build Java Enterprise Applications and learn how Kotlin makes it easier to code them using components like JSF 2.3, Enterprise JavaBeans (EJB) 3.2, Contexts and Dependency Injection (CDI) 2.0, the Java API for WebSockets, JAX-RS 2.1, Servlet 4.0.Key FeaturesAn in-depth guide updated with all the latest features of Kotlin 1.2 and Java EE 8Build microservices in Java EE with the help of Kotlin use ... En savoir plus

    $41.99 CAD ou Gratuit avec Kobo Plus

  • 97 Things Every Java Programmer Should Know

    Collective Wisdom from the Experts

    If you want to push your Java skills to the next level, this book provides expert advice from Java leaders and practitioners. You’ll be encouraged to look at problems in new ways, take broader responsibility for your work, stretch yourself by learning new techniques, and become as good at the entire craft of development as you possibly can.Edited by Kevlin Henney and Trisha Gee, 97 Things Every ... En savoir plus

    $43.99 CAD