Declared compileSourcesArtifact was not found in project dependencies

2013-03-23 Thread Kris
Hi, I have a maven project with several modules. One module contains JPA objects. Used with hibernate. I would like make this a GWT module do I can use these classes in my GWT module. Don't know if this is even possible.. what will the GWT compiler say to all the jpa/hibernate annotations ??

Re: momentgwt - a GWT wrapper library for momentjs.com

2013-03-23 Thread Sebastián Gurin
I don't think so. This is a 100% JavaScript library for the browser. On the server you have java.util for date/calendar fully supported. Regards On Saturday, March 23, 2013 5:53:31 PM UTC-3, Mohammad Al-Quraian wrote: > > Thanks a lot Sebastian. > > Can I use this on the server? > > -- You rece

Re: momentgwt - a GWT wrapper library for momentjs.com

2013-03-23 Thread MAQ
Thanks a lot Sebastian. Can I use this on the server? On Thursday, March 21, 2013 10:22:15 PM UTC+3, Sebastián Gurin wrote: > > I just released a GWT wrapper for the nice JavaScript library momentjs ( > momentjs.com). It resulted on a small and easy to use alternative for > working with dates, c

gwtsjcl - a crypto library

2013-03-23 Thread Sebastián Gurin
I was needing a lightweight crypto library for GWT so I have made a wrapper of the excellent Stanford Javascript Crypto Library http://crypto.stanford.edu/sjcl/ The project page is http://code.google.com/p/gwtsjcl/ Besides encryption it also support utilities related to hash, codecs, etc like

Receiver method onConstraintViolation not called

2013-03-23 Thread Nils
Hello, any ideas why the Receiver method onFailure is triggered instead of onConstraintViolation when validation fails on server side? I just have to annotate the entities in my ejb module right? I'm using RequestFactory for communication with server. On server side i'm getting a rollback excepti

Re: momentgwt - a GWT wrapper library for momentjs.com

2013-03-23 Thread Sebastián Gurin
yes, fixed. Thanks! On Friday, March 22, 2013 7:04:54 AM UTC-3, nino wrote: > > Good work. > I think you have a bug here no ? > I dont see you using the date argument. > > public static final native Moment moment(String date)/*-{ > return $wnd.moment(); > }-*/; > > > > 2013/3/22 Sebastián Gurin >