So the thing is that I need to implement the Servlet interface, is that right?
Thanks, Skip On Fri, Mar 21, 2008 at 4:43 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > The class is at > > http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/workspace-admin/src/main/java/org/apache/tuscany/sca/workspace/admin/impl/CompositeImageCollectionImpl.java > . > > Thanks, > Raymond > -------------------------------------------------- > From: "Skip Schuler" <[EMAIL PROTECTED]> > Sent: Friday, March 21, 2008 4:28 PM > To: <[email protected]> > Subject: Re: Passing URL parameters to a feed component? > > > Hi, > > > > Raymond, you are right, that is exactly what I'm looking for (e.g. to > > personalize the feed, or take some value from a page and pass to the > > feed). > > > > Where can I find workspace-admin and this CompositeImageCollectionImpl? > I > > can not see it in the 1.1-incubating distribution. > > > > > > Thanks, > > Skip > > > > On Fri, Mar 21, 2008 at 11:11 AM, Luciano Resende <[EMAIL PROTECTED]> > > wrote: > > > >> We do have some support for passing queryStrings today on the atom > >> binding. See workspace-admin, probably around > >> CompositeImageCollectionImpl.java. > >> > >> On Fri, Mar 21, 2008 at 10:58 AM, Raymond Feng <[EMAIL PROTECTED]> > >> wrote: > >> > Hi, > >> > > >> > Let's assume you have a service exposed over feed binding as > follows: > >> > > >> > <component name="..."> > >> > <implementation.java class="test.MyServiceImpl"/> > >> > <service name="..."> > >> > <tuscany:binding.rss > >> > uri="http://localhost:8083/rssAggregator"/> > >> > </service> > >> > </component> > >> > > >> > Do you expect that your component impl "test.MyServiceImpl" gets the > >> > parameters from the URL and provide functions based on the > parameters? > >> For > >> > example, http://localhost:8083/rssAggregator?p1=v1&p2=v2, are you > >> looking > >> > for a way to make p1 and p2 available to test.MyServiceImpl? > >> > > >> > Thanks, > >> > Raymond > >> > -------------------------------------------------- > >> > From: "Skip Schuler" <[EMAIL PROTECTED]> > >> > Sent: Thursday, March 20, 2008 3:49 PM > >> > To: "tuscany-user" <[email protected]> > >> > Subject: Passing URL parameters to a feed component? > >> > > >> > > >> > > >> > > Hi, > >> > > > >> > > I have some data I want to expose as a feed (atom/rss). I've seen > >> > the > >> > > feed-aggregator-sample, and it works great. Here's my question: > >> > > > >> > > How can I pass a URL parameter to my feed implementation? I'd like > >> > to > >> > > adapt > >> > > the feed based on some URL parameter, but am a bit unsure how to > >> > best > >> > > access > >> > > it from inside the feed component. > >> > > > >> > > > >> > > Thanks, > >> > > Skip > >> > > > >> > > >> > > --------------------------------------------------------------------- > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > >> > For additional commands, e-mail: [EMAIL PROTECTED] > >> > > >> > > >> > >> > >> > >> -- > >> Luciano Resende > >> Apache Tuscany Committer > >> http://people.apache.org/~lresende<http://people.apache.org/%7Elresende>< > http://people.apache.org/%7Elresende> > >> http://lresende.blogspot.com/ > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
