Administration guide > Configure the deployment environment
Configure Spring integration
You can configure Spring to manage WebSphere eXtreme Scale transactions and configure clients and servers.
- Spring descriptor XML file
Use a Spring descriptor XML file to configure and integrate eXtreme Scale with Spring.
- Spring objectgrid.xsd file
Use the Spring objectgrid.xsd file to integrate eXtreme Scale with Spring to manage eXtreme Scale transactions and configure clients and servers.
- Spring extension beans and namespace support
WebSphere eXtreme Scale provides a feature to declare plain old Java objects (POJOs) to use as extension points in the objectgrid.xml file and a way to name the beans and then specify the class name. Normally, instances of the specified class are created, and those objects are used as the plug-ins. Now, eXtreme Scale can delegate to Spring to obtain instances of these plug-in objects. If an application uses Spring then typically such POJOs have a requirement to be wired in to the rest of the application.
- Start a container server with Spring
You can start a container server using Spring managed extension beans and namespace support.
Parent topic:
Configure the deployment environment
Related concepts
Configure clients
Configure cache integration
Integrate with Spring framework
Related tasks
Configure data grids
Configure deployment policies
Configure catalog and container servers
Configure ports
Configure Object Request Brokers
Configure entities
Configure the REST data service
Program for Spring integration