Date: 2003-12-24T13:35:00
   Editor: 63.240.163.227 <>
   Wiki: Apache Geronimo Wiki
   Page: MicroKernel
   URL: http://wiki.apache.org/geronimo/MicroKernel

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,7 +2,7 @@
 
 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 them without direct communication.
+JMX is a core API that lets you treat any service as a MBean, which can be 
easily configured, administered and accessed by client systems. With these 
features, it is easy to implement services as MBeans and let the MBean Server 
manage them without direct communication.
 
 The use of a MicroKernel structure results in a modular system, where each 
feature provider can be referenced as a configurable module, which can 
communicate with other feature providers through the MicroKernel structure.
 

Reply via email to