Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 67400 invoked from network); 3 Jul 2007 08:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2007 08:11:26 -0000 Received: (qmail 28549 invoked by uid 500); 3 Jul 2007 08:11:29 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 28469 invoked by uid 500); 3 Jul 2007 08:11:28 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 28460 invoked by uid 99); 3 Jul 2007 08:11:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 01:11:28 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jul 2007 01:11:24 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 5B2A21A981A; Tue, 3 Jul 2007 01:11:04 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r552705 - in /incubator/tuscany/java/das: distribution/binary/src/main/assembly/das.xml samples/Readme.htm samples/customer/pom.xml Date: Tue, 03 Jul 2007 08:11:04 -0000 To: tuscany-commits@ws.apache.org From: adrianocrestani@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070703081104.5B2A21A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: adrianocrestani Date: Tue Jul 3 01:11:03 2007 New Revision: 552705 URL: http://svn.apache.org/viewvc?view=rev&rev=552705 Log: - Added a Readme file on samples' top level folder that summarizes all samples - Added build.xml for customer sample Added: incubator/tuscany/java/das/samples/Readme.htm Modified: incubator/tuscany/java/das/distribution/binary/src/main/assembly/das.xml incubator/tuscany/java/das/samples/customer/pom.xml Modified: incubator/tuscany/java/das/distribution/binary/src/main/assembly/das.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/distribution/binary/src/main/assembly/das.xml?view=diff&rev=552705&r1=552704&r2=552705 ============================================================================== --- incubator/tuscany/java/das/distribution/binary/src/main/assembly/das.xml (original) +++ incubator/tuscany/java/das/distribution/binary/src/main/assembly/das.xml Tue Jul 3 01:11:03 2007 @@ -89,6 +89,11 @@ tuscany-das-${das.version}/samples/customer 644 + + ../../samples/customer/build.xml + tuscany-das-${das.version}/samples/customer + 644 + Added: incubator/tuscany/java/das/samples/Readme.htm URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/Readme.htm?view=auto&rev=552705 ============================================================================== --- incubator/tuscany/java/das/samples/Readme.htm (added) +++ incubator/tuscany/java/das/samples/Readme.htm Tue Jul 3 01:11:03 2007 @@ -0,0 +1,63 @@ + + + + + Tuscany RDB DAS Sample + + + + + + +

DAS Samples

+

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

+ + + + + + + + + + + + + + + +
+

Companyweb

+
+

This + stand-alone sample demonstrates the SDO RDB Data Access Service in + the context of a simple web application. +

+
+

Customer + +

+
+

This + stand-alone sample demonstrates the RDB Data Access Service in the + context of a simple java application. +

+
+

Ajax + DAS Web +

+
+

This + web sample demonstrates SDO RDB Data Access Service using Ajax + for the + generic framework.   +

+
+



+

+



+

+ + \ No newline at end of file Modified: incubator/tuscany/java/das/samples/customer/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/customer/pom.xml?view=diff&rev=552705&r1=552704&r2=552705 ============================================================================== --- incubator/tuscany/java/das/samples/customer/pom.xml (original) +++ incubator/tuscany/java/das/samples/customer/pom.xml Tue Jul 3 01:11:03 2007 @@ -58,5 +58,21 @@ src/main/resources + + + org.apache.maven.plugins + maven-jar-plugin + + + + org.apache.tuscany.samples.das.customer.CustomerClient + true + ../../lib/ + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org