Search:

Type: Posts; User: Roland; Keyword(s):

Search: Search took 0.04 seconds.

  1. Some months ago I posted a controller that make...

    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...
  2. Replies
    1
    Views
    781

    Turbine style controller part2

    The controller can be mapped in the following way:


    <bean id="simpleUrlMappingViewAndActionController"
    class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
    <property...
  3. Replies
    1
    Views
    781

    Turbine style controller

    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.
    ...
Results 1 to 3 of 3