Re: Spring GWT Integration

2011-02-25 Thread Ezequiel Palumbo
On 24 feb, 16:48, lascarayf lascar...@gmail.com wrote: Why GWT team do not make a OFFICIAL GWT SPRING INTEGRATION DOCUMENT?? Like the other guys well said, there's a lot of ways to do that job, and it also depends of your needs. I have coded a few lines in order to use spring beans as

Re: Spring GWT Integration

2011-02-25 Thread Juan Pablo Gardella
I integrate Spring and gwt-dispatch using this approach: http://pgt.de/2009/09/16/use-spring-with-gwt-dispatch/ And here is the sample http://pgt.de/2009/12/09/sample-gwt-dispath-project/ Juan 2011/2/25 Ezequiel Palumbo ehpalu...@gmail.com On 24 feb, 16:48, lascarayf lascar...@gmail.com

Re: Spring GWT Integration

2011-02-25 Thread Nicolas Antoniazzi
Just because gin/guice is better than spring ;) 2011/2/24 lascarayf lascar...@gmail.com Why GWT team do not make a OFFICIAL GWT SPRING INTEGRATION DOCUMENT?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: Spring GWT Integration

2011-02-25 Thread nacho
1+ -- 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+unsubscr...@googlegroups.com. For more options,

Re: Spring GWT Integration

2011-02-25 Thread Ashton Thomas
I have a simple app with spring integration for some reference: https://github.com/ashtonthomas/beans important places: - war/WEB-INF/ spring-servlet.xml web.xml - src/appContext - src/com/billy/bob/server/request/ GwtRpc files etc GWT/Spring != Rails. You're in a whole new ballgame. There will

Re: Spring GWT Integration

2011-02-25 Thread Kayode Odeyemi
I think it is flexible enough to be used without an official support. Still depends on how you want to use it. As a rule of thumb, I normally see it like this: - If your architecture is built around SpringMVC such that your view is handled by Spring, then use Spring - If your

Re: Spring GWT Integration

2011-02-24 Thread Juan Pablo Gardella
Take it easy. You can use GWT without Spring. Post in the Spring forum 2011/2/24 lascarayf lascar...@gmail.com Why GWT team do not make a OFFICIAL GWT SPRING INTEGRATION DOCUMENT?? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group.

Re: Spring GWT Integration

2011-02-24 Thread nino ekambi
Well because this is an open source Project and maybe some one else could contribuate ? :) I think those guys are busy building the best Web framework out there. 2011/2/24 lascarayf lascar...@gmail.com Why GWT team do not make a OFFICIAL GWT SPRING INTEGRATION DOCUMENT?? -- You received

Re: Spring GWT Integration

2011-02-24 Thread Alan Chaney
There is no 'official' way to use Spring with GWT. Both frameworks are extremely flexible and can be configured in a number of different ways depending upon your application. If you are referring to SpringROO, then see: http://www.springsource.org/roo which has substantial documentation.

Re: Spring GWT Integration

2011-02-24 Thread Jeff Schwartz
+1 On Thu, Feb 24, 2011 at 3:55 PM, nino ekambi jazzmatad...@googlemail.comwrote: Well because this is an open source Project and maybe some one else could contribuate ? :) I think those guys are busy building the best Web framework out there. 2011/2/24 lascarayf lascar...@gmail.com Why