Date: 2003-12-24T13:31:44 Editor: 63.240.163.227 <> Wiki: Apache Geronimo Wiki Page: MicroKernel URL: http://wiki.apache.org/geronimo/MicroKernel
no comment Change Log: ------------------------------------------------------------------------------ @@ -1,6 +1,6 @@ = Overview = -A MicroKernel is a way to bind services in a common pattern, enabling client systems to deal with services provided by subsystems in a well-defined way, instead of leaving the communication between the client system and the subsystem in a direct way, what would need that the two of then "speak the same language". +A MicroKernel is a way to bind services in a common pattern, enabling client systems to deal with services provided by subsystems in a well-defined way, instead of leaving the communication between the client system and the subsystem in a direct way, which would require that the two of then "speak the same language". JMX is a core API that lets you treat any service as a MBean, which can be easily configured, accessed, adminsitrated and used by client systems. With this features, it is easy to implement services as MBeans and let the MBean Server manage then without direct communication.
