Re: GWT- chat

2010-10-05 Thread danigb

There's a complete Chat implementation library using xmpp as protocol
at: emite.googlecode.com
You can use only the library or the complete UI implementation.
Maybe it helps


On Oct 4, 5:44 pm, Subhrajyoti Moitra subhrajyo...@gmail.com wrote:
 http://code.google.com/p/atmosphere-gwt-comet/

 http://code.google.com/p/atmosphere-gwt-comet/Here one more for the same
 purpose.







 On Mon, Oct 4, 2010 at 9:00 PM, andy stevko andy.ste...@gmail.com wrote:
  Hello Yudji,

  I believe you are referring to the application model call Comet
 http://en.wikipedia.org/wiki/Comet_(programming)http://en.wikipedia.org/wiki/Comet_%28programming%29

  There is a Comet implementation for the Google Web Toolkit
 http://code.google.com/p/gwt-comet/

  On Sun, Oct 3, 2010 at 6:48 PM, Yudji guilhermeyu...@hotmail.com wrote:

  I have created a simple client/server app
  that does nothing but sends a string from client to server.

  Now I would like to expand it so the server can send messages to all
  clients. How can this be done?

  --
  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-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs
   cr...@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-tool...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2Bunsubs 
  cr...@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-tool...@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.



Re: Chat with GWT

2010-09-23 Thread danigb

There's a library (emite.googlecode.com) that allows to send and
receive messages from a xmpp server using a proxy using the BOSH
technique (http://xmpp.org/extensions/xep-0124.html) Maybe it helps
Bests
Dani


On Sep 22, 9:15 am, Thomas Martin martin.thomas...@gmail.com wrote:
 Can you give the error you got ?

 Generally, it is better to implements IsSerializable, which is the
 serialization interface of GWT, rather than Serializable, which is the
 classic Java serialization interface, which should work but causes
 sometimes some issues.

-- 
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-tool...@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.