Hello,

I have a complex Web application based on Spring Web Flows. I would like to also offer the possibility that several features of this application can be accesed from outside without accesing the user interface. Of course I would still like to keep the GUI also. For solving my problem I thought of using the new REST capabilities introduced with Spring 3.
My question is: can I use REST from Sping 3 (based actually on Sping MVC) with Spring Web Flow? Is there a possibility to combine those two in a succesfull application? If there is anyone having thoughts on that please let me now.

Thank you very much.