Difference: GeronimoNotes (24 vs. 25)

Revision 2517 Aug 2007 - TobyCabot

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

GBean

Changed:
<
<
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
>
>
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. Some GBeans implement GBeanLifecycle which allows them to get called when lifecycle events (start, stop, fail) happen. The source code for the GBeanTest class shows how a GBean is used.
Line: 21 to 21
 
Changed:
<
<
>
>
  • JSR-77 - a standard model for managing the J2EE Platform - home, overview
 
  • JSR-88 - J2EE Application Deployment - home,
  • DependencyManager
  • ConfigurationManager
Line: 68 to 68
 MAVEN_OPTS="-Xms256m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=256m" mvn -o
Added:
>
>
To make the build go faster by skipping the unit tests add:

-Dmaven.test.skip=true -Dmaven.itest.skip=true
 

Command-line tools

For example, the deployer.

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