Any one knows if Eclipse SpringIDE plug in supports using Java-based Spring Config instead of xml?
Asked
Active
Viewed 232 times
1 Answers
0
Yes, it does. Works very nicely, and a good deal faster than it is with XML configs.

skaffman
- 398,947
- 96
- 818
- 769
-
how can I choose the java spring config files as my config ? now I go to Project->Properties->Spring->Beans Support, I choose the "Config Files" tab and click on "Add", it only shows me xml configs, I tried changing the "Configuration file suffixes" and put java (instead of xml) and then I clicked "scan", I got a dialog saying "No entries available". What am I missing? – Charbel Mar 10 '11 at 15:33