cuba-cli
cuba-cli copied to clipboard
Lightweight module for custom REST APIs
In order to create custom API for front-end/mobile apps we typically create portal module, which contains excessive things:
- thymeleaf support
- scaffolded MVC commands/templates
- static resources deployment/serving
- portal session
Potentially it will be nice to have a more simpler module with just CUBA's REST context and service invocation.