Message Boards

Updated to 0.1.0

thumbnail
Ray Augé, modified 11 Years ago.

Updated to 0.1.0

Liferay Legend Posts: 1197 Join Date: 2/8/05 Recent Posts
I finished a major refactor.

There are several improvements:
- better debugging
- separate the OSGi dependency and isolate the bean code into arkadiko core jar
- push the OSGi code into a separate (optional) arkadiko osgi jar
- the service registry abstraction is an easily implemented interface
- beans are not wrapped or published by default (must match inclusion/exclusion rules instead)
- many small bug fixes

To be done:
- re-option to publish beans as services without dynamic wrapping (no service tracking proxy)
- handling of "waiting" dependencies (in the case where there is no current service, perhaps wait like Blueprint does?)
- more examples