Return-Path: Delivered-To: apmail-ws-tuscany-dev-archive@locus.apache.org Received: (qmail 70271 invoked from network); 2 Mar 2006 22:49:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Mar 2006 22:49:24 -0000 Received: (qmail 65726 invoked by uid 500); 2 Mar 2006 22:50:10 -0000 Delivered-To: apmail-ws-tuscany-dev-archive@ws.apache.org Received: (qmail 65703 invoked by uid 500); 2 Mar 2006 22:50:10 -0000 Mailing-List: contact tuscany-dev-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-dev@ws.apache.org Received: (qmail 65694 invoked by uid 99); 2 Mar 2006 22:50:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2006 14:50:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.231.195.112] (HELO mpls-qmqp-01.inet.qwest.net) (63.231.195.112) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 02 Mar 2006 14:50:09 -0800 Received: (qmail 37953 invoked by uid 0); 2 Mar 2006 22:49:48 -0000 Received: from unknown (63.231.195.1) by mpls-qmqp-01.inet.qwest.net with QMQP; 2 Mar 2006 22:49:48 -0000 Received: from 68-69-138-189.clspco.adelphia.net (HELO ?127.0.0.1?) (68.69.138.189) by mpls-pop-01.inet.qwest.net with SMTP; 2 Mar 2006 22:49:48 -0000 Date: Thu, 02 Mar 2006 15:49:42 -0700 Message-ID: <44077686.7030608@qwest.net> From: "Kevin Williams" To: tuscany-dev@ws.apache.org User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 Subject: Re: Documentation References: <4407710A.1000901@apache.org> In-Reply-To: <4407710A.1000901@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I'll be updating the DAS sample readme (java/samples/das) this evening. The DAS white paper needs more detail but it is still accurate. I'll be beefing it up soon. Jean-Sebastien Delfino wrote: > With all the recent changes that went into our code base the last few > weeks, some of our documentation is getting a little out of date / not > in sync anymore with the code. I started to look at the readmes of the > samples and I'm going to adjust them. > > In addition, I think we need some more documentation of some of the > key aspects of Tuscany, to help people get involved, extend or use the > Tuscany runtime. We could use our Wiki for that, here's a first pass > at what I think we need: > > Documentation for Tuscan developers: > - describe how to get the code and build Tuscany, update our > Building.txt (and I suggest we also put in on the Wiki, it's only in > SVN now) > - add a section on how to generate IDE specific files with Maven > (let's start with Eclipse and IDEA) > - Jim, you have some docs describing some of the internals of the > runtime, do they need to be updated after the recent code changes? > - our coding guidelines, we had a doc describing them in the sandbox > at some point > > For people who want to extend or integrate Tuscany: > - finalize our Tomcat integration doc (already on the Wiki thanks to > Jeremy) > - an overview of how to bootstrap the Tuscany runtime > - how to add a new component type to Tuscany > - how to add a new binding > > For people who want to use Tuscany, run our samples, develop SCA apps > with Tuscany > - A high level list of what works and what doesn't work (just a high > level list, the details are/should be in JIRA) > - how to package Tuscany for running on Tomcat > - how to package Tuscany for running in a J2SE environment > - how to package Axis to support Web Service external services and > entry points (in a Tomcat environment) > - how to run the samples (I'm starting to update that part) > > This is just a first list. Could people in the group add anything I > may have missed? and also volunteer to help write these docs? Also, > I'm only covering the SCA Java implementation here, what kind of docs > do we want to add for SDO and DAS? >