Re: Best way to integrate GWT with existing Spring services?

2011-01-17 Thread Daniel Francisco
Hi Paul, I have to say that I was making these questions without doing a proper research and study of the GWT documentation. I wanted to go so fast. It's my fault. Now I have it quite clear. I've already started the project using mvp4g as the MVP framework, and gwt-dispatch to communicate with

Re: Best way to integrate GWT with existing Spring services?

2010-12-31 Thread Paul G.
Hi Daniel, you are right, this question has been asked so many times. We're using GWT-RPC because when we stared our project then GWT 1.6 was out and actual. I don't know much about RequestFactory. But I think there is still one same approach. So there is one big question for you. How good is

Re: Best way to integrate GWT with existing Spring services?

2010-12-31 Thread 华佗转世
Is anyone know, how integrate GWT with Spring MVC (controller)? 2010/12/31 Paul G. palo.gre...@gmail.com Hi Daniel, you are right, this question has been asked so many times. We're using GWT-RPC because when we stared our project then GWT 1.6 was out and actual. I don't know much about

Re: Best way to integrate GWT with existing Spring services?

2010-12-31 Thread a...@mechnicality.com
Hi I've very successfully used a scheme for making a HandlerAdaptor for a GWT RemoteServiceServlet. I based my code on: http://blog.digitalascent.com/2007/11/gwt-rpc-with-spring-2x_12.html (Chris Lee) but I found that Chris's original code had a problem with 2.+ RemoteServiceServlets in 3

Best way to integrate GWT with existing Spring services?

2010-12-30 Thread Daniel Francisco
Hi everybody, I know is likely that this question has been asked many times before. I've googled a lot but I still don't have a clear answer, and I'm getting crazy. I have to start a new project which consists of creating the GUI layer using GWT of a backend application for which a project