Re: GWT 2.8.0 ?

2015-05-14 Thread Patrick Tucker
Why not use the 2.8 snapshot? On Wednesday, May 13, 2015 at 12:49:16 PM UTC-4, Michael Joyner wrote: Any status reports on when any GWT 2.8.0 RC's will start being available? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: GWT 2.8.0 ?

2015-05-14 Thread Michael Joyner
On 05/14/2015 09:26 AM, Patrick Tucker wrote: Why not use the 2.8 snapshot? Does it work well via Maven? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop receiving emails from it, send an email to

[gwt-contrib] Singular - model declaration

2015-05-14 Thread Marcin Okraszewski
Hi, I know Singular is in a prototype state, but I’m wondering about one thing. The definition of the model is done using fields. But then the controller is using a class which is apparently generated during GWT build and is providing access via getters and setters instead of fields. I think

GWT2.8 JsInterop Java-JS

2015-05-14 Thread Alex W
We are usingJSInterop in GWT2.8. In one of our RPCs we have some code like this that passes our java object to JS: onSuccess(ListMyObject objs) { for (MyObject obj: objs) { jsCode.printObj(We can't see the obj's properties, only: + obj); } } The definition of jsCode looks like this:

SRVE8094W: WARNING: Cannot set header. Response already committed - upgrading gwt/Spring application to WAS 8.5 - HELP!!!

2015-05-14 Thread Paul Lebedev
Hi, I'm upgrading app server of somewhat old GWT 2.03/Spring 2 application from WAS 7.00 to WAS 8.5.5 and I'm getting the following error when I try to load that very first Login JSP: [5/11/15 15:55:18:969 EDT] 010e ServletWrappe I com.ibm.ws.webcontainer.servlet.ServletWrapper init

Re: GWT 2.8.0 ?

2015-05-14 Thread Pablo Nussembaum
Yes, it works fine with maven. Add this repository: repository idgoogle-snapshots/id nameGoogle Snapshots/name urlhttps://oss.sonatype.org/content/repositories/google-snapshots//url releasesenabledfalse/enabled/releases snapshotsenabledtrue/enabled/snapshots

GWT 2.8.0 Snapshots are not published

2015-05-14 Thread Pablo Nussembaum
I've been using that repo for about a month without issues. Do anybody know why snapshots are not generated anymore? On 05/14/2015 05:34 PM, Thad Humphries wrote: There are no jar files in the 2.8.0-SNAPSHOT directories at this time. The last modified timestamp is Tue May 12 03:54:28 CDT

Re: GWT 2.8.0 ?

2015-05-14 Thread Thad Humphries
There are no jar files in the 2.8.0-SNAPSHOT directories at this time. The last modified timestamp is Tue May 12 03:54:28 CDT 2015. On Thursday, May 14, 2015 at 2:46:06 PM UTC-4, Bauna wrote: Yes, it works fine with maven. Add this repository: repository idgoogle-snapshots/id

Re: GWT 2.8.0 Snapshots are not published

2015-05-14 Thread Jens
I've been using that repo for about a month without issues. Do anybody know why snapshots are not generated anymore? Old files got cleaned every now and then by Sonatype. If the nightly build of GWT fails often and no new snapshot builds are uploaded then it can happen that no snapshots

[gwt-contrib] Re: Singular - model declaration

2015-05-14 Thread Guillaume Rebesche
This post probably belong to singular-contrib https://groups.google.com/forum/?#!forum/singular-contrib As far as I can see, Singular will use Annotation processing to generate an observable model. So, generated code will be available at compile time (thus right away). cheers, Guillaume Le

Library for Validation in GWT

2015-05-14 Thread abdullah
I have an application developed using Pure GWT. Throughout the Application I need to do validation like email,phone number,SSN or Date validation.Is there any good third party JS or library available to integrate with GWT? -- You received this message because you are subscribed to the Google

Re: Library for Validation in GWT

2015-05-14 Thread Subhrajyoti Moitra
http://www.gwtproject.org/doc/latest/DevGuideValidation.html Try this.. On Thu, May 14, 2015 at 12:50 PM, abdullah mohammedsameen@gmail.com wrote: I have an application developed using Pure GWT. Throughout the Application I need to do validation like email,phone number,SSN or Date