dadodev
unread,Nov 13, 2009, 2:28:40 PM11/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
I'm working on a GWT (1.7) application that uses Spring and Hibernate
on the server side that is secured with SpringSecurity and CAS.
I want to create some client side tests using GWTTestCase to test the
UI and Asynch behavior of the application.
I have two problems/questions regarding GWTTestCase:
1) is it possible to customize the web.xml used by the GWT shell
started by GWTTestCase? If yes, how? I need to customize the web.xml
used by GWTTestCase to disable the application security mechanism in
my tests, otherwise I cannot call the remote services which are
secured.
2) it's my understanding that the code I write for a GWTTestCase is
like GWT client code, ie. I cannot use non-serializable classes: am I
correct? If I'm wrong, is there a way to get to the Spring context in
a GWTTestCase?
Thanks