See the WebSphere eXtreme Scale Wiki for links to eXtreme Scale Version 7.0 documentation.
If you log in
with your developerWorks ID, you can leave comments and feedback for the development team.
ObjectGrid packaging
You can access the ObjectGrid packages in two ways: by installing WebSphere Extended Deployment on top of an existing WebSphere Application Server install, or by installing the standalone environment outside of a WebSphere Application Server environment.
WebSphere Application Server environment
When you install WebSphere Extended Deployment Version 6.1.x or later in a WebSphere Application Server environment, the following runtime files are installed:
Table 1. WebSphere ApplicationServer ObjectGrid runtime files
| File name |
Runtime environment |
Description |
| /lib/castor.jar |
Local, client, and server |
This Java archive (JAR) file contains the castor utility function. This JAR file is used by the ObjectGrid stream query function. |
| /lib/cglib.jar |
Local, client, and server |
This JAR file is for the cglib utility function when you are using the copy on write copy mode and when you are using EntityManager to track the changes of an entity. |
| /lib/commons-io.jar |
Local, client, and server |
This JAR file contains the common I/O utility function. This JAR file is used by the ObjectGrid stream query function. |
| /lib/ogagent.jar |
Local, client, and server |
This Java archive (JAR) file contains the runtime classes that are needed for running the ObjectGrid Java agent that can be used with the EntityManager function. |
| /lib/ogstreamquery.jar |
Local, client, and server |
This Java archive (JAR) file contains the runtime classes that are needed for running the ObjectGrid stream query function. |
| /lib/wsobjectgrid.jar |
Local, client, and server |
This Java archive (JAR) file contains the ObjectGrid local, client, and server runtime that are needed for use in the WebSphere Extended Deployment Version 6.1.x and later environment. |
Standalone environment
When you install WebSphere Extended Deployment outside of a WebSphere Application Server environment, the following runtime files are installed:
Table 2. Standalone ObjectGrid runtime files
| File name |
Runtime environment |
Description |
| /ObjectGrid/lib/castor.jar |
Local, client, and server |
This JAR file contains the castor utility function. This JAR is used by the ObjectGrid stream query function. Include this JAR file in your CLASSPATH if you are using the ObjectGrid stream query function. This JAR file is automatically included in the server runtime. Add this file to your client or local ObjectGrid runtime. |
| /ObjectGrid/lib/cglib.jar |
Local, client, and server |
This JAR file is for the cglib utility function when you are using the copy on write copy mode. Include this JAR file in your CLASSPATH if you are using the copy on write copy mode and you want to use the cglib proxy function or using the Entity Manager function. This JAR file is automatically included in the server runtime. Add this file to your client or local ObjectGrid runtime. |
| /ObjectGrid/lib/commons-io.jar |
Local, client, and server |
This JAR file contains the commons io utility function. It is used by the ObjectGrid stream query function. Include this JAR files in your CLASSPATH if you are using the ObjectGrid stream query function. This JAR file is automatically included in the server runtime. Add this file to your client or local ObjectGrid runtime. |
/ObjectGrid/lib/mx4j.jar
/ObjectGrid/lib/mx4j-remote.jar
/ObjectGrid/lib/mx4j-tools.jar |
Management gateway client and server |
These JAR files are for the mx4j utility function that is used by the ObjectGrid management gateway server as well as the management gateway client programs. Add these JAR files to the management gateway client CLASSPATH when you are connecting to the management gateway server using Java 2 Platform, Standard Edition (J2SE) Version 1.4.2. |
| /ObjectGrid/lib/objectgrid.jar |
Local, client, and server |
This JAR file is used by the stand-alone server runtime for Java 2 Platform, Standard Edition (J2SE) Version 1.4.2 and later. You can also use this JAR file for client and local runtime for J2SE version 1.4.2 and later. |
| /ObjectGrid/lib/ogagent.jar |
Local, client, and server |
This JAR file contains the runtime classes needed running the ObjectGrid Java agent that can be used with the EntityManager function. |
| /ObjectGrid/lib/ogclient.jar |
Local and client |
This JAR file contains only the local and client ObjectGrid runtimes when running outside of a WebSphere Application Server process. It might be better to use this JAR file over the objectgrid.jar file because of the smaller footprint. You can use this JAR file with J2SE Version 1.4.2 and later. |
| /ObjectGrid/lib/ogstreamquery.jar |
Local, client, and server |
This Java archive (JAR) file contains the runtime classes needed for running the ObjectGrid stream query function. Include this JAR file in your CLASSPATH if you are using the ObjectGrid stream query function. This JAR file is automatically included in the server runtime. Add this file to your client or local ObjectGrid runtime. |
| /ObjectGrid/lib/wsobjectgrid.jar |
Local, client and server |
Use this JAR file on WebSphere Application Server Version 6.0.2 or later. This JAR file is the same JAR file that is installed with WebSphere Extended Deployment. |
| /ObjectGrid/lib/wsogclient.jar |
Local and client |
Use this JAR file for WebSphere Application Server Version 5.1.0 and later. This JAR file contains only the local and client ObjectGrid runtimes. |
© Copyright IBM Corporation 2007,2009. All Rights Reserved.