Spring 3.0 Java Configuration in Maia
Maia 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.
Comments below can no longer be edited.
Taras Tielkes says:
May 25, 2009Hi Serega, what’s the plan for Spring 3.0 EL support?
serega.vasiliev says:
May 26, 2009Basic 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 : ))
Andrey says:
October 30, 2009Currently 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?