Re: Library for Validation in GWT

2015-05-15 Thread MG12
Errai uses bean validation - https://docs.jboss.org/author/display/ERRAI/Data+Binding#DataBinding-Beanvalidation Its very elegant! On Thursday, May 14, 2015 at 9:20:58 AM UTC+2, abdullah wrote: I have an application developed using Pure GWT. Throughout the Application I need to do

Re: Trying SDM in gwt 2.5.1 - no option to compile

2015-05-15 Thread MG12
I needed to add: add-linker name=xsiframe/ set-configuration-property name=devModeRedirectEnabled value=true/ set-property name=compiler.useSourceMaps value=true/ to my gwt.xml On Saturday, May 16, 2015 at 1:08:10 AM UTC+2, MG12 wrote: Hi I'm trying to get setup with SDM. When I view

Trying SDM in gwt 2.5.1 - no option to compile

2015-05-15 Thread MG12
Hi I'm trying to get setup with SDM. When I view my app, and click on the 'Dev Mode On' book mark, I get the following modal popup: https://lh3.googleusercontent.com/-2FOoMn-xi7Y/VVZ7-PAGCpI/Ai8/Jx6h1xB08aI/s1600/Selection_252.png Notice there is not option / button to

help a newbie - cant run sample app

2013-02-21 Thread MG12
Hi, I am using eclipse juno with latest GWT plugin. I create a new project and try to run it, and get the following - please help me. What am I doing wrong? 00:00:00.003 [WARN] failed Server@4328f227 java.io.IOException: Unable to establish loopback connection at

Re: Using EMF Model in GWT Client Side

2013-01-08 Thread MG12
Hi Soeren Did you find a solution to this issue? Thanks On Thursday, March 8, 2012 8:12:58 AM UTC+1, Soeren B wrote: Hi, I'm currently working with EMF and GWT. I created my own EMF Model and generated the model code (Runtime Platform: GWT is set). This Project got exported as JAR File