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

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -2,9 +2,9 @@
 
 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.
+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.
 
-The use of a MicroKernel structure incomes in a modular system, where each 
feature provider can be referenced as a coinfigurable module, who can 
communicate with others over the MicroKernel structure.
+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.
 
 = See Also =
 HiveMind Wiki [http://nagoya.apache.org/wiki/apachewiki.cgi?MicroKernel 
MicroKernel]

Reply via email to