what would you prefer for your configuration?
transactional best for annotations...?
xml based best because of visibility and gives the outline...?
how about the pros & cons...? metadata? time compiling? and other aspects that may help us to develop vast features Spring Applications...
XML based
- external configuration files
OR
Annotations
- source code level configuration
OR
MIX (Usage: maybe XML > Annotations or Annotations > XML)
- somewhere in the configuration that best for xml and annotations
my opinion is the two configuration files are different in a way that the annotations are compile time and xml based is run time... but main goals are the same...



Reply With Quote
