Author: rineholt
Date: Tue Oct 24 04:36:56 2006
New Revision: 467311
URL: http://svn.apache.org/viewvc?view=rev&rev=467311
Log:
doco
Modified:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm
Modified:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm?view=diff&rev=467311&r1=467310&r2=467311
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm
(original)
+++
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm
Tue Oct 24 04:36:56 2006
@@ -118,9 +118,9 @@
</ul>The sample should now be using the real stock quote
provider. <br>
- <h3>Introduction</h3>This example illustrates using Tuscany
- runtime in building a financial application using SCA
- programing model. The following key concepts are covered:
+ <h3>Overview</h3>This example illustrates using Tuscany runtime
+ in building a financial Web application using SCA programing
+ model. The following key concepts are covered:
<ul>
<li><b><i>Component implementations</i></b>. that provide web
@@ -351,7 +351,7 @@
</tr>
<tr>
- <td>default.scdl</td>
+ <td><a href="#SCDL">default.scdl</a></td>
<td></td>
@@ -377,7 +377,9 @@
<td></td>
- <td>Generated SDO. Created by tuscany-sdo-plugin
+ <td>Generated SDO. Created by <a href=
+ "#tuscany-sdo-plugin"><code><span style=
+ "font-weight: bold;">tuscany-sdo-plugin</span></code></a>
maven plugin.</td>
</tr>
@@ -386,8 +388,10 @@
<td></td>
- <td>Generated SDO interface. Created by
- tuscany-plugin-wsdl2java maven plugin.</td>
+ <td>Generated SDO interface. Created by <a href=
+ "#tuscany-plugin-wsdl2java"><code><span style=
+ "font-weight:
bold;">tuscany-plugin-wsdl2java</span></code></a>
+ maven plugin.</td>
</tr>
<tr align="center">
@@ -547,11 +551,12 @@
<td></td>
- <td>Actual stock quote service.</td>
+ <td>Actual stock quote service WSDL.</td>
</tr>
<tr>
- <td>DasAccountConfiguration.xml</td>
+ <td><a href=
+ "#DAS_">DasAccountConfiguration.xml</a></td>
<td></td>
@@ -567,7 +572,7 @@
</tr>
<tr>
- <td>default.scdl</td>
+ <td><a href="#SCDL">default.scdl</a></td>
<td></td>
@@ -593,7 +598,9 @@
<td></td>
- <td>Generated SDO. Created by tuscany-sdo-plugin
+ <td>Generated SDO. Created by <a href=
+ "#tuscany-sdo-plugin"><code><span style=
+ "font-weight: bold;">tuscany-sdo-plugin</span></code></a>
maven plugin.</td>
</tr>
@@ -602,8 +609,11 @@
<td></td>
- <td>Generated SDO interface. Created by
- tuscany-plugin-wsdl2java maven plugin.</td>
+ <td>Generated SDO interface. Created
+ by <a href=
+ "#tuscany-plugin-wsdl2java"><code><span style=
+ "font-weight:
bold;">tuscany-plugin-wsdl2java</span></code></a>
+ maven plugin.</td>
</tr>
<tr align="center">
@@ -668,16 +678,18 @@
The tuscany-sdo-plugin is provided by Tuscany 's SDO project
while the other two are provided by the Tuscany SCA project.<br>
<br>
- The <code style="font-weight: bold;">tuscany-sdo-plugin</code>
+ The <code style="font-weight: bold;"><a name="tuscany-sdo-plugin"
+ id="tuscany-sdo-plugin"></a>tuscany-sdo-plugin</code>
references the WSDL's schema and generates all the files
located in target/sdo_source directory. The application
uses these classes as a databinding instead of having to deal
directly with XML that represents form as defined in the
WSDL's schema.<br>
<br>
- The <code style=
- "font-weight: bold;">tuscany-plugin-wsdl2java</code> plugin
- generates a Java interface in the target/wsdl2java-source
+ The <code style="font-weight: bold;"><a name=
+ "tuscany-plugin-wsdl2java" id=
+ "tuscany-plugin-wsdl2java"></a>tuscany-plugin-wsdl2java</code>
+ plugin generates a Java interface in the target/wsdl2java-source
directory that is used to define the inteface (prottype) in the
wsdl.<br>
<br>
@@ -748,11 +760,11 @@
</tbody>
</table><br>
- <h4>SCDL</h4>Each module's SCA application SCDL is located in the
- web application WEB-INF/default.scdl file. This is
- the default location, but within the web.xml it is possible to
- override this with a context-param element with the name
- <code><span style=
+ <h4><a name="SCDL" id="SCDL"></a>SCDL</h4>Each module's SCA
+ application SCDL is located in the web application
+ WEB-INF/default.scdl file. This is the default location,
+ but within the web.xml it is possible to override this with a
+ context-param element with the name <code><span style=
"font-weight: bold;">tuscany.applicationScdlPath</span></code>.
The Tuscany System SCDL can also be overridden with another
context-param element with the name <code><span style=
@@ -777,6 +789,9 @@
<pre>
<code><dbsdo:import.sdo
xmlns:dbsdo="http://incubator.apache.org/tuscany/xmlns/databinding/sdo/1.0-incubator-M2"
<br>
factory="com.bigbank.account.AccountFactory"/> </code>
-</pre><br>
+</pre>
+
+ <h3><a name="DAS_" id="DAS_"></a><span style=
+ "font-family: monospace;">DAS</span></h3>
</body>
</html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]