Hi there,
I've tested the multi-module solution. And I thought it's:
A. Simple to config and easy to use;
B. Event bus can connect to each part seamlessly now;
C. Can auto wire the...
Type: Posts; User: Regular; Keyword(s):
Hi there,
I've tested the multi-module solution. And I thought it's:
A. Simple to config and easy to use;
B. Event bus can connect to each part seamlessly now;
C. Can auto wire the...
In my testing
X. parentApplicationContext.addChildContext(childMXMLApplicationContext.applicationContext)
IS OK, but MUST be moved to the event on child context completed.
And autowired...
Project source codes.4455
OK, after about 1 day of testing and debuging. Finally I've done a workaround of the multi-module context applying.
And also opened the EventBus between modules.
1st, [Autowired] metadata CANNOT...
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...
This sample can mix AOP / IoC / OSGi together.
So, as shorter as possible.
The startup.bat is as:
java -Dosgi.compatibility.bootdelegation=true -cp...