Re: Communicating with the server

2012-06-27 Thread Chris Price
You could try Errai -

http://www.jboss.org/errai

Talking to the server is much easier, too! Leveraging ErraiBus, you
can transparently and easily mix event-based and RPC-based
functionality in your app as neccessary. When leveraging the bus,
everything in your app is push, everything is asynchronous! 

On Tue, Jun 26, 2012 at 11:30 AM, Emil Daoura e.dao...@gmail.com wrote:
 Hi,

 I am new in GWT.

 I have a question about the Communication between a client and a server.

 I would like to create a GWT application that can do the following:

 The client A fires an event to the server and the server in his turn fire an
 event to the client B.
 Here the client B has to be able to listen to the event all the time.

 I wanted to send some event with few data in real time to a connected client
 B.
 is that possible? and if yes how can I do that?

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-web-toolkit/-/ePbehCWHbGsJ.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Communicating with the server

2012-06-26 Thread Emil Daoura
Hi,

I am new in GWT.

I have a question about the Communication between a client and a server.

I would like to create a GWT application that can do the following:

The client A fires an event to the server and the server in his turn fire 
an event to the client B.
Here the client B has to be able to listen to the event all the time.

I wanted to send some event with few data in real time to a connected 
client B.
is that possible? and if yes how can I do that?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/ePbehCWHbGsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.