Date: 2003-11-27T14:53:12
   Editor: 200.165.171.199 <>
   Wiki: Apache Geronimo Wiki
   Page: MicroKernel

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,3 +1,11 @@
+= Overview =
+
+A MicroKernel is a way to bind services in a common way, 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".
+
+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.
+
+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 othes over the MicroKernel structure.
+
 = See Also =
 HiveMind Wiki [http://nagoya.apache.org/wiki/apachewiki.cgi?MicroKernel 
MicroKernel]
 

Reply via email to