Skip to main content

Eclipse Web Tools Platform 3.4
New and Noteworthy

Back

JavaServer Faces Tools

JSF Annotations Support

    JSF annotations are now supported; all features available for a JSF artifact configured in a faces-config file are now also available for annotated artifacts (features include EL content-assist, validation, and hyperlinking to annotated class). The following annotations are supported: @ManagedBean, @ReferencedBean, @FacesConverter, @FacesValidator, @FacesComponent, @FacesRenderer, plus all @*Scoped annotations, including @CustomScoped.

    JSF Annotation Definition

    JSF Annotation Content-Assist

    Implicit navigation is now supported. It is no longer necessary to configure navigation rules and cases explicitly (although this is still fully supported) to be able to use such features as content-assist.

    Implicit Navigation Content-Assist

CDI Annotations Support

    Specific CDI annotations are now supported; all features available for a JSF managed bean configured in a faces-config file or via annotations are now also available for specific CDI-annotated artifacts (features include EL content-assist, validation, and hyperlinking to annotated class). The following annotations are supported: @Named and @Model, plus all @*Scoped annotations.

    CDI Annotation Definition

    CDI Annotation Content-Assist

WTP Logo Banner

Back to the top