Friday, December 24, 2010

Clean URL's

Forward servlet has been included into JSOS.

This servlet lets you implement clean url's in your web applications. Servlet is acting as a front controller to your JSP files. E.g. you can have an original request /servlet/foo/bar and serve it as /foo/bar.jsp etc. Servlet automatically forwards original requests to the appropriate JSP's processing depends on the path.

No comments: