To develop a simple Spring service, you have to provide a Spring context.xml
file, which has a .jar file containing the bean classes. Given below is an example of a simple Spring context.xml
file specifying a particular bean with an ID and a class name found in the .jar file.
...
Info |
---|
For more information, refer to http://axis.apache.org/axis2/java/core/docs/spring.html |
Deploying Spring Services
Follow the instructions below to deploy a Spring Service to a running WSO2 AS instance.
...