apache-tuscany/java/das/samples
lresende 50e442a747 Organize imports
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791623 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06 21:47:50 +00:00
..
advanced-webapp Organize imports 2009-07-06 21:47:50 +00:00
company-webapp Fixing wrong application url in the readme.htm 2008-08-18 17:57:51 +00:00
customer TUSCANY-2414 - Fixing up DAS poms to remove incubating from artifact versions 2008-06-26 02:05:43 +00:00
dbconfig TUSCANY-2414 - Fixing up DAS poms to remove incubating from artifact versions 2008-06-26 02:05:43 +00:00
testing/tomcat TUSCANY-2414 - Fixing up DAS poms to remove incubating from artifact versions 2008-06-26 02:05:43 +00:00
transaction Organize imports 2009-07-06 21:47:50 +00:00
build.xml Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00
pom.xml TUSCANY-2414 - Fixing up DAS poms to remove incubating from artifact versions 2008-06-26 02:05:43 +00:00
Readme.htm Move Tuscany from Incubator to top level. 2008-06-17 00:23:01 +00:00

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
  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>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DAS Samples</title>

<style>
.code {
	font-size: 11px;
	color: #006699
}

.codebox {
	border: 1px solid #6699CC;
	background-color: #F1F7FA;
	padding: 15px
}

.codebox2 {
	border: 1px solid #6699CC;
	background-color: #F1F7FA;
	padding: 15px;
	width: 85%
}

.codeboxW {
	border: 1px solid #6699CC;
	background-color: #FFFFFF;
	padding: 15px
}

.codeboxB {
	background-color: #C9DBED;
	padding: 1px 10px 10px 10px
}
</style>

</head>

<h1>
<center>DAS Samples</center>
</h1>

<br>

<p>The DAS Java Samples demonstrates the DAS features and how to get
started with them. Below a list of available samples:</p>

<br>

<p><ul>
	<table align="left">
		<tr>
		<th align="left" style="border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid">
		Company-webapp
		</th>
		<th align="left" style="border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid">
		This stand-alone sample demonstrates DAS in the context of a simple web application. 
		</th>
		</tr>
		<tr>
		<th align="left" style="border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid">
		Customer
		</th>
		<th align="left" style="border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid">
		This stand-alone sample demonstrates DAS in the context of a simple java application 
		</th>
		</tr>
		<tr>
		<th align="left" style="border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid">
		Advanced-webapp
		</th>
		<th align="left" style="border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid">
		This web sample demonstrates DAS advanced features in the context of a simple web application using Ajax. Some of the features demonstrated are : Basic CRUD, Optimistic Concurrency Control (OCC), Result Set Shape, Column Converter, Integration with dbConfig  
		</th>
		</tr>
		<tr>
		<th align="left" style='border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid'>
		Transaction
		</th>
		<th align="left" style="border-right-style: solid; border-left-style: solid; border-top-style: solid; border-bottom-style: solid">
		This stand-alone sample uses DAS with Geronimo Transaction Manager. Connection is passed to DAS by client. Geronimo TM manages database changes involving multiple DataGraphs under one transaction. 
		</th>
		</tr>		
	</table>

</ul>


</p></BODY>
</HTML>