Re: Nobody is using Struts1 with GWT successfully?
I would recommend not using Struts with GWT, Struts (and Spring MVC)
are web 1.0 technologies. I would recommend using RPC for actions
that need to talk to the server using googles nice RPC framework.
If you have a mashup (old Struts app that you want to add GWT to)
I would suggest taking a large scale refactoring approach and write
new functionality in GWT (with RPC) and keep the old Struts jsp
code. Then when you have done a fair amount of GWT start refactoring
the old Struts jsp code to GWT as you are asked to maintain (change)
parts of it.
Cheers,
Scott
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home