Книга содержит исчерпывающие сведения по созданию веб-приложений на основе технологии JavaServer Faces (JSF). В ней показано, по какому принципу платформа JSF обеспечивает разделение дизайна страницы и логики приложения и как можно без особых затруднений реализовать веб-приложения, применяя заранее
JavaServer Faces
✍ Scribed by Hans Bergsten
- Publisher
- O'Reilly Media
- Year
- 2004
- Tongue
- English
- Leaves
- 624
- Edition
- 1st
- Category
- Library
No coin nor oath required. For personal study only.
✦ Synopsis
JavaServer Faces, or JSF, brings a component-based model to web application development that's similar to the model that's been used in standalone GUI applications for years. The technology builds on the experience gained from Java Servlets, JavaServer Pages, and numerous commercial and open source web application frameworks that simplify the development process. In JavaServer Faces, developers learn how to use this new framework to build real-world web applications. The book contains everything you'll need: how to construct the HTML on the front end; how to create the user interface components that connect the front end to your business objects; how to write a back-end that's JSF-friendly; and how to create the deployment descriptors that tie everything together. JavaServer Faces pays particular attention to simple tasks that are easily ignored, but crucial to any real application: working with tablular data, for example, or enabling and disabling buttons. And this book doesn't hide from the trickier issues, like creating custom components or creating renderers for different presentation layers. Whether you're experienced with JSF or a just starting out, you'll find everything you need to know about this technology in this book. Topics covered include: * The JSF environment * Creating and rendering components * Validating input * Handling user-generated events * Controlling page navigation * Working with tabular data * Internationalization * Integration between JSF and Struts * Developing custom renderers and custom components"
📜 SIMILAR VOLUMES
Книга содержит исчерпывающие сведения по созданию веб-приложений на основе технологии JavaServer Faces (JSF). В ней показано, по какому принципу платформа JSF обеспечивает разделение дизайна страницы и логики приложения и как можно без особых затруднений реализовать веб-приложения, применяя заранее
If you are new to JSF, this is not the first place to go searching-this book clearly does not use the hello world (learning) pattern to introduce you to this technology. You could get frustrated with the first 3 chapters especially if you do not have any swing or struts knowledge.That said, this boo
I was completely new to Java Server Faces before reading this book. It was an OK book, but I think the author could have done a better job explaining the topics. They do a lot of referencing you to forward chapters in the book which I thought was confusing. The examples skipped from really easy t
<P style="MARGIN: 0px">JavaServer Faces (JSF) is the standard Java EE technology for building web user interfaces. It provides a powerful framework for developing server-side applications, allowing you to cleanly separate visual presentation and application logic. JSF 2.0 is a major upgrade, which n