Gwt error

2010-10-12 Thread Yudji
I created the class : public class Game{ public static int quantidadeDeUsuario; public void somarQuantidadeUsuario(){ quantidadeUsuario ++; System.out.println(quantidadeUsuario); } } --- gwt but this

GWT Module Dependency

2010-10-05 Thread Yudji
I was read the article http://code.google.com/p/gwt-comet/wiki/GettingStarted and where in the project I put inherits name=net.zschech.gwt.comet.Comet / ? and add-linker name=xs/ anywhere in the xml? thanks -- You received this message because you are subscribed to the Google Groups

Comet help about code

2010-10-05 Thread Yudji
I read the comet in http://code.google.com/p/gwt-comet/source/browse/trunk/src/net/zschech/gwt/chat/server/ChatServiceImpl.java?r=98 Can explain to me about the code, because i dont undestand: public void send(String message) throws ChatException { .

Comet help about code

2010-10-05 Thread Yudji
I read the comet in http://code.google.com/p/gwt-comet/source/browse/trunk/src/net/zschech/gwt/chat/server/ChatServiceImpl.java?r=98 Can explain to me about the code, because i dont undestand: public void send(String message) throws ChatException { .

GWT- chat

2010-10-04 Thread Yudji
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

GWT- chat

2010-10-04 Thread Yudji
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