Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 24332 invoked from network); 20 Apr 2006 11:21:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2006 11:21:23 -0000 Received: (qmail 18058 invoked by uid 500); 20 Apr 2006 11:21:18 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 18039 invoked by uid 500); 20 Apr 2006 11:21:18 -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 18027 invoked by uid 99); 20 Apr 2006 11:21:18 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 04:21:18 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.39.94] (HELO web50915.mail.yahoo.com) (206.190.39.94) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Apr 2006 04:21:17 -0700 Received: (qmail 80218 invoked by uid 60001); 20 Apr 2006 11:20:56 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=MEfgFWPgVE93zA1SwtdLGF3LxLR3m9bdRwICcr+j+72bH1JoZwT3FfskMG49wam59Mjr5DouUc0N+9q2kPsKKl0emcf/ESUlo8OjerF0NvyRLcyxaqjZb7VWn3KQigVEA1TDeSfistgJK0yFAYligZdkIpXBI2yrlkLm1LOWs/o= ; Message-ID: <20060420112056.80216.qmail@web50915.mail.yahoo.com> Received: from [72.148.142.191] by web50915.mail.yahoo.com via HTTP; Thu, 20 Apr 2006 04:20:56 PDT Date: Thu, 20 Apr 2006 04:20:56 -0700 (PDT) From: Nestor Urquiza Subject: Re: [scxml] SCXMLExecutor#getSCInstance ... any chance to make it public? To: Jakarta Commons Users List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Agree about documentation. I will post my usecase implementation whenever a finish it at least the steps I followed to get my State Oriented Business Protocol working. I think usecases are the best way to explore the potential of an api as well as TestCases for what you have been doing a great job. Having a junit TestCase per class is commonly a good place to show the user how the class is supposed to be used. I would say that the simpler the example the better the guide so I would build a second StandaloneJexlExpressions2.java and StandaloneElExpressions2.java to show for example method invocation (at least for jexl), context manipulation and maybe payload operations. I have a little idea about what a payload can do for me for executing events but an example would definetely help. Maybe what you put in the payload object is available within the context and therefore I do not need the exec getter I am asking for because instead of using: evts[0] = new TriggerEvent(this.getClass().getName(), TriggerEvent.SIGNAL_EVENT, null); I can use: evts[0] = new TriggerEvent(this.getClass().getName(), TriggerEvent.SIGNAL_EVENT, myContextObject); I am sorry if I did not quite get what a payload is :-( ... maybe a future thread subject from me to come. Commonly you do not have a lot of time to reverse engineering and for sure more memebers of the open community would contribute if the real power of commons-scxml is shown in a very simple manner. Thanks, Nestor --- Rahul Akolkar wrote: > On 4/19/06, Fasih > wrote: > > > > > By the way, you can look at the code from SVN. I > couldn't find much > > documentation, the code itself is the best guide. > > > > > This is true. One of the things that we'd appreciate > feedback on is > how the documentation can be improved. There are a > bunch of things in > code that are not properly documented, and there are > bunch of things > that unfortunately may have been taken for granted > that need to be > clarified. > > Documentation is one of the major thrusts before a > 1.0, so let us know > where its missing the mark. As always, documentation > patches are > welcome too. > > -Rahul > > > > +Fasih > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > commons-user-help@jakarta.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org