Cargando…

Spring Web Flow 2 Web development : master Spring's well-designed Web frameworks to develop powerful Web applications /

A practical guide to designing powerful web applications with the Spring Web Flow framework. This book is targeted at Java web application developers who want to work on Spring Web Flow. This book is a must-read for those who desire to bridge the gap between the popular web framework and the popular...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Luppken, Sven
Otros Autores: Masini, Luca, Liu, Xinyu, Stauble, Markus
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2009.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBSCO_ocn702373138
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 110217s2009 enka ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d E7B  |d IDEBK  |d OCLCQ  |d B24X7  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d OCLCA  |d NLGGC  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d MOR  |d CCO  |d PIFAG  |d OCLCQ  |d U3W  |d STF  |d WRM  |d VTS  |d COCUF  |d NLE  |d INT  |d AU@  |d OCLCQ  |d UKMGB  |d OCLCQ  |d M8D  |d UKAHL  |d HS0  |d UKCRE  |d VLY  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB747498  |2 bnb 
016 7 |a 018011556  |2 Uk 
019 |a 764550608  |a 765143253  |a 778310638  |a 815772504  |a 823120662  |a 904590810  |a 961562895  |a 962626429  |a 988459802  |a 991914009  |a 1037757993  |a 1038608949  |a 1058134290  |a 1153539638  |a 1162193041  |a 1241965812  |a 1290070789  |a 1300688340 
020 |a 9781847195432  |q (electronic bk.) 
020 |a 1847195431  |q (electronic bk.) 
020 |a 1282063251 
020 |a 9781282063259 
020 |a 9786612063251 
020 |a 6612063254 
020 |z 9781847195425 
020 |z 1847195423 
029 1 |a DEBBG  |b BV043070638 
029 1 |a DEBSZ  |b 372694160 
029 1 |a DEBSZ  |b 421643757 
029 1 |a NZ1  |b 13870193 
029 1 |a UKMGB  |b 018011556 
035 |a (OCoLC)702373138  |z (OCoLC)764550608  |z (OCoLC)765143253  |z (OCoLC)778310638  |z (OCoLC)815772504  |z (OCoLC)823120662  |z (OCoLC)904590810  |z (OCoLC)961562895  |z (OCoLC)962626429  |z (OCoLC)988459802  |z (OCoLC)991914009  |z (OCoLC)1037757993  |z (OCoLC)1038608949  |z (OCoLC)1058134290  |z (OCoLC)1153539638  |z (OCoLC)1162193041  |z (OCoLC)1241965812  |z (OCoLC)1290070789  |z (OCoLC)1300688340 
037 |a 9781847195432  |b Packt Publishing Pvt. Ltd 
050 4 |a QA76.73.J38  |b L87 2009eb 
072 7 |a COM  |x 051070  |2 bisacsh 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a UGB  |2 bicssc 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Luppken, Sven. 
245 1 0 |a Spring Web Flow 2 Web development :  |b master Spring's well-designed Web frameworks to develop powerful Web applications /  |c Sven Luppken, Markus Stauble ; [reviewers, Luca Masini, Xinyu Liu]. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c ©2009. 
300 |a 1 online resource (v, 254 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 
490 1 |a From technologies to solutions 
504 |a Includes bibliographical references and index. 
588 0 |a Print version record. 
520 |a A practical guide to designing powerful web applications with the Spring Web Flow framework. This book is targeted at Java web application developers who want to work on Spring Web Flow. This book is a must-read for those who desire to bridge the gap between the popular web framework and the popular application framework. It requires prior knowledge of the Spring framework, but no prior knowledge of Spring Web Flow. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; Table of Contents; Preface; Chapter 1: Introduction; Three cornerstones: Spring, Spring MVC, and Spring Web Flow; Spring Framework; Spring MVC; Spring Web Flow; What is Spring Web Flow; The elements of Spring Web Flow: flow, view, and conversation; Flow; View; Conversation; The Spring Web Flow elements: an example; The new major release: Spring Web Flow 2.0; Spring Web Flow; Spring Faces; Spring JavaScript; Spring Binding; Introduction to a new version; Automatic model binding; Support for a new expression language 
505 8 |a Flash scope is now a real flash scopeSpring Faces; Flow managed persistence; External redirects; Summary; Chapter 2: Setup for Spring Web Flow 2; Installation of Spring Web Flow 2; Inside the distribution; The examples inside the distribution; Building the examples from the source code; Installing the examples on your local machine; Support for developers; Build systems; Ant; Maven; IDE; Eclipse and Spring IDE; NetBeans; A sample for a quick start; Overview over the example; The basics; Building the service and database layer; The web.xml file; Dependencies; Summary 
505 8 |a Chapter 3: The Basics of Spring Web Flow 2Elements of a flow; The entry point to the flow; Section head; Section data; The metadata of a flow; Section input; Programming in a flow; The scopes; The flow instance variables; Assign a value to a scope variable; Access the value of a scope; Inputs; The states; The start-state; The action-state and execution of business logic; The view-state; The decision-state; The subflow-state; The end-state; The exit point; Section footer; global-transitions: Global handling of events; on-end: Execution of actions at the end of the flow 
505 8 |a Output: Output of the flowexception-handler: Exceptions between the execution of a flow; bean-import: Declaring beans for a flow; Internals of building a flow; Configuration; FlowRegistry; FlowExecutor; Flow Executor Listeners; Internals of the Webflow Configuration; Inheritance inside a flow definition; Inheritance for flows; Inheritance for states; Merge or no merge; The complete flow for the example; Summary; Chapter 4: Spring Faces; Enabling Spring Faces support; Inside the Facelets technology; The ResourceServlet; Internals of the ResourceServlet; Configuration of the application context 
505 8 |a Using Spring FacesOverview of all tags of the Spring Faces tag library; A complete example; Creating the input page; Handling of errors; Reflecting the actions of the buttons into the flow definition file; Showing the results; Integration with other JavaServer Faces component libraries; Integration with JBoss RichFaces; Integration with Apache MyFaces Trinidad; Summary; Chapter 5: Mastering Spring Web Flow; Subflows; Spring JavaScript; What is AJAX?; Installing Spring JavaScript; The first example with Spring JavaScript; Apache Tiles integration; Tiles and AJAX; The Web Flow configuration 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Java (Computer program language) 
650 0 |a Application software  |x Development. 
650 6 |a Java (Langage de programmation) 
650 6 |a Logiciels d'application  |x Développement. 
650 7 |a COMPUTERS  |x Programming Languages  |x C++  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a Application software  |x Development  |2 fast 
650 7 |a Java (Computer program language)  |2 fast 
700 1 |a Masini, Luca. 
700 1 |a Liu, Xinyu. 
700 1 |a Stauble, Markus. 
776 0 8 |i Print version:  |a Luppken, Sven.  |t Spring Web Flow 2 Web development.  |d Birmingham, U.K. : Packt Publishing Ltd., ©2009  |z 9781847195425  |w (OCoLC)326709500 
830 0 |a From technologies to solutions. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=351725  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26942682 
938 |a Books 24x7  |b B247  |n bks00030724 
938 |a ebrary  |b EBRY  |n ebr10442985 
938 |a EBSCOhost  |b EBSC  |n 351725 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 206325 
938 |a YBP Library Services  |b YANK  |n 3605032 
994 |a 92  |b IZTAP