Is it possible to expose stripes MVC controller as REST service.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes, with Stripes you can build action beans that respond to URL’s from REST services (Stripes MVC controller just dispatches the URL’s to the correct action beans). |
|||
|
|
|
I think it depends on what you mean by 'REST service'? Anyway: http://old.nabble.com/Stripes@Rest-td18354330.html |
|||
|
|