Download presentation
Presentation is loading. Please wait.
Published byXzavier Garret Modified over 10 years ago
1
Stoneworks Software Corp. Presents Ambassador for DOORS
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 networkW3Cinteroperable machine-to-machine network They expose API of the operations offered by the service written in the Web Services Description Language (WSDL)Web Services Description Language 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 Cache Ambassador Service for DOORS Envoy Service DOORS Client Delegate Service Client JAVA, C++, VB, Perl, etc Delegate Service Client JAVA, C++, VB, Perl, etc WSDL
6
Envoy Service DOORS Server Cache Ambassador Service for DOORS Envoy Service DOORS Client Delegate Service Client JAVA, C++, VB, Perl, etc Delegate Service Client JAVA, C++, VB, Perl, etc WSDL
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~-1417675888\\"; string outputFileName = "C:\\Temp\\DOORSThread\\5094~-1417675888\\out.xml"; string curUid = "00000000"; #include inc_listContentByUid();
9
DOORS XML ….
10
DOORS XML Cont.
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 DOORS Server Cache Ambassador Service for DOORS Envoy Service DOORS Client Delegate Service Client JAVA, C++, VB, Perl, etc Delegate Service Client JAVA, C++, VB, Perl, etc WSDL
13
Ambassador Service for DOORS Manages –Sessions (License Consumption) –Envoy Connections –Cache –File Transfers –Load Balancing Cache –Converts RTF from DOORS Into Apache FOP XMLApache FOP From FOP to HTML From FOP to PDF –Converts Pictures from DOORS Into JPG format
14
API
15
Delegate Service DOORS Server Cache Ambassador Service for DOORS Envoy Service DOORS Client Delegate Service Client JAVA, C++, VB, Perl, etc Delegate Service Client JAVA, C++, VB, Perl, etc WSDL
16
Delegate Any programming language that supports Web Service Development –JAVA, C++, Visual Basic, Perl, etc. Therefore most any existing 3 rd 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 ObjectsWSDL 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
22
Stoneworks Software Corp. Headquarters 7404 Executive Place Suite 102 Lanham MD USA 20706 Stoneworks Software Corp. O: 443.423.1246 F: 443.423.1246 Toll Free 1.877.761.1246 General Information Email info@sws-corp.com Website http://www.sws-corp.com
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.