Web Frameworks caring about persistence?
I have noticed that Play! Framework encompasses persistence strategy (like JPA etc…)
How to choose between lightweight or heavyweight framework for web application [closed]
Closed 8 years ago.
Is it worthwile to learn/use Play framework (for Scala or Java) if I don’t use the MVC in it
I prefer Single Page Application to server side generated HTML.
JSON Library – Jackson or Play Framework? [closed]
Closed 10 years ago.
JSON Library – Jackson or Play Framework? [closed]
Closed 10 years ago.
JSON Library – Jackson or Play Framework? [closed]
Closed 10 years ago.
JSON Library – Jackson or Play Framework? [closed]
Closed 10 years ago.
Integrate MS Dynamics AX with Play Framework
In my company we use MS Dynamics AX 2009. This is the ERP of the company. We have around 100 users. The servers of MS Dynamics AX are in the headquarters company.
Integrate MS Dynamics AX with Play Framework
In my company we use MS Dynamics AX 2009. This is the ERP of the company. We have around 100 users. The servers of MS Dynamics AX are in the headquarters company.
Controllers passing Request objects to backend logic that forward Request data: Good or Bad?
Currently working on a server-side front-end Scala Play app that does a lot of grabbing of HTML snippets and JSON from many other web apps before piecing everything together and sending it in a response to the browser.