Web technologies -- Laboratory 9 -- 2007-2008 -- info.uvt.ro
Navigation
edit- Web technologies -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 1 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 2 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 3 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 4 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 5 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 6 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 7 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 8 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 9 -- 2007-2008 -- info.uvt.ro
- Web technologies -- Laboratory 10 -- 2007-2008 -- info.uvt.ro
JSF -- JavaServer Faces
editReferences
editDocumentation, tutorials, articles
edit- Java EE 5 Tutorial
- ICEfaces resources
- A first look at JavaServer Faces, Part 1
- A first look at JavaServer Faces, Part 2
Discussion points
edit- JSF is a standard that defines:
- an API for components, events, validation, navigation, etc.;
- a set of UI components;
- a set of JSP tag libraries;
- an unified expression language;
- it is a web application framework;
- it is used to build RIAs (Rich Internet Applications)
- it focuses on web-based user interfaces;
- it uses a component based approach;
- most implementations are based on AJAX;
- uses the JavaBean technology;
- has support for validators;
- the JSF lifecycle [1];
Ciprian Dorin Craciun, 2007-12-06, ccraciun@info.uvt.ro