Simple Java web application on Tomcat
Posted
by EugeneP
on Stack Overflow
See other posts from Stack Overflow
or by EugeneP
Published on 2010-04-18T05:21:53Z
Indexed on
2010/04/18
5:33 UTC
Read the original article
Hit count: 145
If we only need to graphically authorize a user,
view a few tables representation (from database),
ability to change data in the database visually
what tools to use to write such a web application that will run on Tomcat?
What framework allows to do that in the most straightforward, easy-to-manage and elegant way?
© Stack Overflow or respective owner