Re: Hibernate GWT

2009-08-17 Thread Nick Nadgauda
For Gilead, you don't need to inherit from their classes. Have your model objects implement ILightEntity. It's basically a wrapper around a simple hashmap to store the proxy information. Your service can use the GileadRPCHelper directly.Take a look at the implementation of

Re: Date - day issue

2009-04-27 Thread Nick Nadgauda
It's actually a bug in the javascript. I think the double/long storing the date in the browser loses precision in certain cases and when it gets sent to the server the day is getting adjusted accordingly. http://code.google.com/p/google-web-toolkit/issues/detail?id=3276 On Apr 22, 2:13 pm,