buchspektrum Internet-Buchhandlung

Neuerscheinungen 2018

Stand: 2020-02-01
Schnellsuche
ISBN/Stichwort/Autor
Herderstraße 10
10625 Berlin
Tel.: 030 315 714 16
Fax 030 315 714 14
info@buchspektrum.de

Bauke Scholtz, Arjan Tijms (Beteiligte)

The Definitive Guide to JSF in Java EE 8


Building Web Applications with JavaServer Faces
1st ed. 2018. xv, 512 S. 59 SW-Abb. 254 mm
Verlag/Jahr: SPRINGER, BERLIN; APRESS 2018
ISBN: 1-484-23386-7 (1484233867)
Neue ISBN: 978-1-484-23386-3 (9781484233863)

Preis und Lieferzeit: Bitte klicken


Learn and master the new features in the JSF 2.3 MVC web framework in this definitive guide written by two of the JavaServer Faces (JSF) specification leads. The authors take you through real-world examples that demonstrate how these new features are used with other APIs in Java EE 8. YouŽll see the new and exciting ways JSF 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 JSF components and web APIs best practices, and learn a great deal about the internals of JSF and the design decisions that have been made when building the JSF API. For example, youŽll see what artefacts are now CDI injectable, how CDI changed JSF internally, and what some of the caveats are when working with the CDI versions of a JSF artefact.
Furthermore, youŽll build an example application from scratch. After reading The Definitive Guide to JSF in Java EE 8 , youŽll be ready to build your own efficient and secure web applications.

What You Will Learn

Leverage the new features in JSF 2.3 in your existing applications

Integrate JSF 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 JSF, make your application use extensionless 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 JSF 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.
1. History 2. From Zero To Hello World 3. Components 4. Form Components 5. Validation and Conversion 6. Output Components 7. Facelets Templating 8. Backing Beans 9. Exception Handling 10. WebSocket Push 11. Custom Components 12. Search Expressions 13. Security 14. Localization 15. Extensions