Introducing Java EE7 a look at what's new
Introducing Java EE 7: A Look at What’s New guides you through the new features and enhancements in each of the technologies comprising the Java EE platform. Readers of this book will not have to wade through introductory material or information covering features that have been part of the EE platfo...
Main Author: | |
---|---|
Format: | eBook |
Language: | Inglés |
Published: |
[Berkeley, Calif.] :
Apress
c2013.
|
Edition: | 1st ed. 2013. |
Series: | Expert's voice in Java.
|
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629414006719 |
Table of Contents:
- ""Contents at a Glance""; ""Contents""; ""About the Author""; ""About the Technical Reviewer""; ""Acknowledgments""; ""Introduction""; ""Chapter 1: New Servlet Features""; ""Non-Blocking I/O""; ""Upgrade Protocol""; ""Enhanced FileUpload""; ""Filter Life Cycle""; ""Security Enhancements""; ""Specifying an Identity for Executing init and destroy Methods""; ""Thwarting Session Fixation Attack""; ""Denying Uncovered HTTP Methods""; ""Changing the Content Length""; ""Summary""; ""Chapter 2: JavaServer Faces and Facelets""; ""View Actions""; ""Faces Flow""; ""Defining a Flow""
- ""The Flow Managed Bean""""Navigating View Nodes""; ""Flow EL""; ""Java API for Flow Context""; ""Packaging a Flow""; ""Ajax Queues""; ""File Upload""; ""Stateless Views""; ""HTML5 and JSF""; ""Passthrough Attributes""; ""HTML5-Friendly Markup""; ""Facelets Enhancements""; ""Exclude XML from Custom Components""; ""@FaceletsResourceResolver Annotation""; ""Resource Library Contracts""; ""Security Enhancements""; ""Summary""; ""Chapter 3: Expression Language (EL)""; ""Lambda Expressions""; ""Lambda Concept and Examples""; ""Variable Assignment""; ""Nesting""; ""Passing Lambdas to Java""
- ""Collections Enhancements""""Sets""; ""Maps""; ""Lists""; ""Supporting Operations""; ""New Operators""; ""String Concatenation Operator""; ""Assignment Operator""; ""Semicolon Operator""; ""Precedence Changes""; ""Static Field and Methods""; ""Stand-Alone API""; ""Defining a Bean""; ""Declaring a Variable""; ""Defining a Function""; ""Utilizing the ELManager""; ""Incompatibilities with Previous Releases""; ""Summary""; ""Chapter 4: Object Relational Mapping and JPA""; ""Support for Joins with ON Conditions""; ""Invocation of Database Functions""; ""Bulk Updates and Deletions""
- ""Downcasting in the FROM and WHERE clauses""""Schema Generation""; ""Support for Database Stored Procedures""; ""Synchronization of Persistence Contexts""; ""Entity Listeners using CDI""; ""Summary""; ""Chapter 5: Business Logic Using EJB""; ""General Updates and Improvements""; ""Transaction Life-Cycle Callbacks in Session Beans""; ""Passivation Made Optional""; ""Explicitly Denoting Local and Remote Business Interfaces""; ""Extended TimerService API""; ""JMS Alignment""; ""Embeddable EJBContainer Now Autocloseable""; ""New Features in EJB Lite""; ""Optional Features""; ""Summary""
- ""Chapter 6: Validating Data""""An Overview of Bean Validation with Java EE""; ""Constraint Validation Annotations""; ""Review: Utilizing Different Validation Techniques""; ""Review: Writing a Custom Constraint Annotation""; ""Contexts and Dependency Injection Integration""; ""ValidatorFactory and Validator Injection""; ""Managed Instances of Requested Classes""; ""Method Validation""; ""Declaring Parameter Constraints""; ""Declaring Return Value Constraints""; ""Cascaded Validation""; ""Customizing Method, Constructor, or Getter Validation""; ""Manual Method Level Validation Invocation""
- ""Group Conversion""