|
|
|
|
|
|
Key
These lines were removed. This word was removed.
These lines were added. This word was added.
|
View page history
|
There are 0 changes. View first change.
| | {include:pageTitle=OG_HEADER}{excerpt}Using a core ObjectGrid in a Jave 2 Platform Enterprise Edition (J2EE) application is the same as using it in a Java 2 Platform Standard Edition (J2SE) environment, except for several other considerations.{excerpt} |
| | |
| | h3. Considerations |
| | |
| | In the [J2SE core ObjectGrid | Installation for a standalone J2SE application] topic, the ObjectGrid was defined using the configuration APIs to create a new ObjectGrid. If you used an XML file to create the ObjectGrid, and the xml is contained in the module of the EAR file, then access the file by using getClass().getClassLoader().getResource("META-INF/objGrid.xml") to obtain a URL object to use for creating an ObjectGrid instance. |
| | |
| | Another consideration is classloaders. If an ObjectGrid instance is shared between different application modules within a J2EE application, then ensure that objects stored in the ObjectGrid and the plugins for the ObjectGrid are in a common ClassLoader in the application. |
| | |
| | h3. Additional Information |
| | |
| | * [Installation for a standalone J2SE application] |
| | * [Local ObjectGrid configuration] |
| | * [Obtaining a reference to an ObjectGrid] |
| | |
| | {include:pageTitle=OG_FOOTER} |
|
|
|