Home
Name Modified Size InfoDownloads / Week
Readme.txt 2011-11-09 1.5 kB
SCADiagrammerV1.0.zip 2011-11-09 525.9 kB
Totals: 2 Items   527.4 kB 0
-------
Purpose
-------

Large BPEL or SOA applications may have many components and relationships that can be difficult to understand. This project generates diagrams for applications based on the Service Component Architecture (SCA) model.

This has primarily been tested with Oracle Fusion Middleware 11g applications but should work with other BPEL or SOA frameworks. 


----------
How To Use
----------

1.  Following the steps listed in the Installation.txt file. 

2.  Copy any JAR files associated with your various applications to the directory named Jars.

3.  Adjust the script generate.sh to point the directory where the JAR files are located.  The default values are:

# Environment variables -- adjust accordingly
PATHNAME=./Jars/FusionDemo
TMPDIR=/tmp

4.  Execute the script ./generate.sh.  

5.  View the diagram named diagram.png


-------
Example
-------

1.  Open a new Terminal window and change your current directory to the location where you unzipped SCADiagrammer.

	cd /home/bruce/Projects/SCADiagrammers

2.  Execute the generate script. 

	./generate.sh

3.  The script will process each file that it finds and attempt to extract the composite.xml file.  The following messages will be displayed. 

	Processing ./Jars/FusionDemo/B2BX12OrderGateway.jar
	Processing ./Jars/FusionDemo/OrderBookingComposite.jar
	Processing ./Jars/FusionDemo/OrderSDOComposite.jar
	Processing ./Jars/FusionDemo/PartnerSupplierComposite.jar


4.  View the diagram named diagram.png


Source: Readme.txt, updated 2011-11-09