Results 1 to 2 of 2

Thread: Configuring MVC annotated controllers and Webflow based on url

  1. #1
    Join Date
    Feb 2007
    Location
    England
    Posts
    71

    Question Configuring MVC annotated controllers and Webflow based on url

    I have a requirement to use both annotated mvc controllers and webflow flows. I want to use url namespace to define which URL's are handled by webflow.

    Example;
    app/flows > all request go to web flow which then resolves flow from the rest of the url
    app/plain > all requests go to mvc annotated controllers.


    I have got lots of old books which I think I can do this but wondering want the best way of doing this in the latest and greatest versions of webflow and Spring MVC.

    Any examples or suggestions would be greatly appreciated.

    Paul

  2. #2
    Join Date
    Dec 2010
    Posts
    175

    Default

    Paul,

    If you have configured annotated controllers and spring webflow urls in your application can you please share the configurations?

    I've been trying to do it but it won't work!

    I'm trying to replace existing data-capture screens with webflow within spring mvc application. In this case, the webflow has to be triggered upon clicking a link like "Request new Rental"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •