[Cosmo-dev] Re: Atom Publishing

Elliot Lee osafoundation at intelliot.com
Tue Jun 27 15:25:33 PDT 2006


thanks!

I've finally figured out how all that works. so I've successfully
changed the feed URLs to /feed/elliot/Calendar , I think, and I've
also added a line of code so that /feed/atom/1.0/elliot/Calendar also
still works. as per bcm's suggestion, we can deprecate it for now and
remove it in a later release.

this is really getting exciting now :)

On 6/22/06, Vinubalaji Gopal <vinu at osafoundation.org> wrote:
>
> On Wed, 2006-06-21 at 19:38 -0700, Elliot Lee wrote:
> > what uses FeedServlet.java? is it used when the URI is /feed? can I
> > start by trying to put in another type of feed?
> Yes.
>
> The web.xml (found in the osaf bundle) file has the following mapping:
>
>  <servlet>
>     <servlet-name>feed</servlet-name>
>     <servlet-class>org.osaf.cosmo.feed.FeedServlet</servlet-class>
> ...
> ...
>
>
>
> > I also want to change /feed/atom/1.0/bcm/Calendar/ to
> I think the FeedServlet takes care of everything after feed (i.e pattern
> of the form - /feed/*)..there are some variables like FEED_ATOM10, etc
> try playing with them.
>
>


More information about the cosmo-dev mailing list