Author: rineholt
Date: Fri Oct 27 07:46:44 2006
New Revision: 468395
URL: http://svn.apache.org/viewvc?view=rev&rev=468395
Log:
doco
Added:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/accountmodule.png
(with props)
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/webclientmodule.png
(with props)
Modified:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm
Added:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/accountmodule.png
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/accountmodule.png?view=auto&rev=468395
==============================================================================
Binary file - no diff available.
Propchange:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/accountmodule.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/webclientmodule.png
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/webclientmodule.png?view=auto&rev=468395
==============================================================================
Binary file - no diff available.
Propchange:
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/docs/webclientmodule.png
------------------------------------------------------------------------------
svn:mime-type = image/png
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=468395&r1=468394&r2=468395
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm
(original)
+++
incubator/tuscany/branches/sca-java-M2/samples/applications/bigbank/readme.htm
Fri Oct 27 07:46:44 2006
@@ -175,6 +175,12 @@
"docs/modualoverview.png" align="middle">
<h4>Webclient</h4><br>
+ <a href=
+
"javascript:expandImage('docs/Show.Image.html?url=webclientmodule.png',1000,1100)">
+ <img style="width: 300px; height: 200px;" alt="Webclient files"
+ title="Click to expand" src="docs/webclientmodule.png"></a><br>
+
+ <p> </p>
<table style="text-align: left; width: 100%;" border="0"
cellpadding="1" cellspacing="0" width="100%">
@@ -182,7 +188,7 @@
<tr>
<td align="left" valign="top" width="*">
<a href=
-
"javascript:expandImage('docs/Show.Image.html?url=webclientfiles.png',800,500)">
+
"javascript:expandImage('docs/Show.Image.html?url=webclientfiles.png',850,500)">
<img style="width: 262px; height: 360px;" alt=
"Webclient files" title="Click to expand" src=
"docs/webclientfiles.png"></a> <br>
@@ -416,7 +422,13 @@
<p> </p><!-- account -->
- <h4>Account</h4>
+ <h4>Account</h4><br>
+ <a href=
+
"javascript:expandImage('docs/Show.Image.html?url=accountmodule.png',830,1400)">
+ <img style="width: 300px; height: 200px;" alt="Account module"
+ title="Click to expand" src="docs/accountmodule.png"></a><br>
+
+ <p> </p>
<table style="text-align: left; width: 100%;" border="0"
cellpadding="1" cellspacing="0" width="100%">
@@ -424,7 +436,7 @@
<tr>
<td align="left" valign="top" width="*">
<a href=
-
"javascript:expandImage('docs/Show.Image.html?url=accountfiles.png',550,500)">
+
"javascript:expandImage('docs/Show.Image.html?url=accountfiles.png',850,500)">
<img style="width: 262px; height: 360px;" alt=
"Webclient files" title="Click to expand" src=
"docs/accountfiles.png"></a> <br>
@@ -726,10 +738,18 @@
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
<listener-class>org.apache.tuscany.runtime.webapp.TuscanyContextListener</listener-class><br>
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
</listener></small>
</pre>
</td>
@@ -746,18 +766,34 @@
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
<servlet-name>TuscanyServlet</servlet-name><br>
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
<display-name>Tuscany Servlet</display-name><br>
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
<servlet-class>org.apache.tuscany.runtime.webapp.TuscanyServlet</servlet-class><br>
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
</servlet></small>
</pre>
</td>
@@ -774,10 +810,18 @@
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
<listener-class>org.apache.tuscany.runtime.webapp.TuscanySessionListener</listener-class><br>
<br>
<br>
<br>
+<br>
+<br>
+<br>
+<br>
</listener></small>
</pre>
</td>
@@ -824,21 +868,23 @@
example of this follows:<br>
<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"/> <br>
-<br></code>
+<br>
+factory="com.bigbank.account.AccountFactory"/> <br>
+<br>
+<br></code><br>
</pre>
- <h4>Code</h4>The Java code for the most part just implements the
+ <h4>Code</h4>The Java code for the most part just implements the
Web interface and the SCA components necessary to implement the
business logic. The code uses Java 5.0 annotations as documented
- by the <a href=
+ by the <a href=
"http://www.osoa.org/download/attachments/35/SCA_ClientAndImplementationModelforJava_v0.95.pdf?version=3"
target="_blank">SCA Client and Implementation Model for Java
- (V0.95)</a> specifications. The samples uses one annotation that
+ (V0.95)</a> specifications. The samples uses one annotation that
is an Tuscany extension that is used by the databinding framework
to identify that the components expect to SDO s for complex data
types. An example of this is seen in the AccountService interface
- which has the <code style=
+ which has the <code style=
"font-weight: bold;">@DataType(name="commonj.sdo.DataObject")</code>
annotation.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]