Oracle Server E10293-02 ユーザーズマニュアル

ページ / 108
Importing Example Projects
5-4  Oracle Communication and Mobility Server Developer’s Guide
A new Java Project is created in the Package Explorer. Access the Package 
Explorer by selecting WindowShow ViewPackage Explorer. To deploy your 
project, perform the steps described in 
Importing Example Projects
The section describes how to import and configure the example projects provided by 
OCMS SCE. There is a Readme file provided with all the example projects (except the 
Basic Response project) that includes steps to deploy and use the project. Refer to the 
Readme file bundled with the project for additional information.
OCMS SCE provides the following six example projects (
):
Basic Response SIP Application Example Project
: This SIP servlet receives an 
incoming MESSAGE and sends back a response to the sender.
Call Forward SIP Application Example Project
: This SIP servlet provides Call 
Forward on No Answer functionality.
Message Sender SIP/WEB Converged Application Example Project
: This 
application includes the Message Sender SIP Servlet and a web page from which a 
message can be sent to a SIP address.
Parlay X Web Services Client Example Project
: This is a Parlay X Web Services 
client example project that uses the Presence Supplier interface. 
Proxy/registrar SIP Application Example Project
: This SIP application can 
register and authenticate users and can set up voice and video calls as well as 
allow instant messaging between registered users.
Third Party Call Control SIP Application Example Project
: This application is a 
Third Party Call Control SIP example application that performs basic Click-to-Call 
functionality, implements Flow I in RFC 3725 (the recommended call flow for 
man-machine call setup), and provides a Web interface.
Note: 
The Parlay X Web Services client is a client side project, and 
cannot be deployed on a server (it is not packaged as a WAR or EJB). 
You should run this project as a normal Java application