can spring's AOP and IOC be used in a standalone application?
can spring's AOP and IOC be used in a standalone application?
Yes. You can load an XML file using one of the ApplicationContext classes for loading XML and away you go.Originally Posted by crimsondr