Hi I have a general question regarding how to integrate webflow into an
existing app that uses Spring MVC.
Let me describe a simple example:
Say the application lets you add products. And that I already have a
Spring MVC controller that does that ( AddProductController )
Now I am extending the application and I have found that I come accross
more complex flows and decide to use webflow. As an example lets
assume that one of these flows is called ComplexFlow and that as part of
this flow the user will be given the option of adding a new product.
What I was wondering is if there is a way to leverage the code I already
have in my AddProductController? And have people developed any
usefull patterns that may help?
Thanks,
Hani


Reply With Quote
