GWT Maven Install compile error java.lang.NullPointerException at com.google.gwt.dev.util.DiskCache.transferToStream(DiskCache.java:187)

2013-12-04 Thread umesh shaw
I am having this error. tried all the option to delete gwt cache, temp folder, etc from online. but still no luck Please help.. [ERROR] Exception in thread pool-1-thread-323 *java.lang.NullPointerException* [ERROR] at com.google.gwt.dev.util.DiskCache.transferToStream(

GWT with Spring 3.0

2012-01-29 Thread Umesh upadhyay
I am new to GWT and have to build a new GWT app using the existing Spring application. How to integrate GWT with Spring3.0. Is there any sample example/tutorial or any maven arcehtype to start off. -- -- You received this message because you are subscribed to the Google Groups Google Web

GWT integration with Spring services

2012-01-26 Thread Umesh
How to integrate GWT with spring. Is there an archetype in maven which can be used to build the structure of Sring, GWT, JPA -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Add Click Listener to an Element

2010-06-18 Thread Umesh Gohil
. Appreciate if somebody can help me with code snippet or link for reference. Thanks Umesh Gohil -- 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-tool...@googlegroups.com. To unsubscribe from

How do you connect to External RPC Service? In other words, can you expose RPC services to outside world by sharing only client/shared pieces?

2010-06-02 Thread Umesh Adtani
I have a RPC servlet that I would like to make available to other GWT application developers. The problem that I currently see is that GWT.create(ServiceInterfaceClass) requires the service to be deployed on the same host where the GWT application is deployed. There is no way to do something like