Presentation is loading. Please wait.

Presentation is loading. Please wait.

Stoneworks Software Corp.

Similar presentations


Presentation on theme: "Stoneworks Software Corp."— Presentation transcript:

1 Stoneworks Software Corp.
Presents Ambassador for DOORS 1

2 What is Ambassador? The Ambassador is a proprietary service-oriented architecture (SOA) created by Stoneworks Software Corporation that facilitates the communication and data sharing between an IBM Rational DOORS® Server and any software product.

3 What is a Web Service? Defined by the W3C as "a software system designed to support interoperable machine-to-machine interaction over a network“ They expose API of the operations offered by the service written in the Web Services Description Language (WSDL) User Interfaces are provided by Implementation

4 Our Service Service API written in pure JAVA
Platform Independent Can run as a Web Service or as a stand alone RMI Server.

5 Ambassador SOA Framework
DOORS Server DOORS Client Cache DOORS Client Envoy Service Ambassador Service for DOORS WSDL Delegate Service Client JAVA, C++, VB, Perl, etc

6 Ambassador Service for DOORS
Envoy Service DOORS Server DOORS Client Cache DOORS Client Envoy Service Ambassador Service for DOORS WSDL Delegate Service Client JAVA, C++, VB, Perl, etc

7 Envoy Service Manages DOORS Clients Starts N DOORS Clients
Monitors QOS of DOORS Clients Stops DOORS Clients Handles request from the Ambassador Service for DOORS by creating DXL Scripts Dynamically and submitting the script to DOORS and waiting for DOORS to complete The script generates XML Transforms the XML response from DOORS into JAVA Objects that are returned to the Ambassador

8 Dynamic DXL Script string dUn = "foo"; string outputPath = "C:\\Temp\\DOORSThread\\5094~ \\"; string outputFileName = "C:\\Temp\\DOORSThread\\5094~ \\out.xml"; string curUid = " "; #include <stoneworks/RMLink/seeds/listContentByUid.inc> inc_listContentByUid();

9 DOORS XML <?xml version="1.0" encoding="ISO "?> <rs id=" "> <el name='Project' id=' '> <attributes> <at name="Name"><![CDATA[New Car]]></at> <at name="FullName"><![CDATA[/New Car]]></at> <at name="Id"><![CDATA[ ]]></at> <at name="ParentId"><![CDATA[ ]]></at> <at name="Type"><![CDATA[Project]]></at> <at name="Path"><![CDATA[/]]></at> <at name="Description"><![CDATA[Initial Assessment of Requirements for a New Passenger Car]]></at> <at name="Url"><![CDATA[doors://doorsServer:36677/?version=1,prodID=0,dbid=4713b90735de1ad9,container= ]]></at> </attributes> </el> <el name='Project' id=' '> <at name="Name"><![CDATA[Test System]]></at> <at name="FullName"><![CDATA[/Test System]]></at> <at name="Id"><![CDATA[ ]]></at> <at name="Description"><![CDATA[Testing of Avionics Systems]]></at> <at name="Url"><![CDATA[doors://doorsServer:36677/?version=1,prodID=0,dbid=4713b90735de1ad9,container= ]]></at> ….

10 DOORS XML Cont. <el name='Folder' id='00000003'> </el>
<attributes> <at name="Name"><![CDATA[Test]]></at> <at name="FullName"><![CDATA[/Test]]></at> <at name="Id"><![CDATA[ ]]></at> <at name="ParentId"><![CDATA[ ]]></at> <at name="Type"><![CDATA[Folder]]></at> <at name="Path"><![CDATA[/]]></at> <at name="Description"><![CDATA[]]></at> <at name="Url"><![CDATA[doors://doorsServer:36677/?version=1,prodID=0,dbid=4713b90735de1ad9,container= ]]></at> </attributes> </el> </rs>

11 XML to JAVA Mapping default=com.cse.rmlink.doors.common.objects.DOORSObjectBean folder=com.cse.rmlink.doors.common.objects.DOORSFolderBean project=com.cse.rmlink.doors.common.objects.DOORSProjectBean formal=com.cse.rmlink.doors.common.objects.DOORSModuleBean baseline=com.cse.rmlink.doors.common.objects.DOORSBaselineBean object=com.cse.rmlink.doors.common.objects.DOORSRequirementBean cp=com.cse.rmlink.doors.common.objects.DOORSChangeProposalBean view=com.cse.rmlink.doors.common.objects.DOORSViewBean column=com.cse.rmlink.doors.common.objects.DOORSColumnBean history=com.cse.rmlink.doors.common.objects.DOORSHistoryBean

12 Ambassador Service for DOORS
Server DOORS Client Cache DOORS Client Envoy Service Ambassador Service for DOORS WSDL Delegate Service Client JAVA, C++, VB, Perl, etc

13 Ambassador Service for DOORS
Manages Sessions (License Consumption) Envoy Connections Cache File Transfers Load Balancing Converts RTF from DOORS Into Apache FOP XML From FOP to HTML From FOP to PDF Converts Pictures from DOORS Into JPG format

14 API

15 Ambassador Service for DOORS
Delegate Service DOORS Server DOORS Client Cache DOORS Client Envoy Service Ambassador Service for DOORS WSDL Delegate Service Client JAVA, C++, VB, Perl, etc

16 Delegate Any programming language that supports Web Service Development JAVA, C++, Visual Basic, Perl, etc. Therefore most any existing 3rd party thin or thick application can leverage DOORS data and add value to their respective product

17 WSDL and Stubs The Ambassador service exposes a public WSDL that informs implementers of the available API and related Objects This WSDL can be used to generate language specific Objects (Stubs) that facilitate communication with the remote service

18 Simple JAVA Delegate Code
RMLinkQueueServerIfc server = getRMLinkQueueServer(); String sessionId = server.login("Zm9vOmZvbw=="); // Base64 Encoded DOORSFolderBean root = server.getRootFolder(sessionId); DOORSResultSet set = server.listContents(sessionId, root); for (int i = 0; i < set.getSet().length; i++) { System.out.println(set.getSet()[i].getFullName()); } server.logout(sessionId);

19 Simple JAVA Delegate Output
/New Car /Test System /Test

20 Questions? Contact Stoneworks Software for more information today!

21 Our Partners Our Partners PTC IBM CSE

22 Stoneworks Software Corp.
Headquarters 7404 Executive Place Suite 102 Lanham MD USA 20706 Stoneworks Software Corp. O: F: Toll Free General Information Website


Download ppt "Stoneworks Software Corp."

Similar presentations


Ads by Google