Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what's the popular and recommendatory lightweight java(or python?) web application framework? [closed]

I need to develop a lightweight web application, it will:

  1. have a simple webgui for administrator to operate;
  2. 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

like image 667
Emre He Avatar asked Jul 14 '26 05:07

Emre He


1 Answers

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.

like image 150
3 revsPrimosK Avatar answered Jul 15 '26 17:07

3 revsPrimosK