WebSphere® eXtreme Scale includes bundles
that
can be installed into an Eclipse Equinox OSGi framework. These bundles
are required to start eXtreme Scale servers
or use eXtreme Scale clients
in OSGi. You can install the eXtreme Scale bundles using the
Equinox console or using the config.ini configuration file.
Before you begin
This task assumes that you
have installed the following
products:
- Eclipse Equinox OSGi framework
- eXtreme Scale stand-alone
client or server
About this task
eXtreme Scale includes
two bundles. Only one of the following bundles is required in an
OSGi framework:
- objectgrid.jar
- The server
bundle is the objectgrid.jar file
and is installed with the eXtreme Scale stand-alone
server installation and is required for running eXtreme Scale servers
and can also be used for running eXtreme Scale clients, or local,
in-memory caches. The bundle ID for the objectgrid.jar file
is com.ibm.websphere.xs.server_<version>, where
the version is in the format: <Version>.<Release>.<Modification>.
For example, the server bundle for this release is com.ibm.websphere.xs.server_8.5.0.
- ogclient.jar
- The ogclient.jar bundle is installed with
the eXtreme Scale stand-alone
and client installations and is used to run eXtreme Scale clients or local,
in-memory caches. The bundle ID for ogclient.jar file
is com.ibm.websphere.xs.client_<version>, where
the version is in the format: <Version>_<Release>_<Modification.
For example, the client bundle for this release is com.ibm.websphere.xs.server_8.5.0.
For more information about developing eXtreme
Scale
plug-ins, see the
System APIs and
Plug-ins topic.