I'm trying to use Spring AS 2.0 as the platform of my project.
Yet the project may split into base part and several modules, and will loading dynamically on runtime.
So, I need Spring AS can automatically load the context (MXML format) and autowire the fields.
Till now, I have no multi-module samples for Spring AS 2.0, and I've tried, seems the MXMLApplicationContext can not setChildContext? and the autowired metadata can not be used in module.
So, maybe anyone can tell me if the Spring AS 2.0 have the schedule of multi-module support, and when can we suppose to use this function point? Thank U.