P
P
pmcode2014-06-15 10:45:36
Java
pmcode, 2014-06-15 10:45:36

Choice of Java framework for web management interface

Since this is only a web interface for a server application that is deployed on the same hardware, the most important wish is the minimum memory consumption (<=128Mb). The load will be small: up to 5 operators. You also need:
- MVC
- security
- templates
- database (not ORM)
While I'm looking towards Play, but I would like to listen to the advice of smart people. Including the advisability of using Java for this task.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Danila, 2014-06-17
@pmcode

In my opinion, in this case it is advisable not to use frameworks. Regular servlets are enough for the eyes, than a bunch of unnecessary (and often not used) code will be piled above them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question