gwt rpc generics java.lang.ClassT

2012-09-01 Thread Stefanos Antaris
Hi to all, i am facing a problem with the java generics in rpc. I have implemented a rpc service using the java.lang.classT generic and while it works fine when i test it, it cannot be compiled. I have serialized the class that i need to pass through the rpc and i have implemented the default

Re: building a GWT project with fails due to dependency on GWT 2.4.0 (at least 2.5.0-rc1 required)

2012-09-01 Thread koma
@abraham, @hilco Thx guys, that did the trick !! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/QfM9YYewuOgJ. To post to this group, send email

Re: IsEditor and Editor hasErrors always false problem, and getErrors always empty

2012-09-01 Thread Thomas Broyer
There's absolutely no relationship between the Editor framework and JSR303 Bean Validation. That is to say: the Editor framework won't validate your objects, you have to do it yourself (and you can then pass the ConstraintViolations to the EditorDriver for display). The hasErrors and getErrors

Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Thomas Broyer
Simply pass multiple -src arguments: -src src/main/java -src target/generated-sources/gwt On Saturday, September 1, 2012 5:01:23 AM UTC+2, Juan Pablo Gardella wrote: Hi folks, I have a doubt with Super Dev Mode. I have a maven project that generate some sources in a

Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Juan Pablo Gardella
Thanks Thomas! I will try. Cheers, Juan 2012/9/1 Thomas Broyer t.bro...@gmail.com Simply pass multiple -src arguments: -src src/main/java -src target/generated-sources/gwt On Saturday, September 1, 2012 5:01:23 AM UTC+2, Juan Pablo Gardella wrote: Hi folks, I have a doubt with Super Dev

retry code split async when fail

2012-09-01 Thread Luke
can advice how to have runasync retry number of times when connection fail ? which files to modify? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

fundamental problems with predictive layout

2012-09-01 Thread Magnus
Hi, since I use GWT I have a fundamental problem with implementing a predictive layout. I did many resize operations using the onResize method. This method is called whenever a widget is resized. This is fine. However, it is only possible to react on a resize event if one knows the new sizes!!

Elemental - webkit only?

2012-09-01 Thread emurmur
I'm using Elemental and writing some code that needs requestAnimationFrame. Elemental has Window.webkitRequestAnimationFrame(), which only works on webkit browsers (but not on earlier ones, like the Android 2.3 or 3.1 browsers). It does not work on Firefox or IE. There is a common shim used

Re: Super Dev Mode with multiple source folders

2012-09-01 Thread Juan Pablo Gardella
Thanks Thomas, this works. I suppose that is a good idea updated the docs to said that we can add multiple -src parameters. Juan 2012/9/1 Juan Pablo Gardella gardellajuanpa...@gmail.com Thanks Thomas! I will try. Cheers, Juan 2012/9/1 Thomas Broyer t.bro...@gmail.com Simply pass

[gwt-contrib] Remove Windows-specific JNI for the check for updates (issue1820804)

2012-09-01 Thread t . broyer
Reviewers: cromwellian, Message: See https://groups.google.com/d/topic/google-web-toolkit-contributors/6z9x8S0FYh0/discussion for the rationale. Description: Remove Windows-specific JNI for the check for updates Remove -Dgwt.devjar in many places, as we no longer have native libs. Please

[gwt-contrib] Remove long-deprecated GWTShell and GWTCompiler tools. (issue1821804)

2012-09-01 Thread t . broyer
Reviewers: cromwellian, Description: Remove long-deprecated GWTShell and GWTCompiler tools. Added a test to make sure JSP works. Please review this at https://gwt-code-reviews.appspot.com/1821804/ Affected files: M dev/build.xml M dev/core/src/com/google/gwt/dev/CompileTaskRunner.java

[gwt-contrib] Re: Remove long-deprecated GWTShell and GWTCompiler tools. (issue1821804)

2012-09-01 Thread t . broyer
https://gwt-code-reviews.appspot.com/1821804/diff/1/user/test/com/google/gwt/dev/shell/jsp/client/JspTest.java File user/test/com/google/gwt/dev/shell/jsp/client/JspTest.java (right):

Re: [gwt-contrib] Cleanup: is IE6 JNI really needed?

2012-09-01 Thread John A. Tamplin
On Sat, Sep 1, 2012 at 9:57 AM, Thomas Broyer t.bro...@gmail.com wrote: As you all know, the we decided to move to Maven as the build system for GWT. The first step is cleaning up dependencies. Digging into the code, I stumbled upon a bit of JNI: GWT checks for updates every day, and on