This commit is contained in:
Keith Donald
2009-03-24 04:07:54 +00:00
parent b7a121e503
commit 02e7faff39
3 changed files with 14 additions and 4 deletions

View File

@@ -17,19 +17,19 @@
</logger>
<logger name="org.springframework.web">
<level value="debug" />
<level value="info" />
</logger>
<logger name="org.springframework.binding">
<level value="debug" />
<level value="info" />
</logger>
<logger name="org.springframework.webflow">
<level value="debug" />
<level value="info" />
</logger>
<logger name="org.springframework.js">
<level value="debug" />
<level value="info" />
</logger>
<!-- Root Logger -->

View File

@@ -247,6 +247,16 @@
</li>
</ol>
</div>
<div id="section6" class="section">
<h3>Visualize the flow</h3>
<ol>
<li>
In the SpringSource Tool Suite, navigate to your <span class="file">helloworld-flow.xml</span> in the Spring Explorer view, or within the Spring Elements node of the Project Explorer view.
Right-click on the file and select Open Graphical Editor. Your graph should look similar to the visualization below:<br/><br/>
<img src="<c:url value="/resources/images/tutorial/helloworld-flow.png"/>"/>
</li>
</ol>
</div>
<div id="commandBar">
<p>
<a href="tutorial?execution=${flowExecutionKey}&_eventId=next">Next &gt;</a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB