I need to develop a lightweight web application, it will:
- have a simple webgui for administrator to operate;
- have interface to invoke background existing modules for functionality implement, let’s assume it has shell invoke interface firstly, it is not clear yet.
so my question is do we have any popular and recommendatory lightweight java web application framework? one of my candidate is jboss, do we have the recommendatory jboss version?
we ever done a similar work which use python/flask, i just want to see if any other appropriate java framework.
thanks,
Emre
Take a look at the Play Framework.
If you are not sure, maybe this great answer on question “What is pro and contra of using Play Framework?” may help you.