Mastering JavaServer Faces 2.2 : master the art of implementing user interfaces with JSF 2.2 /

A homogenous guide integrating the features of JSF 2.x (2.0, 2.1 and 2.2), following a "learning through examples" paradigm with its main focus on the advanced concepts of JSF. If you are a web developer who uses JSF, this is the book for you. Catering to an intermediate-advanced audience,...

Full description

Saved in:
Bibliographic Details
Main Author: Leonard, Anghel
Format: Electronic eBook
Language:English
Published: Birmingham : Packt Publishing, 2014.
Subjects:
Online Access: Full text (MFA users only)
ISBN:9781782176473
1782176470
130690272X
9781306902724
Local Note:ProQuest Ebook Central

MARC

LEADER 00000cam a2200000 a 4500
001 m4137932
005 20250425213017.0
006 m o d
007 cr cnu---unuuu
008 140704s2014 enk o 001 0 eng d
016 7 |a 018005629  |2 Uk 
019 |a 884966515  |a 888549592  |a 961681144  |a 962624476  |a 1259219074 
020 |a 9781782176473  |q (electronic bk.) 
020 |a 1782176470  |q (electronic bk.) 
020 |a 130690272X  |q (electronic bk.) 
020 |a 9781306902724  |q (electronic bk.) 
020 |z 1782176462 
020 |z 9781782176466 
035 |a (OCoLC)882610644  |z (OCoLC)884966515  |z (OCoLC)888549592  |z (OCoLC)961681144  |z (OCoLC)962624476  |z (OCoLC)1259219074 
035 |a (OCoLC)ocn882610644 
037 |a CL0500000459  |b Safari Books Online 
037 |a 49DB26F5-D3D1-479E-93C1-BA322212742F  |b OverDrive, Inc.  |n http://www.overdrive.com 
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d N$T  |d OCLCO  |d MHW  |d E7B  |d UMI  |d OCLCQ  |d DEBBG  |d DEBSZ  |d YDXCP  |d COO  |d TEFOD  |d OCLCQ  |d K6U  |d AGLDB  |d OCLCQ  |d ICA  |d OCLCQ  |d CCO  |d PIFFA  |d FVL  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d REB  |d D6H  |d STF  |d OCLCF  |d VTS  |d CEF  |d ICG  |d INT  |d VT2  |d UKMGB  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL  |d UEJ  |d OCLCO  |d OCLCQ  |d DSC 
050 4 |a QA76.625  |b M37 2004eb 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.71262  |2 22 
100 1 |a Leonard, Anghel.  |1 https://id.oclc.org/worldcat/entity/E39PCjMgCfdycFRjqMpfF3Rjbq 
245 1 0 |a Mastering JavaServer Faces 2.2 :  |b master the art of implementing user interfaces with JSF 2.2 /  |c Anghel Leonard. 
260 |a Birmingham :  |b Packt Publishing,  |c 2014. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
490 1 |a Community experience distilled 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Dynamic Access to JSF Application Data through Expression Language (EL 3.0); EL syntax; EL operators; EL precedence of operators; EL reserved words; EL immediate and deferred evaluation; EL value expressions; Referencing a managed bean; Referencing a managed bean's properties; Referencing a managed bean's nested properties; Referencing Java SE enumerated types; Referencing collections; EL implicit objects; EL method expressions; The conditional text in JSF 
505 8 |a Writing a custom EL resolverEL 3.0 overview; Working with the assignment operator; Working with the string concatenation operator; Working with the semicolon operator; Exploring lambda expressions; Working with collection objects; Summary; Chapter 2: Communication in JSF; Passing and getting parameters; Using context parameters; Passing request parameters with the tag; Working with view parameters; Calling actions on GET requests; Passing attributes with the tag; Setting property values via action listeners; Passing parameters using the Flash scope 
505 8 |a Replacing the tag with the JSTL tagSending data through cookies; Working with hidden fields; Sending passwords; Accessing UI component attributes programmatically; Passing parameters via method expressions; Communicating via the binding attribute; Managed bean communication; Injecting a managed bean into another bean; Communication between managed beans using the application/session map; Accessing other managed beans programmatically; Summary; Chapter 3: JSF Scopes -- Lifespan and Use in Managed Beans Communication; JSF scopes versus CDI scopes; The request scope 
505 8 |a The session scopeThe view scope; The application scope; The conversation scope; The flow scope; The simple flow; Flows with beans; Nested flows; Configuring flows programmatically; Flows and navigation cases; Inspecting flow navigation cases; Using the initializer and finalizer; Using the flow switch; Packaging flows; Programmatic flow scope; Dependent pseudo-scope; The none scope; The custom scope; Writing the custom scope class; Resolving a custom scope EL expression; Controlling the custom scope lifespan with action listeners 
505 8 |a Controlling the custom scope lifespan with the navigation handlerManaged bean instantiation; Beans injection; Summary; Chapter 4: JSF Configurations Using XML Files and Annotations -- Part 1; JSF 2.2 new namespaces; JSF 2.2 programmatic configuration; Configuring managed beans in XML; Working with multiple configuration files; Configuring locales and resource bundles; Configuring validators and converters; Configuring navigation; Implicit navigation; Conditional navigation; Preemptive navigation; Programmatic Navigation; Configuring action listeners; Application action listeners 
520 |a A homogenous guide integrating the features of JSF 2.x (2.0, 2.1 and 2.2), following a "learning through examples" paradigm with its main focus on the advanced concepts of JSF. If you are a web developer who uses JSF, this is the book for you. Catering to an intermediate-advanced audience, the book assumes you have fundamental knowledge of JSF. It is intended for the developer who wants to improve their skills with the combined power of JSF 2.0, 2.1, and 2.2 
588 0 |a Print version record. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a JavaServer Faces (Computer file) 
650 0 |a Internet programming. 
650 0 |a User interfaces (Computer systems) 
650 2 |a User-Computer Interface 
655 0 |a Electronic books. 
758 |i has work:  |a Mastering JavaServer Faces 2.2 (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGYqrR9ryxjD7Bf8JVfkcK  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |a Leonard, Anghel.  |t Mastering JavaServer Faces 2.2.  |d Packt Publishing 2014  |z 130690272X 
830 0 |a Community experience distilled. 
951 |a 4137932 
999 f f |i 999a1b83-f399-59f8-be64-b08124d5c0d2  |s c2e3845e-653d-5729-bdc5-46ef8381b6d7  |t 0 
952 f f |a Museum of Fine Arts  |b Museum of Fine Arts  |c MFA Library  |d Electronic Collection  |t 0  |e ProQuest  |h Other scheme 
856 4 0 |t 0  |u https://ebookcentral.proquest.com/lib/mfa/detail.action?docID=1674863  |y Full text (MFA users only)