JBoss jBPM visual designer plugin
Friday, March 5th, 2010We are glad to announce the first release of JBoss jBPM plugin with:



We are glad to announce the first release of JBoss jBPM plugin with:



Since the latest IntelliJ IDEA 9.0.2 EAP the IDE contains a bit of new Maven-related pom.xml editor features.
1. Easier Navigation



2. Smarter Paths
‘Path reference’ notion were added to the editor to enhance the code completion, usages search and rename refactoring of project paths.

3. More intelligent plugins configuration
IntelliJ IDEA analyses plugin parameter types and adds smart value editors for plugin configuration tags.

You feedback is as always highly appreciated.
Try the last EAP of IntelliJ IDEA 9.0.2 to test new ‘Generate’ actions for Maven pom.xml editor. Type “Alt+Insert” to invoke the “Generate…” popup menu and select an action to run.
IntelliJ IDEA actually runs live template inside to complete the code generation


Let us know what you think about.
With IntelliJ IDEA 9.0.2 you can enjoy editing web.xml with the new initial parameters support. IntelliJ IDEA now collects parameter names and is also aware of parameter values types. This allows the IDE to generate (with Alt-Insert), complete, highlight and validate them appropriately.

Grab the latest EAP of IntelliJ IDEA 9.0.2 to try it today.
If you are a plugin writer, you can provide your specific context parameters through the special com.intellij.javaee.model.xml.converters.ContextParamsProvider extention point.
Contexts and Dependency Injection (JSR-299) support in Maia has been significantly improved.
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.
Upcoming IntelliJ IDEA version, Maia brings you initial support for Spring Security 3.0, that includes:
In Maia you can quickly analyze Spring Bean dependencies: just press Ctrl+Alt+Shift+U while editing Spring application context or invoke pop-up menu on a Spring bean. The quick pop-up view displays selected bean with all its dependencies (including external files), to which you can easily navigate by double-clicking diagram elements.
Click thumbnail to view larger image.
IntelliJ IDEA 9 brings you powerful support for JSF 2.0 composite components development:
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.