0

Any one knows if Eclipse SpringIDE plug in supports using Java-based Spring Config instead of xml?

skaffman
  • 398,947
  • 96
  • 818
  • 769
Charbel
  • 14,187
  • 12
  • 44
  • 66

1 Answers1

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