Hi,
Currently we are using Ajax with Struts. In our application, we have only one jsp page (its clean html actually with ExtJS), for whole application user never leaves this page but the desktop window on the page is updated. We feel that we do not really need any struts functionality and provided classes like action, actionservlet, actionforms and actionforward anymore. So basically this application is without any workflow now and using struts is kind of overkill.
Can anyone suggest any lightweight framework in place of Struts, which will only work as a controller without any action or action form and also can be used to delegate the task to service later ?
Thanks,
Prashant