3 creating the otd, 4 creating the collaboration definition (java), 5 creating a connectivity map – Sun Microsystems 5.1.1 User Manual
Page 108: Creating the otd, Creating the collaboration definition (java), Creating a connectivity map
 
Chapter 7
Section 7.4
Implementing the HTTPS eWay JCD Sample Projects
Building and Deploying the prjHTTPServer_JCD Sample Project
HTTPS eWay Adapter User’s Guide
108
Sun Microsystems, Inc.
7.4.3
Creating the OTD
The next step is to create a Data Type Definition (DTD) OTD as an input file for this 
HTTPS sample Project.
Follow the steps outlined in
to convert the
HTTPS_ParamList.dtd
file into an eGate OTD. Name the new OTD
HTTPS_ParamList_ParameterInfo
.
7.4.4
Creating the Collaboration Definition (Java)
The eGate Enterprise Designer contains a Collaboration Definition wizard (Java) that 
allows you to create Java-based Collaborations. You must use the wizard to create a 
Collaboration Definition before implementing the Collaboration.
The Collaboration Editor user interface allows you to create the Business Rules that 
implement your business logic for a Java-based Collaboration. You can create the 
desired Business Rules for your Project by dragging and dropping values from a source 
OTD onto the nodes of a destination HTTPS OTD and other OTDs. HTTPS OTD nodes 
represent HTTPS functions, which are in turn able to call HTTPS eWay methods. 
The Business Rules for the jcdHTTPServer Java Collaboration Definition are displayed 
in Figure 54.
Figure 54 jcdHTTPServer Collaboration Definition
7.4.5
Creating a Connectivity Map
A Connectivity Map provides a canvas for assembling and configuring a Project’s 
components. The prjHTTPServer_JCD Project only uses one Connectivity Map.
Follow the steps outlined in
“Creating a Connectivity Map” on page 75
to create a
Connectivity Map. Name the Connectivity Map cmHTTPServer.