Cargando…

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,...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Leonard, Anghel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn882610644
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 140704s2014 enk o 001 0 eng d
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 
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 
029 1 |a AU@  |b 000062541880 
029 1 |a AU@  |b 000067099156 
029 1 |a CHNEW  |b 000887426 
029 1 |a CHVBK  |b 374463433 
029 1 |a DEBBG  |b BV042182197 
029 1 |a DEBBG  |b BV043608844 
029 1 |a DEBSZ  |b 417228740 
029 1 |a DEBSZ  |b 48472522X 
029 1 |a GBVCP  |b 882840398 
029 1 |a UKMGB  |b 018005629 
035 |a (OCoLC)882610644  |z (OCoLC)884966515  |z (OCoLC)888549592  |z (OCoLC)961681144  |z (OCoLC)962624476  |z (OCoLC)1259219074 
037 |a CL0500000459  |b Safari Books Online 
037 |a 49DB26F5-D3D1-479E-93C1-BA322212742F  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.625  |b M37 2004eb 
072 7 |a COM  |x 018000  |2 bisacsh 
082 0 4 |a 005.71262  |2 22 
049 |a UAMI 
100 1 |a Leonard, Anghel. 
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 
588 0 |a Print version record. 
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 
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 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
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 
650 6 |a Programmation Internet. 
650 6 |a Interfaces utilisateurs (Informatique) 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a User interfaces (Computer systems)  |2 fast  |0 (OCoLC)fst01163191 
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. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=805421  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781782176466/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26843723 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1674863 
938 |a ebrary  |b EBRY  |n ebr10887720 
938 |a EBSCOhost  |b EBSC  |n 805421 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28553565 
938 |a YBP Library Services  |b YANK  |n 11951079 
994 |a 92  |b IZTAP