A. Getting started

Conclusion

This tutorial has been done on a very simple example of a UWService. Obviously this UWS library offers more functionalities (like adding/changing/removing actions to your UWS). To know more about them see the parts C. How to customize a Job ? and D. How to customize a UWS ?. However among this example you have learnt to use basically this UWS library, and...

...here are the most important things you should now know:

What you have to do ?


The UWS

How to choose the type of UWS ?

The Servlet


Servlet Template

The Job

IMPORTANT !

In jobWork() it is your responsibility to:

Resources

Resource Type Description
Timers: Request form Form Form to request to the described UWS: Timers.
Timers Example Implementation of the described UWS: Timers.
UWSTimers Source Servlet which corresponds to the UWS Timers. It manages the JobList timers.
JobChrono Source The kind of Job used in our UWS Timers. It waits during the given time (in seconds).
Servlet Template Source A servlet template of a UWS service.