uCosminexus Application Server, Web Service Development Guide

[Contents][Glossary][Index][Back][Next]

12.2 Procedures in the development example

The following procedures are used for developing and executing RESTful Web Services in the development examples described in this chapter:

Developing a Web resource
  1. Creating root resource classes (12.3.1)
  2. Compiling Java sources (12.3.2)
  3. Creating web.xml (12.3.3)
  4. Creating application.xml (12.3.4)
  5. Creating an EAR file (12.3.5)

Deploying and starting
  1. Deploying the EAR file (12.4.1)
  2. Starting Web Services (12.4.2)

Developing a Web resource client
  1. Creating Implementation Class of a Web resource client (12.5.1 or 12.5.2)
  2. Compiling Implementation Class of a Web resource client (12.5.3)

Calling a Web resource
  1. Creating an option definition file for Java applications (12.6.1)
  2. Creating a user property file for Java applications (12.6.2)
  3. Starting the Web resource client (12.6.3)