| author | Vrishali Doke | 2012-05-17 04:28:12 (EDT) |
|---|---|---|
| committer | Stephan Born | 2012-06-15 10:40:45 (EDT) |
| commit | fa8bcf431181f14052894c728f5e8d80cfd25c31 (patch) (side-by-side diff) | |
| tree | 64c80b6c2cf3e862c5d8f47a090728f6d2695d63 | |
| parent | 582662d47b383ad799d96a50ddc9fe39317b8568 (diff) | |
| download | org.eclipse.stardust.documentation-fa8bcf431181f14052894c728f5e8d80cfd25c31.zip org.eclipse.stardust.documentation-fa8bcf431181f14052894c728f5e8d80cfd25c31.tar.gz org.eclipse.stardust.documentation-fa8bcf431181f14052894c728f5e8d80cfd25c31.tar.bz2 | |
CRNT-24797 - Updated JFC application example
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/documentation@56408 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
| -rw-r--r-- | org.eclipse.stardust.docs.dev/html/handbooks/tutorial/jfc/jfc-example.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.stardust.docs.dev/html/handbooks/tutorial/jfc/jfc-example.html b/org.eclipse.stardust.docs.dev/html/handbooks/tutorial/jfc/jfc-example.html index a39a440..c9a58a7 100644 --- a/org.eclipse.stardust.docs.dev/html/handbooks/tutorial/jfc/jfc-example.html +++ b/org.eclipse.stardust.docs.dev/html/handbooks/tutorial/jfc/jfc-example.html @@ -19,13 +19,15 @@ -->
</script>
<h1 id="provider">Using JFC Application</h1>
-<p>This tutorial helps you to work with JFC application.
+<p>This tutorial helps you to work with JFC application and execute it in the Swing Portal. Note that
+you can run the JFC application example, only in Swing Portal.
</p>
<p>Using this example, you can:</p>
<ul>
<li><a href="#jfc">Work with JFC Application</a></li>
<li><a href="#deploy">Deploy the JFC Application Model</a></li>
+ <li><a href="#swing">Run the Example in Swing Portal</a></li>
</ul>
@@ -503,7 +505,7 @@ JFC applications.</p> </ol>
-<h3>Executing the Workflow</h3>
+<h2 id="swing">Running the Example in Swing Portal</h2>
<p>The application activity GetDataUsingJFC collects and saves the specified data . Once you complete the GetDataUsingJFC
activity, the manual activity displays the data in read-only format and sends it to next activity. In the ShowJFCData activity,
you can view the data in JFC format. </p>
|

