Date: 2004-09-10T15:31:12 Editor: JacekLaskowski <[EMAIL PROTECTED]> Wiki: Apache Geronimo Wiki Page: GBeans URL: http://wiki.apache.org/geronimo/GBeans
no comment Change Log: ------------------------------------------------------------------------------ @@ -17,13 +17,13 @@ = Sample GBeans = -Grab the source code and search for the implementators of the ["GBeanLifecycle"]. It is a good way to find GBeans examples. It's been found that the jetty module and the GBean``Test class are quite helpful. +Grab the source code and search for the implementators of the G``Bean``Lifecycle. It is a good way to find GBeans examples. It's been found that the jetty module and the GBean``Test class are quite helpful. TODO: Add the fully qualified class names = How to write GBean = - * A GBean may implement the optional org.apache.geronimo.gbean.G``BeanLifecycle interface. When a GBean implements this interface, the implementation will get life-cycle callbacks. + * A GBean may implement the optional org.apache.geronimo.gbean.G``Bean``Lifecycle interface. When a GBean implements this interface, the implementation will get lifecycle callbacks. * They can have attributes with getters and setters. There are attributes that are final and I think they are standard .. (What is the list of them) e.g. name, Kernel (they can use to get hold of the system info, have a look at the sample GBeans.) There are ordinary attributes .. have getters and setters