Which Java web framework do you recommend for intranet webapp (not content website)?

Posted by pregzt on Programmers See other posts from Programmers or by pregzt
Published on 2011-03-04T09:18:18Z Indexed on 2011/03/04 15:33 UTC
Read the original article Hit count: 367

I'm about to start development of small purpose build intranet web application for small software vendor. It will be administration console of the server managing licenses for off-the-shelf software installed by users. There will be a few users who need to be able to sign in, issue a batch of license codes, revoke some, renew outdated, resolve issues, etc. Bear in mind that my customer requires Java for this solution.

I'm seasoned Java programmer and before I used different frameworks to implement webapps, mainly Apache Struts in the past and Spring MVC recently. I was wondering what else could you recommend for such specific intranet webapp. I looked at using

  • Google Web Toolkit (possibly with SmartGWT)
  • Ext JS for fancy widgets in UI and REST back-end in SpringMVC
  • SpringMVC with JQueryUI

Could you please think of any piece of recommendation with regard to the choice I'm going to made?

© Programmers or respective owner

Related posts about java

Related posts about web-development