Sections:
|
JSF Jump Start July 24-25, 2007 Atlanta
Download JSF
Sun Reference Implementation (RI)
Apache myFaces
Apache Tomahawk Tag Library
JSF Reference
JSF 1.1 Tag Library
JSF 1.1 API
JSF Resources
JSF FAQ JSF Tutorials JSF Central
Tips for Success
Use Wrapper Types vs. Primitives in Managed Beans
Use wrapper types (Integer, Long) rather than primitives (int, long) for all your getters and setters in managed beans. JSF likes nullable references. JSF Cookbook
How To set selected tree node public void processAction(ActionEvent event) throws AbortProcessingException { Two techniques for lazy loading of tree nodes
Performance
Who says JSF won't scale?
Automated Test
JavaServer Faces Technology Extensions - JavaServer Faces Technology Extensions
jsf-extensions.dev.java.net/nonav/mvn/ Sun's JSF implementation uses Cactus, JUnit, and HTMLUnit for its automated testing. We have extracted the testing framework from Sun's JSF implementation codebase and now offer it in this project. |