Spring 3.0 Java Configuration in Maia
May 25th, 2009 by serega.vasilievMaia supports Spring 3.0 Java Configuration via:
- Usage search and Rename refactoring:
- Code completion:
- Syntax and error highlighting:
You can also search java-configured beans using Search by symbol action, view beans on Spring dependency diagram and more.

May 25th, 2009 at 2:01 pm
Hi Serega, what’s the plan for Spring 3.0 EL support?
May 26th, 2009 at 2:34 am
Basic El is injected in xml-configs. Java specific EL injection(@Value annotation, for instance) will be added in the next eap builds. Specific EL constructions support (like “T(java.math.RoundingMode).CEILING < T(java.math.RoundingMode).FLOOR”") is “in development” stage : ))
October 30th, 2009 at 7:45 am
Currently I see that xml configuration doesn’t take Annotation configuration in consideration.
I have bean configured via annotaion, but in my context.xml its usage is red.
Am I missing something or it just not yet there?