Author Archive

JBoss jBPM visual designer plugin

Friday, March 5th, 2010

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

  • Visual designer for jpdl files with DnD, usages search, rename and inplace editing
  • Completion, navigation, refactorings and highlighting inside jpdl xml editor
  • Links to processes from class files
  • Maven pom.xml editor new features

    Thursday, March 4th, 2010

    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

    • You can navigate to “Dependency usages” from “dependencyManagement” of your parent pom.xml:
      and back:
    • You can navigate through projects tree

    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.

    Maven Generate actions for pom.xml editor

    Wednesday, March 3rd, 2010

    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

    Generate action for pom.xml

    Let us know what you think about.

    More intelligence for web.xml editor

    Wednesday, March 3rd, 2010

    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.

    web.xml context-param completion

    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.

    CDI (JSR-299) Run with me…

    Thursday, November 19th, 2009

    Contexts and Dependency Injection (JSR-299) support in Maia has been significantly improved.

    • Reworked tool window:

    • New code inspections:
      • Injection points inconsistency. Detects Injection Points with ambiguous and unsatisfied dependencies
      • @Typed annotation errors.

      • Unproxyable bean types inconsistency.

      • And more:
    • Improved Rename refactoring for @Named beans
    • Better navigation to @Typed beans
    • Enhanced dependencies diagram, and more.

    Web Beans (JSR-299): Dependency Injection Diagram

    Thursday, November 12th, 2009

    Maia gives you an easy way of analyzing Web Bean class dependencies — just invoke a pop-up menu on any class in your editor. (more…)

    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.

    Spring Security 3.0 in Maia

    Tuesday, August 11th, 2009

    Upcoming IntelliJ IDEA version, Maia brings you initial support for Spring Security 3.0, that includes:

    • Code completion

    • Formatting, syntax and error highlighting
    • Advanced usage search

    Quick Analysis of Spring Bean Dependencies

    Monday, August 3rd, 2009

    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.

    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.