Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT now has spring roo support, what will this mean to GWT developers?

I have been using GWT with App Engine for a while now. Recently there was an announcement that GWT will support Spring Roo and SpringSource Tool Suite. I am having trouble seeing the big picture from the Google announcement page. For those without much knowledge of Spring what does this mean for GWT developers used to building swing-like gui's?

like image 409
Mark M Avatar asked May 21 '10 18:05

Mark M


1 Answers

My understanding is that Spring-Roo simplifies creating the server side component as well as making a rudimentary GWT front end for you. Then as a GWT developer, you can take the generated GWT front end and further embellish it. So, if is as good as they say it is, it makes your life as a GWT developer much easier and makes you more productive.

like image 153
Jay Askren Avatar answered Sep 28 '22 08:09

Jay Askren