Re: push data from server to clients

2013-07-14 Thread chris
I've had most success with http://www.jboss.org/errai On Sunday, 14 July 2013 04:36:14 UTC+10, Gal Lavie wrote: hello I want when first client do action on data base (update ,delete or add) the server updating client b I want that my server can push data to clients how I can do this? I

Re: push data from server to clients

2013-07-14 Thread Timothy Spear
I am using gwteventservice Tim On Jul 13, 2013 5:57 PM, Gal Lavie gallavi...@gmail.com wrote: hello I want when first client do action on data base (update ,delete or add) the server updating client b I want that my server can push data to clients how I can do this? I hope you understand me

Re: GWT Designer crashes Eclipse when i switch the editor-tab to Design...

2013-07-14 Thread Michael Prentice
I tried this recently and I have not yet been able to get the GWT Designer to work on Ubuntu 13.04 with Eclipse 4.3 or 4.2.2. On 4.2.2, I get the same issue that you posted: java.lang.ClassNotFoundException: org.eclipse.debug.ui.actions.RulerToggleBreakpointActionDelegate On Eclipse 4.3, I

RPC for Xsite communication

2013-07-14 Thread carrizo
If I understand it correctly the RPC framework is intended only for same-origin communication and the alternatives to workaround SOP are: using RequestBuilder (XmlHttpRequest) directly or JsonpRequestBuilder (a script tag). The downside with those alternatives is that you lose the automatic