Some months ago I posted a controller that make possible what you want.
It works a little different from the way Ruby on rails works, but you can define actions, methods and views in urls.
In...
Type: Posts; User: Roland; Keyword(s):
Some months ago I posted a controller that make possible what you want.
It works a little different from the way Ruby on rails works, but you can define actions, methods and views in urls.
In...
The controller can be mapped in the following way:
<bean id="simpleUrlMappingViewAndActionController"
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property...
Hi,
At my job, Turbine is used as framework and my collegue likes to call actions and views like it is done in Turbine.
So I got the idea to make a controller in Spring MVC that does this.
...