Saturday, June 18, 2005
Face Up to Web Application Design Using JSF and MyFaces
JSF is different than most Java Web-application frameworks, such as Struts, which treat each page request as a single event. JSF pages are comprised of multiple components that can each trigger individual events. Each component represents one or more Web page elements capable of generating dynamic output or providing user input. In JSF parlance, an individual component such as a text box or a button is said to be a simple component. A compound component is one that is comprised of multiple elements such as a table. The JSF component model is similar to the component model that traditional non-Web MVC frameworks such as Swing use. One benefit of this component model is that it should foster the creation of development tools that allow user interface designers to drag and drop components into a layout. Then, after creating a visual layout of the components, the developer(s) can write event-handling code that will allow the view components to interact with the application model. This could allow for faster GUI creation for prototyping and while doing rapid application development (RAD)
Subscribe to:
Post Comments (Atom)
Popular Posts
- Spam king Adam Vitale busted by Secret Service
- Build Your Own PBX
- Make del.icio.us bookmarks
- Three Languages For Java Programmers to Learn
- Four Hundred Guru--Admin Alert: Moving Libraries Between i5/OS Partitions, Part 1
- Common Gateway Interface (CGI) on the as400 / iSeries
- Difference between SFLINZ and SFLCLR keyword?
- as400 commands and APIs you'll use for handling messages
- Recommended PHP reading list
- 10 Really as400 Helpful APIs
No comments:
Post a Comment