The moose likes Other Application Frameworks and the fly likes Bookmarkable URLs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Other Application Frameworks
Reply Bookmark "Bookmarkable URLs" Watch "Bookmarkable URLs" New topic
Author

Bookmarkable URLs

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 295
Hi,
Suppose you are building a Servlet Centric Architecture. You wish to provide bookmarkable URLs.
At a high level you could just architect your site on RESTFUL principles and process each GET request, examining the parameters and ensuring that they match to specific and unique data in your DB. You then forward this model onto a presentation template.

Ok so that's how I'd do in a Servlet Centric Architecture without a Web framework. Sound reasonable?

Do any of the popular frameworks: Spring MVC , JSF offer anything more?

Thanks.
 
 
subject: Bookmarkable URLs
 
Threads others viewed
any experience out there with mod_proxy_html or other uri modification methods?
why seam
jsf equivalent code
MVC Pattern for Shopping Cart Application
problem in displaying correct url
IntelliJ Java IDE