Hi
Quick question to the comunity, have any one tried to use LiveSite with a modern MVC framewroks. We are currently looking for this and so far I haven't found a nice way to work with iw-preview and LiveSite.
So far we have used scalatra to provide api endpoints in an easier way than going through the components and controllers. But scalatra is really not suited for building a normal web applications so we look for something else.
The Spring MVC is a bit unsexy as it depends on Spring Core which is used by Livesite and is in ancient verison 3.1, so we would end up using old MVC framewrok.
The Play Framework is something that I have an eye on, as since LiveSite 7.5 we can finally use Tomcat 8 which works ok with Play 2, but that is still preliminary research.
I wonder if anyone already tried to get this working, if so please share, I will share our findings as well?