JBoss MicroKernel JBoss Server implications
JMX
All POJOs will be JMX manageable
An MBeanServer will be instantiated during the bootstrap.
The current
org.jboss.system
package will be maintained for backward compatibility, but the implementation will come from the new kernel.
Deployment
The package
org.jboss.deployment
will be replaced with the aspectized deployer.
The MainDeployer will be maintained for backwards compatibilty but will delegate to the aspectized deployer.
Clustering
The notion of singleton will be incorporated in the kernel
Additional metadata will allow a POJO to be configured on any node in the cluster
Configured attribute changes will be automatically replicated
Configured operations can be invoked on all nodes in the cluster
Services will be available in all nodes of the cluster using the cascading MBeanServer notion.
Roadmap
Referenced by:
Comments