Описание: 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.
Автор: Juneau Josh Название: Jakarta Ee Recipes: A Problem-Solution Approach ISBN: 1484255860 ISBN-13(EAN): 9781484255865 Издательство: Springer Рейтинг: Цена: 4611.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.
Описание: 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 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.
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.
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.
Автор: Rob Harrop Название: Pro Jakarta Velocity ISBN: 159059410X ISBN-13(EAN): 9781590594100 Издательство: Springer Рейтинг: Цена: 4750.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Nearly any application you build requires some form of output. And the output format may change on a regular basis, which can lead to a heavy maintenance burden and a restrictive test cycle. But by utilizing the power of the Velocity template engine, you can integrate templated output into your application, decoupling the application logic from the output format.
Pro Jakarta Velocity: From Professional to Expert leads leads you immediately toward configuration and setup, all the way through to full-blown application development. This is not merely a book about web development, as the multipurpose Velocity does more than replace JSP. Instead, this book demonstrates many alternative Velocity uses. This in-depth book also shows you how to integrate Velocity development and use it with other open-source frameworks and tools, such as Spring and Apache 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.