Date: 2004-12-04T06:36:38 Editor: LaurentForet <[EMAIL PROTECTED]> Wiki: Apache Geronimo Wiki Page: FrequentlyAskedQuestions URL: http://wiki.apache.org/geronimo/FrequentlyAskedQuestions
no comment Change Log: ------------------------------------------------------------------------------ @@ -104,6 +104,14 @@ }}} === Netbeans === +With Netbeans 4.0 : + +You need to install a maven plugin like mevenide, http://mevenide.codehaus.org/mevenide-netbeans-project/index.html . +You also need to install the subversion profile, http://vcsgeneric.netbeans.org/profiles/ . +Do an initial checkout in the subversion repository, http://wiki.apache.org/geronimo#head-f3a540e2ed8b06b7cfdff9c42f7de9b014f1c1b0. + +Open the geronimo project. + == What on Earth is a GBean? Why are they different from MBeans? == A GBean is a class or object that Geronimo the container can manage the lifecycle of. So, for example, when you deploy parts to a container you want to start and stop them, and they have dependencies, e.g. ''Bean A'' can only start up when ''Bean B'' is ready to go because ''Bean B'' provides services that ''Bean A'' needs. So, GBeans are Geronimo's way of packaging up things that need to be managed, and can express dependencies.