JSF 2.0: A Whirlwind Tour |
Click on one of the following links.
- test.jsf
Static navigation: simple test case to see if
the app is deployed properly and JSF 2.0 is working on this server.
- health-plan-signup-1.jsf
Dynamic navigation with default mappings of outcomes to results pages.
- health-plan-signup-2.jsf
Dynamic navigation with explicit mappings of outcomes to results pages.
- bank-lookup.jsf
Use of beans for request parameters (separate results pages).
Note that the three legal ids are
id001, id002, and id003. The password is "secret" (no quotes) in all three cases.
- bank-lookup-ajax.jsf
Use of beans for request parameters (results in the same page via Ajax).
All code from the
coreservlets.com J2EE tutorials (servlets, JSP, Struts, JSF, Ajax, GWT, Spring, Hibernate, JPA,
& Java 6 programming). There are also live instructor-led
training courses on
the same J2EE topics (servlets, JSP, Struts, JSF, Ajax, GWT, Spring, Hibernate, JPA,
& Java 6 programming).