Wednesday, May 29, 2013

Re: Lessons learned moving from GWT to Spring MVC

Thanks for sharing!!


2013/5/29 Ed Bras <post2edbras@gmail.com>
To be honest: I don't even know another  framework like GWT that match my desired setup ... Do they even exists? So it's like comparing peers and bananas...

My setup (which I love).. A separate backend (Spring) and frontend (GWT), that are deployed separately in respectively Tomcat and Apache httpd.
A few nice things:
1) Separate development of backend and front end.
2) Separate teams for backend and frontend (RPC communication through contract interfaces). Overcomes unncessary dependencies that slows down development... As such: fast development, changes and bug solving...
3) Fast startup of dev mode due to noserver mode (no need for gwt yetty/tomcat).
4) Full control/inside of communication between backend and front-end, that leads to easy performance optimization.
etc...

Which frameworks can offer this?
Note: before I also had both frontend and backend in one war, which is ok for smaller projects, or if it's required by the client environment, but the separation of frontend and backend works very nice...



On Wed, May 29, 2013 at 5:08 PM, Thomas Broyer <t.broyer@gmail.com> wrote:


On Wednesday, May 29, 2013 12:14:24 AM UTC+2, Tomek Kańka wrote:
How can one compare something what  lives almost entirely in presentation-layer and has none strong dependencies on server-side (GWT) with framework which is focused on server-side without any real widget library?

Exactly what I wonder every time Matt Raible presents his "Comparing JVM Web Frameworks" session.

--
You received this message because you are subscribed to a topic in the Google Groups "Google Web Toolkit" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-web-toolkit/7c0eJtkA5zM/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

No comments:

Post a Comment