Posts Tagged ‘JSF’

JSF 2.0 Managed Beans in Maia

Tuesday, April 14th, 2009

Maia supports JSF 2.0 annotated Managed Beans with code completion, rename refactoring, usage search, goto declaration, and the others.

Configure JSF Navigation Rules Without Typing

Tuesday, March 17th, 2009

With IntelliJ IDEA you can easily configure navigation rules in faces-config files without making a lot of tedious typing. Just open a faces configuration file, select the Navigation tab, and then drag pages from project tree and drop them to the graph.

Added pages can be linked with mouse — just draw a line from one page to another.

@Named WebBeans (JSR-299) Support in IntelliJ IDEA 9 (Maia)

Wednesday, March 11th, 2009

@Named Web Beans references may be used in Unified EL expressions on a JSP or JSF page. @Named Beans support includes code completion, usage search, rename refactoring, go to declaration, and more.

Find usages of @Named Web Bean in JSF EL: