Re: gwt 2.3 + spring 2 + maven 2

2011-09-02 Thread Mike Chai
Thanks for the responses. To clarify, I want to use GWT to build an interface for an existing Java backend that is using Spring. Integration using the STS isn't needed but I'll probably do it anyways. Is there a way to do this without using hackish methods? On Aug 18, 6:31 am, Giuseppe La Scaleia

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Giuseppe La Scaleia
I don't use Windows i use only Ubuntu or Mac. So you say to deploy the war under tomcat?? Regards Giuseppe 2011/8/18 Juan Pablo Gardella > Nop. It's works in dev mode inside eclipse. I don't use mvn jetty:run so > don't make run in this manner. Yes is slow in dev mode. If you use Windows > with

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
Nop. It's works in dev mode inside eclipse. I don't use mvn jetty:run so don't make run in this manner. Yes is slow in dev mode. If you use Windows with IE is the fastest browser in dev mode. Juan 2011/8/18 Giuseppe La Scaleia > With mvn jetty:run doesn't work. In hosted mode is very slow. > Re

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
Nop. It's works in dev mode inside eclipse. I don't use mvn jetty:run so don't make run in this manner. Yes is slow in dev mode. If you use Windows with IE is the fastest browser in dev mode. Juan 2011/8/18 Giuseppe La Scaleia > With mvn jetty:run doesn't work. In hosted mode is very slow. > Re

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Giuseppe La Scaleia
With mvn jetty:run doesn't work. In hosted mode is very slow. Regards Giuseppe 2011/8/18 Juan Pablo Gardella > See https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. > > > 2011/8/17 Daniel Guggi > >> @spring you may have a look here (requestfactory + spring3 integration): >> >> http:

Re: gwt 2.3 + spring 2 + maven 2

2011-08-18 Thread Juan Pablo Gardella
See https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home. 2011/8/17 Daniel Guggi > @spring you may have a look here (requestfactory + spring3 integration): > > http://jsinghfoss.wordpress.com/2011/08/10/gwt-2-2-0-requestfactory-spring-3-0-x-integration/ > > here an example pom (i use mav

Re: gwt 2.3 + spring 2 + maven 2

2011-08-17 Thread Daniel Guggi
@spring you may have a look here (requestfactory + spring3 integration): http://jsinghfoss.wordpress.com/2011/08/10/gwt-2-2-0-requestfactory-spring-3-0-x-integration/ here an example pom (i use maven 3) http://maven.apache.org/POM/4.0.0"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance";

Re: gwt 2.3 + spring 2 + maven 2

2011-08-17 Thread Y2i
There is some documentation on GWT site on GWT, SpringSource and Roo integration http://code.google.com/webtoolkit/doc/latest/tutorial/roo-sts.html -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit

gwt 2.3 + spring 2 + maven 2

2011-08-17 Thread Mike Chai
I'm new developing web applications with Java, so maybe this is implicitly known in the community but upon trying to search for integration for these 3 technologies I couldn't find a very straightforward answer. Some information is dated back to 2008ish where some people created "glue" to integrate