Search code examples
reststripes

Using Stripes MVC for developing REST service


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


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