Re: Script implementation

2008-02-07 Thread ant elder
On Feb 7, 2008 6:35 AM, Chandrashekhar Jain [EMAIL PROTECTED] wrote: Hi all, The current script implementation examples deal with function calls. What if the as in the case of Ruby we have classes, and the methods have parameters which are in turn Ruby objects. Does the current Ruby

Re: Script implementation

2008-02-07 Thread jain . chandra
: Script implementation On Feb 7, 2008 6:35 AM, Chandrashekhar Jain [EMAIL PROTECTED] wrote: Hi all, The current script implementation examples deal with function calls. What if the as in the case of Ruby we have classes, and the methods have parameters

Re: Script Implementation

2007-12-23 Thread jain . chandra
Message From: Luciano Resende [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Friday, December 21, 2007 7:17:57 PM Subject: Re: Script Implementation The Script Implementation is based on the extension-helper module, some of the things you are expecting is available there. If you

Re: Script Implementation

2007-12-21 Thread Luciano Resende
The Script Implementation is based on the extension-helper module, some of the things you are expecting is available there. If you are trying to understand how you could implement new implementation types, I'd recommend the sample/implementation-crud and for binding sample/binding-echo and