Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 79373 invoked from network); 15 Jun 2004 11:38:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 15 Jun 2004 11:38:37 -0000 Received: (qmail 33866 invoked by uid 500); 15 Jun 2004 11:38:36 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 33839 invoked by uid 500); 15 Jun 2004 11:38:36 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@geronimo.apache.org Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 33808 invoked by uid 500); 15 Jun 2004 11:38:35 -0000 Delivered-To: apmail-incubator-geronimo-cvs@incubator.apache.org Received: (qmail 33778 invoked by uid 99); 15 Jun 2004 11:38:35 -0000 Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Tue, 15 Jun 2004 04:38:35 -0700 Received: (qmail 79333 invoked from network); 15 Jun 2004 11:38:30 -0000 Received: from unknown (HELO minotaur.apache.org) (127.0.0.1) by 127.0.0.1 with SMTP; 15 Jun 2004 11:38:30 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: geronimo-cvs@incubator.apache.org To: geronimo-cvs@incubator.apache.org Subject: =?iso-8859-1?q?=5BApache_Geronimo_Wiki=5D_Updated=3A__FrequentlyAskedQues?= =?iso-8859-1?q?tions?= Date: Tue, 15 Jun 2004 11:38:30 -0000 Message-ID: <20040615113830.79320.48059@minotaur.apache.org> X-Spam-Rating: 127.0.0.1 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-06-15T04:38:30 Editor: 195.212.97.114 <> Wiki: Apache Geronimo Wiki Page: FrequentlyAskedQuestions URL: http://wiki.apache.org/geronimo/FrequentlyAskedQuestions no comment Change Log: ---------------------------------------------------------------------------= --- @@ -82,5 +82,5 @@ A GBean is a class or object that Geronimo the container can manage the li= fecycle of. So, for example, when you deploy parts into a container you wan= t to start them and stop them, and they have dependencies: Such as 'Bean A'= can only start up when 'Bean B' is ready to go because 'Bean B' provides s= ervices that 'Bean A' needs. So, GBeans are Geronimo's way of packaging up = things are that need to be managed, and can express dependencies. The GBeans architecture lies at the heart of Geronimo's power to enable de= velopers to move or work with their existing J2EE assets, whether Open Sour= ce or commercial. = -GBeans are designed to let you take things you have, put a GBean wrapper a= round them, and use that to bridge the JSR 77 lifecycle requirements which = GBeans support). You can take anything lying around and get it to work with= GBeans. In addition, the GBeans will let developers bring other existing O= pen Source Java projects into the Geronimo orbit. +GBeans are designed to let you take things you have, put a GBean wrapper a= round them, and use that to bridge the JSR 77 lifecycle requirements which = GBeans support). You can take anything lying around and get it to work with= GBeans. In addition, the GBeans will let developers bring other existing O= pen Source Java projects into the Geronimo orbit.. =20