You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@incubator.apache.org on 2004/03/20 18:28:50 UTC

[Apache Geronimo Wiki] New: GBeans

   Date: 2004-03-20T09:28:49
   Editor: BrendanMcAdams <bm...@twodot.org>
   Wiki: Apache Geronimo Wiki
   Page: GBeans
   URL: http://wiki.apache.org/geronimo/GBeans

   Starting stub of page.

New Page:

A GBeanMBean is a J2EE Management Managed Object, and is standard base for Geronimo services.
This wraps one or more target POJOs and exposes the attributes and operations according to a supplied
GBeanInfo instance.  The GBeanMBean also supports caching of attribute values and invocation results
which can reduce the number of calls to a target.