You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/05/15 16:14:30 UTC

svn commit: r406632 - in /incubator/tuscany/java/sampleapps/bigbank: docs/ docs/modualoverview.png readme.htm

Author: rineholt
Date: Mon May 15 07:14:29 2006
New Revision: 406632

URL: http://svn.apache.org/viewcvs?rev=406632&view=rev
Log:
savework

Added:
    incubator/tuscany/java/sampleapps/bigbank/docs/
    incubator/tuscany/java/sampleapps/bigbank/docs/modualoverview.png   (with props)
Modified:
    incubator/tuscany/java/sampleapps/bigbank/readme.htm

Added: incubator/tuscany/java/sampleapps/bigbank/docs/modualoverview.png
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sampleapps/bigbank/docs/modualoverview.png?rev=406632&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/tuscany/java/sampleapps/bigbank/docs/modualoverview.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: incubator/tuscany/java/sampleapps/bigbank/readme.htm
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/sampleapps/bigbank/readme.htm?rev=406632&r1=406631&r2=406632&view=diff
==============================================================================
--- incubator/tuscany/java/sampleapps/bigbank/readme.htm (original)
+++ incubator/tuscany/java/sampleapps/bigbank/readme.htm Mon May 15 07:14:29 2006
@@ -1,49 +1,71 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html><head><!-- Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
+
 
-<!-- Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
   <meta http-equiv="Content-Style-Type" content="text/css">
-  <title>Tuscany Hello World Web Sample</title>
+  
+
 
 
-<!-- LINK rel="stylesheet" href="ait.css" type="text/css" --><!-- maven -->
-  <style type="text/css" media="all">
+  <title>Tuscany Hello World Web Sample</title><!-- LINK rel="stylesheet" href="ait.css" type="text/css" --><!-- maven --><style type="text/css" media="all">
 @import url("../../../../css/maven-base.css");
 @import url("../../../../css/maven-theme.css");
 @import url("../../../../css/site.css");
   </style>
-  <link rel="stylesheet" href="./css/print.css" type="text/css" media="print">
-
-<!-- end maven -->
-</head>
-
+  <link rel="stylesheet" href="./css/print.css" type="text/css" media="print"><!-- end maven --></head>
 
 <body>
 
-<h2>Tuscany BigBank Sample Application.</h2>
+<h2>Tuscany BigBank Sample Application</h2>
 
 <h3>Overview</h3>
 
-<p>The Tuscany BigBank&nbsp;sample applications&nbsp;
-shows using the Tuscany SCA runtime to build an actual financial
-application. </p>
-
-<h3>Setup</h3>
+<p>The Tuscany BigBank&nbsp;sample application&nbsp;
+shows using the Tuscany SCA runtime to build an&nbsp; financial
+application.</p><h3>Location</h3>This
+sample is located&nbsp;in the&nbsp;<a href=".">sampleapps\bigbank</a> directory. There are two subdirectories in that for the two modules <a href="account" target="_blank">account</a> and <a href="webclient" target="_blank">webclient.</a>
 
-Set up your server as described in the <a href="../../docs/sampleSetup.htm" target="_blank">Tomcat
+<h3>Setup</h3>The Setup section is not required if you are working from a binary distribution. Set up your server as described in the <a href="../../docs/sampleSetup.htm" target="_blank">Tomcat
 Setup</a>. &nbsp;If you are not configuring with the
-acceptance test the server, you will need to add<br>
-
-samples\bigbank\account\target\bigbank-account-SNAPSHOT.war
+acceptance test the server, you will need to add samples\bigbank\account\target\bigbank-account-SNAPSHOT.war
 and&nbsp;amples\bigbank\webclient\target\bigbank-webclient-SNAPSHOT.war&nbsp;<span style="font-weight: bold;"></span> to your tomcat's
 webapp directory.<br>
 
 <h3>Running</h3>
 
-Once you've started your web server, use your browse to view the
-following URL: <a href="http://localhost:8080/bigbank-webclient-SNAPSHOT/login.html" target="_blank">http://localhost:8080/bigbank-webclient-SNAPSHOT/login.html</a><br>
-</body>
-</html>
+Once you've started your web server, use your web browser to view the
+following URL <a href="http://localhost:8080/sample-bigbank-webclient-incubating-M1/" target="_blank">http://localhost:8080/sample-bigbank-webclient-incubating-M1/</a><br><br><h3>Introduction</h3>This
+example illustrates using Tuscany runtime in building a&nbsp;finanical
+applciation&nbsp;using SCA programing model. &nbsp;The following key
+concepts are covered:
+<ul><li>&nbsp;<b><i>Component implementations</i></b>. that provide web based&nbsp; html&nbsp;user interface
+	</li><li><b><i>Component implementations</i></b>
+	that provide <b><i>local services</i></b> in Java. Local services
+	implement internal application business logic such as tracking user
+	state and are not exposed remotely.
+	</li><li><b><i>Component implementations</i></b>
+	that have <b><i>configuration properties</i></b> and <b><i>service
+	references</i></b> to other services
+	</li><li><b><i>Components</i></b> that use
+	and <b><i>configure</i></b> <b><i>the properties and references</i></b>
+	of component implementations
+	</li><li><b><i>Entry points</i></b> to
+	publish remotable services via a <b><i>Web Service binding</i></b>.
+	</li><li><b><i>External services</i></b> to
+	consume remotable services via a <b><i>Web Service binding</i></b>
+	</li><li>Assembling implementation, components, entry
+	points and external service into <b><i>modules</i></b>.
+	</li><li>Creating a module and all of its artifacts as
+	part of a <b><i>web application</i></b> to show a front-end access
+	to SCA services<span style="font-style: italic;"><span style="font-weight: bold;"></span></span></li><li><span style="font-style: italic;"><span style="font-weight: bold;"><span style="font-style: italic;"><span style="font-weight: bold;"></span></span></span></span>The use of Data Access services to persist and retrieve Service Data Objects from Apache Derby.</li><li style="text-align: left;">The use of &nbsp;existing Web services in SCA.</li></ul>BigBank
+sample provides view account balance, to make deposits and withdrawals
+to purchase and sell stock, to view current stock value.<br>The sample
+is organized into two modules: webclient and account. The webclient
+module functionality is to provide user information and obtain user
+input. The account module is is used to retrieve and store user
+information, account information, current stock information and the
+purchasing and selling of stock. The two modules interact via web
+services through SCA exterenalService and entryPoint.<br><br><div style="text-align: left;"><img style="width: 381px; height: 169px;" alt="Overview of modules." title="Overview of modules." src="docs/modualoverview.png" align="middle"></div>
+</body></html>
\ No newline at end of file