Re: Sample components

2006-09-13 Thread Jeremy Boynes
On Sep 13, 2006, at 2:09 AM, Venkata Krishnan wrote: +1 for the Calculator Sample With respect to reuse, I am imagining as follows: - - that overall there is a directory called 'sample\interface' that will contain all service interfaces (java, wsdl and so on ) that are going to used in the

RE: Sample components

2006-09-13 Thread Meeraj Kunnumpurath
Ok, I will try to write something up and post it to the list ... Ta -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: 13 September 2006 13:15 To: tuscany-dev@ws.apache.org Subject: Re: Sample components I think this is preferable to keep the helloworld samples simple and

Re: Sample components

2006-09-13 Thread Rick
t, as it is less trivial than the hello world one? Ta Meeraj -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 13:56 To: tuscany-dev@ws.apache.org Subject: Re: Sample components For what it's worth we've been down this path once before with sharing

Re: Sample components

2006-09-13 Thread Venkata Krishnan
world one? > > Ta > Meeraj > > -Original Message- > From: Rick [mailto:[EMAIL PROTECTED] > Sent: 12 September 2006 13:56 > To: tuscany-dev@ws.apache.org > Subject: Re: Sample components > > For what it's worth we've been down this path once befo

Re: Sample components

2006-09-13 Thread ant elder
ilto:[EMAIL PROTECTED] Sent: 12 September 2006 13:56 To: tuscany-dev@ws.apache.org Subject: Re: Sample components For what it's worth we've been down this path once before with sharing the implementation. As I recall there was negative feed back that the dependencies was only captured i

RE: Sample components

2006-09-13 Thread Meeraj Kunnumpurath
the hello world component, as it is less trivial than the hello world one? Ta Meeraj -Original Message- From: Rick [mailto:[EMAIL PROTECTED] Sent: 12 September 2006 13:56 To: tuscany-dev@ws.apache.org Subject: Re: Sample components For what it's worth we've been down this path o

Re: Sample components

2006-09-12 Thread Venkata Krishnan
rouble is the RMI binding as that the methods declare to throw RemoteException. Ta Meeraj -Original Message- From: Meeraj Kunnumpurath Sent: 11 September 2006 07:55 To: 'tuscany-dev@ws.apache.org' Subject: RE: Sample components Can I volunteer? -Original Message- From:

Re: Sample components

2006-09-12 Thread Rick
se them to depend on it. Only trouble is the RMI binding as that the methods declare to throw RemoteException. Ta Meeraj -Original Message- From: Meeraj Kunnumpurath Sent: 11 September 2006 07:55 To: 'tuscany-dev@ws.apache.org' Subject: RE: Sample components Can I volunteer? -

RE: Sample components

2006-09-12 Thread Meeraj Kunnumpurath
Meeraj -Original Message- From: Meeraj Kunnumpurath Sent: 11 September 2006 07:55 To: 'tuscany-dev@ws.apache.org' Subject: RE: Sample components Can I volunteer? -Original Message- From: Venkata Krishnan [mailto:[EMAIL PROTECTED] Sent: 11 September 2006 06:52 To: t

Re: Sample components

2006-09-11 Thread Jeremy Boynes
Thanks ! On Sep 10, 2006, at 11:55 PM, Meeraj Kunnumpurath wrote: Can I volunteer? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Sample components

2006-09-10 Thread Meeraj Kunnumpurath
Can I volunteer? -Original Message- From: Venkata Krishnan [mailto:[EMAIL PROTECTED] Sent: 11 September 2006 06:52 To: tuscany-dev@ws.apache.org Subject: Re: Sample components +1. This really makes a great deal of sense to me. Infact this will +get the 'solution assembly'

Re: Sample components

2006-09-10 Thread Venkata Krishnan
+1. This really makes a great deal of sense to me. Infact this will get the 'solution assembly' message a lot clear. - Venkat On 9/10/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: We have quite a few samples that have copies of the same components and the services that they implement. I think