Presentation: SOA Graph

You can see the runtime of SmartTools, what components are running and how they are linked together.

See also the World file below the presentation.

Default World file for SmartTools in Eclipse

<?xml version="1.0" encoding="ISO-8859-1"?>
<world>
		
	<!--         -->
	<!-- connect -->
	<!--         -->
	<connectTo id_src="ComponentsManager" type_dest="worldStateGraph"
		id_dest="graphContainer" />
	
   <connectTo id_src="ComponentsManager" 
	      type_dest="glayout" id_dest="glayout">
	   <attribute name="docRef" 
		      value="resources:cm/resources/lml/test.lml"/>
	   <attribute name="xslTransform" 
		      value="resources:lml/resources/xsl/lml2bml.xsl"/>
	   <attribute name="behaviors" 
		      value="resources:fr/smarttools/core/view/resources/behaviors/bootbehav.xml"/>
	   <message name="initData">
		   <attribute name="inits">
			   <collection>
				   <item name="behavior" value="resources:cm/resources/cmbehaviors.xml"/>
			   </collection>
		   </attribute>
	   </message>
   </connectTo>
   
   <!-- addSpy ref="log">
      <attribute name="output" value="OFF"/>
      <attribute name="filename" value="St4.log"/>
   </addSpy -->

</world>
		

Last modified: $Date: 2008-08-12 14:49:12 +0200 (Tue, 12 Aug 2008) $