I am working a resonably sized java project that needs some sort of web based admin.
Just so we can remotely fire up the initializtion class, change some of the variables etc and have a a generally pretty(ish) front end.
I've come across the google web framework, which looks like an option and it seems JSP is another. I like the fact that GWT seems to have a number of UI elements out-of-the-box, time is somewhat critical..
is GWT overkill to use to create a web facing front-end for the project (its basically a demo, so we'll use a local network machine running linux as a server)?
Any other options you may be aware of?
Thanks!