On Wed, Feb 1, 2012 at 4:12 AM, laredotornado <[email protected]>wrote:

> Hi,
>
> I'm using GWT 2.4 and writing some integration test cases using
> GwtTestCase.  How can I run some initialization code on the server
> side before the test cases kick off?  I tried defining a servlet in my
> module's .gwt.xml file and writing some code in the init method, but
> it seems that alone is not enough (the init method is never getting
> called).
>
> Thanks for additional tips, - Dave
>
>
>

>  In Gwt i used to  communicate with server via RPC please try RPC for
> your server side communication. and its configuration must be done in
> web.xml

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to