Handle get request.
The request is handled the same way as the post request.
See Also: doPost() Parameters: httpServletRequest - The current http request Parameters: httpServletResponse - What the servlet will send back as response throws: ServletException - If something goes wrong during servlet execution throws: IOException - If the output stream cannot be accessed
Handle post request.
Generate a RSS feed and send it back as XML.
Parameters: request - The current http request Parameters: response - What the servlet will send back as response throws: ServletException - If something goes wrong during servlet execution throws: IOException - If the output stream cannot be accessed