Posts Tagged ‘Web Beans’

WebBeans Inspections in Maia

Thursday, April 23rd, 2009

IntelliJ IDEA code analyzer will be extended with WebBeans-specific inspections in the upcoming Maia release:



Here’s the example of how they work:

Web Beans Project Structure in Maia

Monday, April 6th, 2009

IntelliJ IDEA can help you to analyze and quickly navigate to components in your Web Beans project via dedicated tool window that shows custom annotations grouped by type.

Web Beans Project Structure

Smart WebBeans Event Model Navigation in Maia

Wednesday, March 18th, 2009

WebBeans event producers raise events that are then delivered to event observers. IntelliJ IDEA analyzes producer event binding types and helps to navigate to related observers and vice versa.



This feature will be available to try when Maia EAP goes public.

@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:

WebBeans (JSR-299) Binding Navigation in IntelliJ IDEA 9 (Maia)

Tuesday, March 10th, 2009

IntelliJ IDEA 9 will bring you the full support for WebBeans (JSR-299). The work is already in progress and some useful features will be available in the upcoming EAP releases.

One of them is field injection analysis with navigation to injected WebBeans. Have a look at the example to see how it works.

Here’s where we are:

Before


And this where we jump:

After