Validation in 2.5 RC1

2012-07-02 Thread Cengiz
Does anyone know what happened to com.google.gwt.validation.client.Validation in 2.5? What are we supposed to use in its place? -- 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.goo

Re: Validation in 2.5 RC1

2012-07-03 Thread Cengiz
, Cengiz On Monday, July 2, 2012 6:02:19 PM UTC+3, Thomas Broyer wrote: > > > On Monday, July 2, 2012 8:47:50 AM UTC+2, Cengiz wrote: >> >> Does anyone know what happened to >> com.google.gwt.validation.client.Validation in 2.5? What are we >> supposed to use in

Re: Read file from /war folder?

2012-11-07 Thread Cengiz
You might want to use ClientBundle's TextResource. See https://developers.google.com/web-toolkit/doc/latest/DevGuideClientBundle#TextResource On Wednesday, November 7, 2012 5:38:43 AM UTC+2, markww wrote: > > Hi, > > I have a text file in my war folder: > >/war > |---notes >

Documentation on Roo-generated MVP Class Files

2011-01-17 Thread Cengiz Öner
class files? A description on where to start customizing these project would also be beneficial. Thanks. Cengiz -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegrou

Need Help Packaging a GWT Library Module into a JAR

2011-12-22 Thread Cengiz Öner
I am trying to package a GWT library module into a JAR file and use the library in a GWT web app. Java sources, class files, module descriptor, and UiBinder XML files are all included in the JAR. However I am running into "Deferred binding failed for '[path to my library].client.ClientFactory'..."