Re: GWT and Maven

2011-06-14 Thread jgonian
Also, you can find a bare minimum POM which works with Maven and Google Plugin for Eclipse here https://github.com/jgonian/GWT-maven-GPE-sample. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: a simple POST with formData

2011-03-29 Thread jgonian
I think that you should take a look to the following classes: - RequestBuilderhttp://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/http/client/RequestBuilder.html for XHR requests and/or -

Re: what Mock framework do you recommend ?

2010-12-10 Thread jgonian
+1 for Mockito If you are using GIN for dependency injection take a look at jukito (http://code.google.com/p/jukito/) as well. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Google API Library for GWT updated for GWT 2.0

2010-06-02 Thread jgonian
:57 AM, jgonian jgon...@gmail.com wrote: I've checked the maven repository (http://repo2.maven.org/maven2/com/ google/gwt/google-apis/) but I haven 't found the new versions of the Google API Libraries. Any updates on when will the updated libraries be available through the maven

Re: GWT Sprite adds height attribute in the style class

2010-05-18 Thread jgonian
I have also used the sprite mechanism but without success on IE6/7 when it came to background with sprite-image. Here is the related issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=4521 and I think it describes the same problem mentioned by Thomas. All we can do for now is

Re: Google API Library for GWT updated for GWT 2.0

2010-05-13 Thread jgonian
I've checked the maven repository (http://repo2.maven.org/maven2/com/ google/gwt/google-apis/) but I haven 't found the new versions of the Google API Libraries. Any updates on when will the updated libraries be available through the maven repository? On May 12, 4:43 am, Eric Ayers

Re: Sprite image mechanism problem on IE

2010-05-03 Thread jgonian
Related Issue (4521): http://code.google.com/p/google-web-toolkit/issues/detail?id=4521q...@sprite%20background On Mar 8, 6:41 pm, Michel micg...@gmail.com wrote: I am facing a problem when usingspriteimages in my CssResource class. Problem occurs when creating a CSS styled menu with UL and LI