Is it possible to migrate struts/spring based application to GWT?

Posted by Satish Pandey on Programmers See other posts from Programmers or by Satish Pandey
Published on 2012-08-28T07:53:17Z Indexed on 2012/08/28 9:50 UTC
Read the original article Hit count: 386

Filed under:
|
|
|
|

I am using the combination of spring, spring-security, struts and iBatis in my application. Now I am looking to migrate the struts UI to GWT.

The new combination must be spring, spring-security, GWT and iBatis.

I applied a layered approach to develop my application. In Controller/UI layer i am using Struts. I want to replace struts and use GWT in Controller/UI layer.

Is is possible to use GWT without affecting another layers DAO/BL/SL?

© Programmers or respective owner

Related posts about java

Related posts about design