The 1.0M6 release includes a major reworking of the shared service registry and proxying mechanisms, a new Spring namespace for importing and exporting services, and enhancements to the dynamic reloading of modules.
The headline improvements include the following.
- Configuration of Impala services is now much simpler, as a new Spring 'service' namespace has been provided for easily exporting and importing services.
- Service export and import can now be done not only by name but also by type or by custom attributes, the latter using a model similar to that used in OSGi.
- Impala's mechanism for proxying services obtained from the service registry has improved, and is now more easily configurable.
- It is now possible to export and import Impala services without having to specify an interface - proxying of the service implementation class is now also supported.
- Impala now supports exporting and importing services based on Spring beans which are not singletons or not created using non-singleton Factory beans. It does this in a way that is totally transparent to users of the services, effectively allowing clients to treat all beans as singletons.
- Impala now provides implementations of java.util.List and java.util.Map, dynamically backed by beans imported from the service registry.
For more information on this release see
http://code.google.com/p/impala/wiki/Release1_0M6Announcement.
No comments:
Post a Comment