I am using Spring MVC 3.0
I have a guestbook.jsp page where I want to create a link that points to GuestBookController\'s login method.
This is a simple task
For a long time I have thought about implementing something like this using CGLib proxies but was too lazy. It appears Spring HATEOS library will allow you to do it the proxy way I wnated to and variety of other ways.