Question

Is it possible to expose stripes MVC controller as REST service.

Was it helpful?

Solution

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).

OTHER TIPS

I think it depends on what you mean by 'REST service'? Anyway: http://old.nabble.com/Stripes@Rest-td18354330.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top