Pro Jakarta Persistence in Jakarta EE 10: An In-Depth Guide to Persistence in Enterprise Java Development, Jungmann Lukas, Keith Mike, Schincariol Merrick
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.
Автор: Burkhard Freitag; Cliff B. Jones; Christian Lengau Название: Object Orientation with Parallelism and Persistence ISBN: 0792397703 ISBN-13(EAN): 9780792397700 Издательство: Springer Рейтинг: Цена: 25149.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Both object orientation and parallelism are modern programming paradigms. Object orientation raises hopes for increased productivity of software generation and maintenance methods. Parallelism can serve to structure a problem but also promises faster program execution. This work is of interest to researchers working in software engineering.
Описание: 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
Описание: 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
Описание: 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.
Описание: 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.
Описание: 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.
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.
Автор: 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.
Автор: 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.
Автор: Juneau Josh Название: Jakarta Ee Recipes: A Problem-Solution Approach ISBN: 1484255860 ISBN-13(EAN): 9781484255865 Издательство: Springer Рейтинг: Цена: 4611.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Intermediate-Advanced user level
Автор: Ottinger Joseph B., Linwood Jeff, Minter Dave Название: Beginning Hibernate 6: Java Persistence from Beginner to Pro ISBN: 1484273362 ISBN-13(EAN): 9781484273364 Издательство: Springer Рейтинг: Цена: 8384.00 р. Наличие на складе: Поставка под заказ.
Описание: Get started with Hibernate, an open source Java persistence layer and gain a clear introduction to the current standard for object-relational persistence in Java. This updated edition includes the new Hibernate 6.0 framework which covers new configuration, new object relational mapping changes, and enhanced integration with the more general Spring, Boot and Quarkus and other Java frameworks. The book keeps its focus on Hibernate without wasting time on nonessential third-party tools, so you’ll be able to immediately start building transaction-based engines and applications. Experienced authors Joseph Ottinger with Dave Minter and Jeff Linwood provide more in-depth examples than any other book for Hibernate beginners. They present their material in a lively, example-based manner—not a dry, theoretical, hard-to-read fashion. What You'll Learn * Build enterprise Java-based transaction-type applications that access complex data with Hibernate * Work with Hibernate 6 using a present-day build process * Integrate into the persistence life cycle * Search and query with the new version of Hibernate * Keep track of versioned data with Hibernate Envers Who This Book Is For Programmers experienced in Java with databases (the traditional, or connected, approach), but new to open-source, lightweight Hibernate.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru