The one in the host-embedded is used for unit testing, and to make sure extensions are working ok. The one in samples, is basically a copy, and it's used as an example of how to build a new implementation type. As you said in the first e-mail, the two are basically the same, and I'd recommend you to stick with one of them (the sample version that is more well documented)
On Dec 26, 2007 5:17 AM, <[EMAIL PROTECTED]> wrote: > hi Luciano, Venkat > > thanks for the quick response. So we do need the CRUD implementation in > both the modules ? > > regards, > chandra > > > > > ----- Original Message ---- > From: Luciano Resende <[EMAIL PROTECTED]> > To: [email protected] > Sent: Wednesday, December 26, 2007 6:30:39 PM > Subject: Re: sample crud implementation > > > This CRUD implementation was initially started as a unit test for > Tuscany extensions in the host-embedded module and later on copied as > a sample, that's why you probably seeing some confusion. > > On Dec 26, 2007 12:51 AM, Chandrashekhar Jain <[EMAIL PROTECTED]> > wrote: > > hi all, > > > > I am going through the sample implementation-crud example for new > implementation types. I noticed that the code is spread / duplicated > at the following locations in svn: > > 1. java\sca\samples\implementation-crud-extension > > 2. java\sca\modules\host-embedded > > > > When i run the test case in 1 the > test.crud.module.CRUDModuleActivator in 2 gets called. Also i get call back > for the Implementation and > ImplementationProvider classes in 1. > > > > Am i missing something ? > > > > thanks, in advance > > > > regards, > > chandra > > > > > > > > > > > > ____________________________________________________________________________________ > > Never miss a thing. Make Yahoo your home page. > > http://www.yahoo.com/r/hs > > > > -- > Luciano Resende > Apache Tuscany Committer > http://people.apache.org/~lresende > http://lresende.blogspot.com/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > ____________________________________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. > http://tools.search.yahoo.com/newsearch/category.php?category=shopping -- Luciano Resende Apache Tuscany Committer http://people.apache.org/~lresende http://lresende.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
