Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Java ee to jakarta ee 10 recipes, Juneau, Josh Telang, Tarun


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Англия: Есть  Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября

Добавить в корзину
в Мои желания

Автор: Juneau, Josh Telang, Tarun
Название:  Java ee to jakarta ee 10 recipes
ISBN: 9781484280782
Издательство: Springer
Классификация:

ISBN-10: 1484280784
Обложка/Формат: Paperback
Страницы: 683
Вес: 1.37 кг.
Дата издания: 12.07.2022
Язык: Japanese
Издание: 3rd ed.
Иллюстрации: 179 illustrations, black and white; xlvii, 683 p. 179 illus.
Размер: 253 x 177 x 47
Читательская аудитория: Professional & vocational
Подзаголовок: A problem-solution approach for enterprise java
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Take a problem-solution approach for programming enterprise Java or Java EE applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. Java EE to Jakarta EE 10 Recipes provides effective, practical, and proven code snippets that you can immediately use to accomplish just about any task that you may encounter. You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment. Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Platform, Enterprise Edition. This book helps you rejuvenate your Java expertise and put the platform’s latest capabilities to use for quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn the features of the platform and benefit from one of the most widely used and powerful technologies available for cloud-native enterprise application development today. Examples in this book highlight Jakarta EE’s capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to solve that problem in the best possible way using the latest features in Jakarta EE. Solutions in the form of working code examples are presented that you can download and use immediately in your own projects. Clear descriptions are provided to help you understand and learn to build further on the solutions provided. This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform. What You Will Learn * Develop enterprise java applications using the latest open-source Jakarta EE platform * Create great-looking user interfaces using Jakarta Servlets, Jakarta Server Pages, Jakarta Server Faces and the Eclipse Krazo framework (an implementation of Jakarta MVC) * Build database applications using Jakarta NoSQL, Jakarta Persistence, and Jakarta Enterprise Beans. * Develop enterprise grade applications using Context & Dependency Injection, and Jakarta RESTFul web services * Automate testing through cohesive test suites built on Arquillian for Jakarta EE applications * Build loosely coupled distributed applications using Jakarta Messaging * Deploy microservices applications in cloud environments using Docker * Secure applications utilizing the Jakarta EE Security API Who This Book Is For Java developers interested in quickly finding effective and proven solutions without reading through a lengthy manual and scrubbing for techniques.
Дополнительное описание: 1. Jakarta Servlets.- 2. Jakarta Server Pages.- 3. Jakarta Server Faces.- 4. Advanced Jakarta Server Faces.- 5. Jakarta MVC.- 6. JDBC with Jakarta EE.- 7. Object_Relational Mapping.- 8. Jakarta Enterprise Beans.- 9. Java Persistence Query Language.- 10. J



Beginning Jakarta Ee: Enterprise Edition for Java: From Novice to Professional

Автор: Spath Peter
Название: Beginning Jakarta Ee: Enterprise Edition for Java: From Novice to Professional
ISBN: 1484250788 ISBN-13(EAN): 9781484250785
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Build Java-based enterprise applications using the open source Eclipse Jakarta EE platform. This feature-packed book teaches you enterprise Java development top to bottom. It covers Java web-tier development using servlets, JavaServer Faces (JSF), RESTful applications, and JSON. You’ll also cover Java data-tier development using persistence and transaction handling, messaging services, remote procedure calls, concurrency, and security to round out a complete Java-based enterprise application.
Step by step and easy to follow, Beginning Jakarta EE includes many practical examples. Written by a Java expert and consultant, this book contains the best information possible on enterprise Java technologies. You’ll see that Jakarta EE is the next evolution of Java EE 8 and how it is one of the leading Java platforms for enterprise application development.
What You Will Learn
Build enterprise Java applications using Jakarta EESet up your development environmentCreate page-flow web applications with JSF Write single-page web applications with REST and JSONPersist data using JPA in Jakarta EEBuild enterprise Java modules using EJBs and CDI Work with transaction engines using JTA Secure, log, and monitor your Jakarta EE applications
Who This Book Is For
Beginning Java EE application developers with some experience of Java 8.
Hands-On Cloud-Native Microservices with Jakarta EE

Автор: Fugaro Luigi, Vocale Mauro
Название: Hands-On Cloud-Native Microservices with Jakarta EE
ISBN: 178883786X ISBN-13(EAN): 9781788837866
Издательство: Неизвестно
Рейтинг:
Цена: 9010.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book is a hands-on guide, exploring how to build microservice-based applications that dynamically scale and are resilient and native to the cloud. It will take your skills to the next level and get you acquainted with new architecture design and patterns, with the latest developing frameworks and techniques.

Java 9 recipes

Автор: Juneau, Josh Dea, Carl Guime, Freddy
Название: Java 9 recipes
ISBN: 1484219759 ISBN-13(EAN): 9781484219751
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Поставка под заказ.

Описание:

Quickly find solutions to dozens of common programming problems encountered while building Java applications. Content is presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution. Apply the solution directly in your own code. Problem solved

This revised edition covers important new features such as Java 9's jShell and the new modularity features enabling you to separate code into independent modules that perform discrete tasks. Also covered are the new garbage collection algorithm and completely revamped process API. Enhanced JSON coverage is provided as well as a new chapter on JavaServer Faces development for web applications.

What You'll Learn
  • Develop Java SE applications using the latest in Java SE technology
  • Exploit advanced features like modularity and lambdas
  • Utilize the jShell to quickly develop solutions
  • Build dynamic web applications with JavaScript and Project Nashorn
  • Create great-looking web interfaces with JavaServer Faces
  • Generate graphics and work with media such as sound and video
  • Add internationalization support to your Java applications

Who This Book Is For

Both beginning Java programmers and advanced Java developers

Jakarta EE Cookbook - Second Edition: Practical recipes for enterprise Java developers to deliver large scale applications with Jakarta EE

Автор: Moraes Elder
Название: Jakarta EE Cookbook - Second Edition: Practical recipes for enterprise Java developers to deliver large scale applications with Jakarta EE
ISBN: 1838642889 ISBN-13(EAN): 9781838642884
Издательство: Неизвестно
Рейтинг:
Цена: 7171.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Java EE is being transferred from Oracle to Eclipse Foundation and will have a new name: Jakarta EE. It will be a collection of technologies and APIs that would help developers build Enterprise Applications. This book will help enterprise Java developers to create real-world solutions using the latest features and specifications of Jakarta EE

Jakarta Ee Recipes: A Problem-Solution Approach

Автор: Juneau Josh
Название: Jakarta Ee Recipes: A Problem-Solution Approach
ISBN: 1484255860 ISBN-13(EAN): 9781484255865
Издательство: Springer
Рейтинг:
Цена: 4611.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Intermediate-Advanced user level

Cryptography and Cryptanalysis in Java: Creating and Programming Advanced Algorithms with Java SE 17 LTS and Jakarta EE 10

Автор: Nita Stefania Loredana, Mihailescu Marius Iulian
Название: Cryptography and Cryptanalysis in Java: Creating and Programming Advanced Algorithms with Java SE 17 LTS and Jakarta EE 10
ISBN: 1484281047 ISBN-13(EAN): 9781484281048
Издательство: Springer
Рейтинг:
Цена: 6206.00 р.
Наличие на складе: Нет в наличии.

Описание: Here is your in-depth guide to cryptography and cryptanalysis in Java. This book includes challenging cryptographic solutions that are implemented in Java 17 and Jakarta EE 10. It provides a robust introduction to Java 17's new features and updates, a roadmap for Jakarta EE 10 security mechanisms, a unique presentation of the "hot points" (advantages and disadvantages) from the Java Cryptography Architecture (JCA), and more. The book dives into the classical simple cryptosystems that form the basis of modern cryptography, with fully working solutions (encryption/decryption operations). Pseudo-random generators are discussed as well as real-life implementations. Hash functions are covered along with practical cryptanalysis methods and attacks, asymmetric and symmetric encryption systems, signature and identification schemes. The book wraps up with a presentation of lattice-based cryptography and the NTRU framework library. Modern encryption schemes for cloud and big data environments (homomorphic encryption and searchable encryption) also are included. After reading and using this book, you will be proficient with crypto algorithms and know how to apply them to problems you may encounter. What You Will Learn * Develop programming skills for writing cryptography algorithms in Java * Dive into security schemes and modules using Java * Explore “good” vs “bad” cryptography based on processing execution times and reliability * Play with pseudo-random generators, hash functions, etc. * Leverage lattice-based cryptography methods, the NTRU framework library, and more Who This Book Is For Those who want to learn and leverage cryptography and cryptanalysis using Java. Some prior Java and/or algorithm programming exposure is highly recommended.

The Definitive Guide to Security in Jakarta EE: Securing Java-based Enterprise Applications with Jakarta Security, Authorization, Authentication and M

Автор: Tijms Arjan, Bais Teo, Keil Werner
Название: The Definitive Guide to Security in Jakarta EE: Securing Java-based Enterprise Applications with Jakarta Security, Authorization, Authentication and M
ISBN: 1484279441 ISBN-13(EAN): 9781484279441
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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 discusses Jakarta EE Security in relation to SE underpinnings and provides a detailed explanation of how client-cert authentication over HTTPS takes place, how certifications work, and how LDAP-like names are mapped to caller/user names. General (web) security best practices are presented, such as not storing passwords in plaintext, using HTTPS, sanitizing inputs to DB queries, encoding output, and explanations of various (web) attacks and common vulnerabilities are included. Practical examples of securing applications discuss common needs such as letting users explicitly log in, sign up, verify email safely, explicitly log in to access protected pages, and go direct to the log in page. Common issues are covered such as abandoning an authentication dialog halfway and later accessing protected pages again. What You Will Learn * Know what Jakarta/Java EE security includes and how to get started learning and using this technology for today's and tomorrow's enterprise Java applications * Secure applications: traditional server-side web apps built with JSF (Faces) as well as applications based on client-side frameworks (such as Angular) and JAX-RS * Work with the daunting number of security APIs in Jakarta EE * Understand how EE security evolved Who This Book Is For Java developers using Jakarta EE and writing applications that need to be secured (every application). Basic knowledge of Servlets and CDI is assumed. Library writers and component providers who wish to provide additional authentication mechanisms for Jakarta EE also will find the book useful.

The Definitive Guide to Jakarta Faces in Jakarta Ee 10: Using Eclipse Jakarta Ee for Enterprise Java Development

Автор: Scholtz Bauke, Tijms Arjan
Название: The Definitive Guide to Jakarta Faces in Jakarta Ee 10: Using Eclipse Jakarta Ee for Enterprise Java Development
ISBN: 1484273095 ISBN-13(EAN): 9781484273098
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn and master the new features in the new Eclipse Jakarta Faces (formerly JavaServer Faces or JSF) web framework in this definitive guide written by two of the driving forces of the Faces project and the co-creators of the OmniFaces library. Authors Bauke Scholtz and Arjan Tijms take you through real-world examples that demonstrate how these new features are used with other APIs in Jakarta EE. You’ll see the new and exciting ways Jakarta Faces applications can use to communicate between a client and a server, such as using WebSockets, invoking bean methods directly from Ajax, executing client-side JavaScript when Ajax calls complete, and more Along the way you’ll broaden your knowledge of Faces components and web APIs best practices, and learn a great deal about the internals of Faces and the design decisions that have been made when building the Faces API. For example, you’ll see what artefacts are now CDI injectable, how CDI changed Faces internally, and what some of the caveats are when working with the CDI versions of a Faces artefact. Furthermore, you'll build an example application from scratch. After reading The Definitive Guide to Jakarta Faces in Jakarta EE 10, you'll be ready to build your own efficient and secure web applications. What You Will Learn * Leverage the new features in Jakarta Faces in Jakarta EE in your existing applications * Integrate Faces and CDI * Use the brand new Component Search Expression framework, which enables you to more easily locate components from your template * Extend the Component Search Expression framework with your own search operators * Work with the different ways of mapping requests to Faces, make your application use extension-less URLs, and programmatically inspect which resources are present in your application * Master the best practices for web application development and see which are obsolete Who This Book Is For Existing JSF or Java developers who need to create a web UI. No prior knowledge of Faces is required, but the book does skew towards the more experienced developer. Concepts such as dependency injection and MVC are assumed to be known, as is a general knowledge about HTML, HTTP and other web standards.

Beginning Jakarta Ee Web Development: Using Jsp, Jsf, Mysql, and Apache Tomcat for Building Java Web Applications

Автор: Manelli Luciano, Zambon Giulio
Название: Beginning Jakarta Ee Web Development: Using Jsp, Jsf, Mysql, and Apache Tomcat for Building Java Web Applications
ISBN: 1484258657 ISBN-13(EAN): 9781484258651
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Start building Java-based web applications now, even if you're a complete newcomer to Java. Comprehensive and example-driven, this book is all you need to develop dynamic Java-based web applications using JSP, connect to databases with JSF, and put them into action using the popular open source Java web server, Apache Tomcat.

Beginning Jakarta EE Web Development is a comprehensive introduction to building Java-based web applications using JSP, JSF, MySQL, and the Apache Tomcat web application server. Other APIs including JSON, JSTL, and XML parser are covered along the way.

Key concepts are made easy to grasp with numerous working examples and a walk-through of the development of a complete ecommerce project. This book is written for professionals by practicing Java web application professionals and experts.

What You Will Learn

  • Build Java-based web applications using JSP and JSF with Eclipse Jakarta EE
  • Configure your database with MySQL
  • Define XML documents for your applications
  • Use the Apache MyFaces APIs to create JSF applications
  • Integrate and implement JSF and JSP together
  • Build an online ecommerce web application

Who This Book Is For

Programmers new to programming in Java and programming in general.

Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development

Автор: Jungmann Lukas, Keith Mike, Schincariol Merrick
Название: Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development
ISBN: 1484274423 ISBN-13(EAN): 9781484274422
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn to use the Jakarta Persistence API and other related APIs as found in the Jakarta EE 10 platform from the perspective of one of the specification creators. A one-of-a-kind resource, this in-depth book provides both theoretical and practical coverage of Jakarta Persistence usage for experienced Java developers. Authors Lukas Jungmann, Mike Keith, Merrick Schincariol, Massimo Nardone take a hands-on approach, based on their wealth of experience and expertise, by giving examples to illustrate each concept of the API and showing how it is used in practice. The examples use a common model from an overarching sample application, giving you a context from which to start and helping you to understand the examples within an already familiar domain. After completing this in-depth book, you will have a full understanding of persistence and be able to successfully code applications using its annotations and APIs. The book also serves as an excellent reference guide. What You Will Learn * Use Jakarta Persistence in the context of enterprise applications * Work with object relational mappings (ORMs), collection mappings and more * Build complex enterprise Java applications that persist data long after the process terminates * Connect to and persist data with a variety of databases, file formats, and more * Use queries, including the Jakarta Persistence Query Language (Jakarta Persistence QL) * Carry out advanced ORM, queries and XML mappings * Package, deploy and test your Jakarta persistence-enabled enterprise applications Who This Book Is For Experienced Java programmers and developers with at least some prior experience with Jakarta EE or Java EE platform APIs.

Introducing Jakarta Ee CDI: Contexts and Dependency Injection for Enterprise Java Development

Автор: Saeed Luqman
Название: Introducing Jakarta Ee CDI: Contexts and Dependency Injection for Enterprise Java Development
ISBN: 1484256417 ISBN-13(EAN): 9781484256411
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Chapter 1: What is Java EE? Chapter 2: What is a Java Specification Request (JSR)? Chapter 3: What is a Reference Implementation? Chapter 4: What is an Application Server? Chapter 5: What is Jakarta EE? Chapter 6: Why Jakarta EE? Chapter 7: Jakarta EE And the Spring Framework Chapter 8: The Contexts and Dependency Injection (CDI) API Chapter 9: CDI StereotypesChapter 10: The CDI EcosystemAfterword

Apache Jakarta-Tomcat

Автор: James Goodwill
Название: Apache Jakarta-Tomcat
ISBN: 1893115364 ISBN-13(EAN): 9781893115361
Издательство: Springer
Рейтинг:
Цена: 3912.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: A resource for all Java Web application developers - Covers the latest release of Jakarta-Tomcat (4.0) - Includes instruction on how to use all of Tomcat`s major features, including installation and configuration, security management, and integration with Apache Web Server, SOAP, Log4J, and Struts.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия