You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/01/04 22:45:59 UTC

svn commit: r492764 - /incubator/tuscany/java/sampleapps/readme.htm

Author: lresende
Date: Thu Jan  4 13:45:58 2007
New Revision: 492764

URL: http://svn.apache.org/viewvc?view=rev&rev=492764
Log:
Partial changes for TUSCANY-1025

Modified:
    incubator/tuscany/java/sampleapps/readme.htm

Modified: incubator/tuscany/java/sampleapps/readme.htm
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sampleapps/readme.htm?view=diff&rev=492764&r1=492763&r2=492764
==============================================================================
--- incubator/tuscany/java/sampleapps/readme.htm (original)
+++ incubator/tuscany/java/sampleapps/readme.htm Thu Jan  4 13:45:58 2007
@@ -1,20 +1,47 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<!--
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you 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.
+-->
 <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. -->
-  <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>
-
 
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<meta http-equiv="Content-Style-Type" content="text/css">
+<title>Tuscany Sample Applications</title>
 </head>
 
+<body>
 
-<body onload="location.href='bigbank/readme.htm'">
-Please see 
-<a href="bigbank/readme.htm" >bigbank/readme.htm</a> 
+<h3>Tuscany Sample Applications</h3>
+<p>The following sample applications are currently available.</p>
+<table border="1" width="60%">
+	<tr>
+		<td width="20%">bigbank </td>
+		<td width="80%">Financial services application using SCA, SDO and DAS. See
+		the <a href="das.pojo.service/readme.html">BigBank readme</a> for details. </td>
+	</tr>
+	<tr>
+		<td width="20%">das.pojo.service </td>
+		<td width="80%">SCA service that accepts DAS queries and returns SDO results. See the
+		<a href="das.pojo.service/service/readme.html">Service readme</a> and <a href="das.pojo.service/webclient/readme.html">Client readme</a> for details.</td>
+	</tr>
+</table>
 
 </body>
+
 </html>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org