Re: Date Serialization issues

2010-08-09 Thread Ameya Kulkarni
application. then you may get exact date you want. Muhammad Bilal Ilyas Software Engineer From: Ameya Kulkarni amey...@gmail.com To: Google Web Toolkit google-web-toolkit@googlegroups.com Sent: Fri, August 6, 2010 11:09:46 AM Subject: Date Serialization issues Hi

Date Serialization issues

2010-08-06 Thread Ameya Kulkarni
Hi We are sending java.util.Date objects from the server. On the client side these date values are not correct. Examples: 14-Jul-1000 (on server) is shown as 20-Jul-1000 (on browser) 14-Jul-0100 (on server) is shown as 13-Jul-0100 (on browser) We are using GWT 2.0. Has anyone faced such issues

Re: GWT applications in clustered environment

2010-08-03 Thread Ameya Kulkarni
eriksson jock...@gmail.com wrote: Well it has nothing to do with GWT, look on the faq for your container. 2010/8/2 Ameya Kulkarni amey...@gmail.com We have a GWT application that needs to be deployed on a clustered environment with 2 nodes with session persistence. We are seeing an issue: when

GWT applications in clustered environment

2010-08-02 Thread Ameya Kulkarni
We have a GWT application that needs to be deployed on a clustered environment with 2 nodes with session persistence. We are seeing an issue: when node 1 sets something in the session, and node 2 tries to access, it gets a null. The session variable is of java.lang.Long type which is Serializable.