-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Now that communication protocols are stable we need to improve the development experience by saving tedious development time.
The ActiveRecord pattern will allow to easily create REST, RPC and STREAM methods from the currently implemented Models.
This issue will have subtasks
- Implement ActiveRecord class
- Implementation must work on SOA or MVC
- Implement ARAdapters to wire ActiveRecord -> Models
- Integrate Router to automatically create REST, RPC and SRTEAM methods
- Integrate with lifecycles (Hooks)