Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 32251 invoked from network); 10 Jan 2006 21:20:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Jan 2006 21:20:45 -0000 Received: (qmail 2686 invoked by uid 500); 10 Jan 2006 21:20:39 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 2665 invoked by uid 500); 10 Jan 2006 21:20:39 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 2650 invoked by uid 99); 10 Jan 2006 21:20:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 13:20:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of rahul.akolkar@gmail.com designates 64.233.162.198 as permitted sender) Received: from [64.233.162.198] (HELO zproxy.gmail.com) (64.233.162.198) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jan 2006 13:20:38 -0800 Received: by zproxy.gmail.com with SMTP id l1so2223nzf for ; Tue, 10 Jan 2006 13:20:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JwIaQYDGroB/ewPHbTAn2vXQX7irBrX1I/CMFA2Niu+MlaBpWQDF5hkITYrhidCLcO6lr0siVQw2ySz7V2EXOib4Jb6/MqsojVwUPVv1Ydwje05/O4qMLcyeXSFa18LXU3dCGcBEI2o92lYYQtsx3/CFwOIdT2Q+tllktbfaYeM= Received: by 10.36.77.15 with SMTP id z15mr1059657nza; Tue, 10 Jan 2006 13:20:17 -0800 (PST) Received: by 10.36.59.15 with HTTP; Tue, 10 Jan 2006 13:20:17 -0800 (PST) Message-ID: Date: Tue, 10 Jan 2006 16:20:17 -0500 From: Rahul Akolkar To: Jakarta Commons Users List Subject: Re: [SCXML] How to install Commons SCXML? How to use it? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Prepended [SCXML] prefix to email subject per Commons conventions. Please see comments below. On 1/10/06, Joseph Olson wrote: > > > >>> beaperez@unizar.es 01/10/06 05:35AM >>> > > Hello, I am starting to study the use of Commons scxml and I would > > like to know how I can install and use it. > > > > Thanks > > This a very, very small of amount of sample code that uses SCXML > The application needs to update objects/classes in a certain seqeunce > I "attach" a listener for a particular state. With the State engine the > objects/classes > are updated in the desired seqeunce > Beatriz - You'll find some information in the "Commons SCXML Resources" and "Project Documentation" menus in the left side navigation bar on the Commons SCXML webpage [1]. Javadocs, API notes and usecases will probably be most useful. There is much room for improvement to the docs -- I'm hoping to spend some time on that within the next week or two -- suggestions are always welcome. "Installation" really amounts to satisfying the dependencies [2] in classpath (not all dependencies will be needed, depends on usage). Ofcourse, Joseph's previous note on this thread has a nice overview about most things you'll need to know for starters, in the "learn by example" spirit. Joseph - Neat usecase, if you ever feel like writing up a usecase for the Commons SCXML website, I'll be happy to post it in the usecases section [3]. Working usecases are great, but not necessary. Tutorial-style snippets of code are equally useful. -Rahul [1] http://jakarta.apache.org/commons/sandbox/scxml/ [2] http://jakarta.apache.org/commons/sandbox/scxml/dependencies.html [3] http://jakarta.apache.org/commons/sandbox/scxml/usecases.html --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org