I wanna use KooBoo for my web platform and for that combine it with Servicestack (Servicestack). Servicestack should act as the REST API framework and Kooboo as the user frontend framework.
I would like to build a independent service layer within that, where Kooboo controllers and servicestack services are leliyng on and share for instance the same session.
So my questions are
- How to integrate a webservice framework in Kooboo in general (Change source, Module, Plugin...)
- How to use / integrate layered architecture ? (Because you persist Models directly with your data API, is there a way or what is the recommended way of usinf business objects and ViewModels separated)
- Can I integrate other editors instead of tinyMCE
- When I use other js framworks like angularJS or kendoUI, can I still use the "inline edit" functions ?
I know, a lot of questions. If you want me to split up these into separate threads I will do that of course!