Hi Abraham, Please find the link for the samples, which demonstrates different SCA bindings with spring.
Basically this sample demonstrates the big-bank application using spring and the whole application is spread across 4 samples to differentiate client and servers. Sample Simple-bigbank-spring[1] has all the client code and server code is available with other 3 samples. You need to start sample [2], [3], [4] and keep this running while starting the client in sample [1]. [1] http://svn.apache.org/repos/asf/tuscany/java/sca/samples/simple-bigbank-spring [2] http://svn.apache.org/repos/asf/tuscany/java/sca/samples/spring-bigbank-calculator/ [3] http://svn.apache.org/repos/asf/tuscany/java/sca/samples/spring-bigbank-checkaccount/ [4] http://svn.apache.org/repos/asf/tuscany/java/sca/samples/spring-bigbank-stockquote/ On Wed, Aug 27, 2008 at 8:10 PM, Abraham Washington <[EMAIL PROTECTED]>wrote: > hi Ramkumar, do you have a link to the sample that show the different > bindings using spring? > > > > thx abe > > > > > ----- Original Message ---- > From: Ramkumar R <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, August 27, 2008 2:38:28 AM > Subject: Re: Spring bigbank sample > > Hi Laurent, > Thanks for sharing the same. > > FYI... Spring Bigbank sample is now been extended to demonstrate how > different SCA bindings work with Spring. Please have a look. Hope that would > help your evaluation. > > On Mon, Aug 25, 2008 at 6:27 PM, Laurent Zilber <[EMAIL PROTECTED]>wrote: > >> Hello, >> Thanks a lot for the update! >> >> Regarding our usage of Spring + SCA (as asked in another thread): >> We're using Spring 2.5 to to create beans for services and SCA was to >> provide an easy way to compose services from simple beans, and easily expose >> the interfaces in RMI or Webservices. >> As we have no real use case yet for the Webservices, we've been using >> Spring RmiRegistryFactoryBean to expose the remote interface and Spring jndi >> lookup to access it from a client. >> The composite definition looks really close to the classic IoC pattern in >> Spring, so we're not using this much yet (outside of testing and >> evaulations). >> I think we need to get a better underestanding of all the others features >> of SCA, especially regarding distributed environments, as we could leverage >> on a lot on SCA features. >> >> ------------------------------ >> >> Date: Thu, 24 Jul 2008 17:08:39 +0530 >> From: [EMAIL PROTECTED] >> To: [email protected] >> Subject: Re: Spring bigbank sample >> >> >> >> Hi Laurent, >> Just wanted to update you on the recent changes done to the spring >> location attribute. >> >> To know more read: >> http://www.mail-archive.com/[EMAIL PROTECTED]/msg00947.html >> >> On 6/25/08, *Laurent Zilber* <[EMAIL PROTECTED]> wrote: >> >> >> Hello, >> The schemas referenced in the Account-spring-context.xml file do not >> exist. >> (http://www.springframework.org/schema/sca/spring-sca.xsd) >> Is the <sca: service> still supported in a Spring context definition? >> I'm also puzzled by the location attribute of the component definition in >> the file BigBank.composite >> <implementation.spring location="Account-spring-context.xml"/> >> I doesn't seem to correspond to anything mentioned in the >> SCA_SpringComponentImplementationSpecification-V100.pdf >> >> Has anyone been succesful with Spring and SCA ? >> I guess I'll try it out to see. >> >> Laurent. >> >> _________________________________________________________________ >> Retouchez, classez et partagez vos photos gratuitement avec le logiciel >> Galerie de Photos ! >> http://www.windowslive.fr/galerie/ >> >> >> >> -- >> Thanks & Regards, >> Ramkumar Ramalingam >> ------------------------------ >> Discutez sur Messenger où que vous soyez ! Mettez Messenger sur votre >> mobile ! <http://www.messengersurvotremobile.com/> >> > > > > -- > Thanks & Regards, > Ramkumar Ramalingam > > -- Thanks & Regards, Ramkumar Ramalingam
