On Fri, Dec 11, 2009 at 11:12 AM, Rahul Jha <[email protected]> wrote: > Can some one help me setting up RSS feed on google app engine java > Any related code will be of great help.
RSS is a very simple format, just stream out your RSS text with the appropriate content type header, very simple. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
