Can I play Java EE architecture using Play? By Java EE, I mean these 4 layers: view, controller, service, model.
I know that the game uses the best MVC-only architecture, and I like it, but I have to use the Java EE architecture for a specific project, and I would like to use Play, considering that this is the best Java infrastructure from my point of view.
source
share