Difference: GeronimoNotes (4 vs. 5)

Revision 501 Jul 2004 - TobyCabot

Line: 1 to 1
 
META TOPICPARENT name="JavaTips"
The Apache group's j2ee server is called Geronimo. Here are some notes.
Line: 6 to 6
 

Concepts

Added:
>
>

GBean

Geronimo is modular; it consists of a kernel and a set of components that implement the features needed to implement the J2EE specification. GBean (short for "Geronimo Bean") is the kernel-component interface. There's no GBean interface per se, but each GBean has a corresponding GBeanInfo object that describes the GBean and tells the kernel how to interact with it. The source code for the GBeanTest class shows how a GBean is used.

GBeans are tracked using an MBeanServer (an MBean directory?).

Misc

 
Changed:
<
<
  • MBean
>
>
 
  • JSR-77 - a standard model for managing the J2EE Platform - home, overview
  • JSR-88 - J2EE Application Deployment - home,
View topic | History: r26 < r25 < r24 < r23 | More topic actions...
Copyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding The Caboteria? Send feedback