|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
OR_ocn898028359 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
141211s2014 nyua o 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e rda
|e pn
|c N$T
|d N$T
|d GW5XE
|d YDXCP
|d CDX
|d UPM
|d UMI
|d E7B
|d COO
|d OCLCF
|d B24X7
|d IDEBK
|d DEBBG
|d OCLCO
|d EBLCP
|d Z5A
|d LIV
|d MERUC
|d ESU
|d OCLCQ
|d VT2
|d IOG
|d OCLCO
|d REB
|d VLB
|d CEF
|d DEHBZ
|d OCLCQ
|d OCLCO
|d INT
|d U3W
|d OCLCQ
|d OCLCO
|d WYU
|d YOU
|d OCLCQ
|d OCLCO
|d UAB
|d UKAHL
|d OCLCQ
|d OCLCO
|d DCT
|d ERF
|d OCLCQ
|d WURST
|d UK7LJ
|d SFB
|d DST
|d OCLCO
|d OCLCQ
|d OCL
|d OCLCO
|
019 |
|
|
|a 899275784
|a 900639845
|a 908082677
|a 1005778671
|a 1026465090
|a 1048148559
|a 1066564933
|a 1066603799
|a 1086561779
|a 1110826903
|a 1112529733
|a 1129338840
|a 1153023101
|a 1160967924
|a 1295607920
|a 1300578537
|a 1303362788
|
020 |
|
|
|a 9781484208380
|q (electronic bk.)
|
020 |
|
|
|a 1484208382
|q (electronic bk.)
|
020 |
|
|
|z 9781484208397
|
020 |
|
|
|z 1484208390
|
024 |
7 |
|
|a 10.1007/978-1-4842-0838-0
|2 doi
|
029 |
1 |
|
|a AU@
|b 000056051652
|
029 |
1 |
|
|a CHNEW
|b 000890520
|
029 |
1 |
|
|a CHVBK
|b 374492379
|
029 |
1 |
|
|a DEBBG
|b BV042490886
|
029 |
1 |
|
|a DEBBG
|b BV043617716
|
029 |
1 |
|
|a DEBSZ
|b 434840637
|
029 |
1 |
|
|a GBVCP
|b 882844644
|
029 |
1 |
|
|a NLGGC
|b 386006903
|
029 |
1 |
|
|a AU@
|b 000067112051
|
035 |
|
|
|a (OCoLC)898028359
|z (OCoLC)899275784
|z (OCoLC)900639845
|z (OCoLC)908082677
|z (OCoLC)1005778671
|z (OCoLC)1026465090
|z (OCoLC)1048148559
|z (OCoLC)1066564933
|z (OCoLC)1066603799
|z (OCoLC)1086561779
|z (OCoLC)1110826903
|z (OCoLC)1112529733
|z (OCoLC)1129338840
|z (OCoLC)1153023101
|z (OCoLC)1160967924
|z (OCoLC)1295607920
|z (OCoLC)1300578537
|z (OCoLC)1303362788
|
037 |
|
|
|a CL0500000537
|b Safari Books Online
|
050 |
|
4 |
|a TK5105.8885.J38
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
072 |
|
7 |
|a UY
|2 bicssc
|
082 |
0 |
4 |
|a 006.7/8
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Juneau, Josh,
|e author.
|
245 |
1 |
0 |
|a JavaServer faces :
|b introduction by example /
|c Josh Juneau.
|
264 |
|
1 |
|a Berkeley, CA :
|b Apress,
|c 2014.
|
264 |
|
2 |
|a New York, NY :
|b Distributed to the Book trade worldwide by Springer
|
264 |
|
4 |
|c ©2014
|
300 |
|
|
|a 1 online resource (xvi, 352 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|b PDF
|2 rda
|
490 |
1 |
|
|a The expert's voice in Java
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Online resource; title from PDF title page (SpringerLink, viewed December 29, 2014).
|
520 |
|
|
|a This book is about using JavaServer Faces to create and deploy interactive applications delivered to end users via a browser interface. JavaServer Faces is the component-based technology enabling easy development of such applications, especially applications of the type commonly needed in enterprise environments. JavaServerFaces: Introduction by Example is a to-the-point, 250-page introduction to an important technology that every Java Enterprise Edition programmer should know and be able to use. JavaServer Faces: Introduction by Example takes you through building and deploying servlet-based web pages built around JavaServer Faces, Facelets, managed Java Beans, and prebuilt user-interface components. You'll learn to build user interfaces that run in the browser, to display data drawn from corporate databases, accept user input, deal with errors and exceptions, and more. JavaServer Faces is an important user-interface technology for any Java developer to learn who works in an enterprise environment. JavaServer Faces: Introduction by Example is your no-nonsense guide to getting started right away in taking advantage of the technology's component-driven approach. Introduces servlets, which are the basis for JavaServer Faces applications Covers development and deployment of user interfaces in the browser Demonstrates advanced techniques such as the use of AJAX.
|
505 |
0 |
|
|a At a Glance; Chapter 1: Introduction to Servlets; Setting Up a Java Enterprise Environment; Example; Explanation; Developing Your First Servlet; Example; Explanation; How to Package, Compile, and Deploy a Servlet; Example; Explanation; Registering Servlets Without WEB-XML; Example; Explanation; Displaying Dynamic Content with a Servlet; Example; Explanation; Handling Requests and Responses; Example; Explanation; Listening for Servlet Container Events; Example; Explanation; Setting Initialization Parameters; Example #1; Example #2; Explanation; Filtering Web Requests; Example.
|
505 |
8 |
|
|a How It WorksListening for Attribute Changes; Explanation; Applying a Listener to a Session; Example; Explanation; Managing Session Attributes; Example; How It Works; Downloading a File Using a Servlet; Example; Explanation; Dispatching Requests; Example; Explanation; Redirecting to Another Application or Site; Example; Explanation; Utilizing Cookies Within the Browser Securely; Example; Explanation; Finalizing Servlet Tasks; Example; Explanation; Reading and Writing with Nonblocking I/O; Example; Explanation; Chapter 2: JavaServer Pages; Development of a Simple JSP Page; Example; Explanation.
|
505 |
8 |
|
|a Embedding Java into a JSP PageExample; Explanation; Separating Business Logic from View Code; Example; Explanation; Yielding or Setting Values; Example; Explanation; Invoking a Function in a Conditional Expression; Example; Explanation; Creating a JSP Document; Example; Explanation; Embedding Expressions in EL; Example; Explanation; Accessing Parameters in Multiple Pages; Example; Explanation; Creating a Custom JSP Tag; Example; Explanation; Including Other JSPs into a Page; Example; Explanation; Creating an Input Form for a Database Record; Example; Explanation.
|
505 |
8 |
|
|a Looping Through Database Records Within a PageExample; Explanation; Handling JSP Errors; Example; Explanation; Disabling Scriptlets in Pages; Example; Explanation; Ignoring EL in Pages; Example #1; Example #2; Example #3; Explanation; Chapter 3: The Basics of JavaServer Faces; Writing a Simple JSF Application; Example #1; Displaying a JSF Managed Bean Field Value; Examining the JSF Managed Bean; Ensuring the JSF Application Functions Properly in a Pre-JSF 2.0 Environment; Example #2; Explanation; Breaking Down a JSF Application; Writing a Managed Bean; Example; JSF View; Explanation; Scopes.
|
505 |
8 |
|
|a Building Sophisticated JSF Views with ComponentsExample; Explanation; Displaying Messages in JSF Pages; Example; Explanation; Navigation Based Upon Conditions; Example; Explanation; Updating Messages Without Recompiling; Example; Explanation; Validating User Input; Example; Explanation; Evaluation of Page Expressions Immediately; Example; Explanation; Passing Page Parameters to Methods; Example; Explanation; Arithmetic and Reserved Words in Expressions; Example; Explanation; Creating Bookmarkable URLs; Example; Explanation; Displaying Lists of Objects; Example; Explanation.
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a JavaServer pages.
|
630 |
0 |
7 |
|a JavaServer pages
|2 fast
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Software engineering.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Génie logiciel.
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Software engineering
|2 fast
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
653 |
0 |
0 |
|a computerwetenschappen
|
653 |
0 |
0 |
|a computer sciences
|
653 |
1 |
0 |
|a Information and Communication Technology (General)
|
653 |
1 |
0 |
|a Informatie- en communicatietechnologie (algemeen)
|
776 |
0 |
8 |
|i Print version:
|a Juneau, Josh.
|t JavaServer faces.
|d Berkeley, CA : Apress, 2014
|z 1484208390
|z 9781484208397
|w (OCoLC)894301463
|
830 |
|
0 |
|a Expert's voice in Java.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781484208380/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29490615
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00077648
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 29972817
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1964909
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10997607
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 924822
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis30319241
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12205844
|
994 |
|
|
|a 92
|b IZTAP
|