uCosminexus Application Server, Web Service Development Guide

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

7.2 Flow of development examples (Starting from SEI and customization)

In the development examples described in this chapter, the flow of customization and execution is as follows:

Developing Web Services
  1. Creating Web Services Implementation Class (7.3.1)
  2. Compiling Web Services Implementation Class (7.3.2)
  3. Creating web.xml (7.3.3)
  4. Creating application.xml (7.3.4)
  5. Creating an EAR file (7.3.5)

Deploying and starting
  1. Deploying EAR files (7.4.1)
  2. Starting Web Services (7.4.2)

Developing a Web Service client
  1. Executing the cjwsimport command and generating a service class (7.5.1)
  2. Creating the implementation class for Web Service clients (7.5.2)
  3. Compiling the implementation class for Web Service clients (7.5.3)

Executing a Web Service
  1. Creating the option definition file for Java applications (7.6.1)
  2. Creating the user property file for Java applications (7.6.2)
  3. Executing the Web Service client (7.6.3)