Apollo Tutorial
Creating and Deploying a WSRF Web Service
This tutorial will walk you through using Apollo to create and deploy a WSRF Web service that represents a Unix filesystem. The process is broken down into the following steps:
- Write the WSDL for the service.
- Run Apollo's Wsdl2Java tool on the WSDL.
- Create the service class and add business logic to it.
- Create the resource class which will maintain state for a resource instance.
- Create backend callback objects for all non-static resource properties.
- Create the home class and add instance lookup logic to it.
- Deploy the service to the Apollo webapp.
- Start Tomcat and send some test requests to the service.