Oracle Logo

JavaServer Faces 2.3 Sample Application

 

JavaServer Faces 2.3 Sample Application

In the Java EE 8 platform, new features of JavaServer Faces technology include the following:

  • Direct support for WebSockets via the new <f:websocket> tag
  • Class-level bean validation via the new <f:validateWholeBean> tag
  • A CDI-compatible @ManagedProperty annotation
  • Enhanced component search expression framework
  • Java Time Support
  • Use CDI for evaluation of JSF specific EL implicit Objects
  • Support @Inject on JSF specific artifacts
  • UIData and <ui:repeat> supports Map and Iterable
  • ui:repeat condition check
  • CDI Replacement for @ManagedProperty
  • DataModel implementations can be registered
  • Ajax method invocation via the <h:commandScript> tag

Description of the Example

This sample project delivers you with a non-exhaustive list of smaller samples demonstrating additions that were done to JSF 2.3 which is part of JavaEE 8.

Use This Example