In a previous project we saw how to create a Weblogic basic web project. Based on this we will create a very basic view with JSF.
JSF has some advantages:
- Clean Cross browsing: we can forget styles and javascript, and navigator sigularities.
- Encapsulates the view components
- It is XML, then is text, then is always editable.
- Standards based = XHTML + JavaScript + JSP + Java (JEE5+)
- Some libraries (oracle-ADF, richfaces, icefaces) allow Rich Inernet Applications development.