Posts Tagged ‘JSF 2.0’

New JSF 2.0 Features in Maia

Wednesday, October 21st, 2009

You are welcome to try new JSF 2.0 support features in upcoming Maia EAP:

1. Improved template support:

2. ActionSources and ValueHolders:

3. Targets attribute of composite components:

4. Extended support for EL in composite components implementation; and more.

Writing JSF 2.0 Composite Components in Maia

Friday, July 17th, 2009

IntelliJ IDEA 9 brings you powerful support for JSF 2.0 composite components development:

  • Code completion
  • Refactorings
  • Usage search and more.

It also introduces a Quick Fix Driven Development approach which gives you a great opportunity to quickly familiarize with the new JSF 2.0 features. See this demo for details.


For more JSF 2.0 examples you can visit Jim Driscoll’s blog.

JSF 2.0 Resource Handlers Support in Maia

Tuesday, July 7th, 2009

Maia supports JSF 2.0 mechanism for defining and accessing resources (described by David Geary in his article), and provides code completion, syntax and error highlighting, plus usage search and refactorings for it.

JSF 2.0 Navigation Facilities in Maia

Tuesday, July 7th, 2009

Maia provides support for JSF 2.0 simplified navigation rules — a direct way of navigation to beans from jsf pages. Also, it includes a number of coding assistance features:

  • Completion for neighbor pages and absolute paths
  • Usage search
  • Rename refactoring

JSF 2.0 Managed Beans in Maia

Friday, July 3rd, 2009

Maia lets you reference JSF 2.0 managed beans directly from Java code and provides completion, usage search and core refactorings for them.

JSF 2.0 @ResourceDependency Annotations in Maia

Tuesday, April 28th, 2009

@ResourceDependencies and @ResourceDependency annotations are supported in Maia through code completion, usage search and rename for resource files:

Maia and JSF-2.0

Monday, April 27th, 2009

Upcoming version of IntelliJ IDEA, Maia is capable of aggregating all JSF-related configurations in a single place, letting you easily analyze and quickly navigate to both annotated and xml’ed elements via dedicated tool window.

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.