Hi,
I am trying to get some data pushed from the server side to the client. Searching in this forum I found
http://forums.smartclient.com/showthread.php?t=10593
Now I am wondering if the Messaging class got included in the SmartGWT libraries or if I have to copy the class from the example to my new project. And is the example also representative for a server-client communication? For me it seems to be just client to client communication.
Copying the class did not help for me in a first try. I am getting an error saying
"No source code is available for type com.mytest.shared.Messaging; did you forget to inherit a required module?"
But the most basic question is: Do I have to copy the class or got it built in during the 4 years since the above message was posted.
I am trying to get some data pushed from the server side to the client. Searching in this forum I found
http://forums.smartclient.com/showthread.php?t=10593
Now I am wondering if the Messaging class got included in the SmartGWT libraries or if I have to copy the class from the example to my new project. And is the example also representative for a server-client communication? For me it seems to be just client to client communication.
Copying the class did not help for me in a first try. I am getting an error saying
"No source code is available for type com.mytest.shared.Messaging; did you forget to inherit a required module?"
But the most basic question is: Do I have to copy the class or got it built in during the 4 years since the above message was posted.
Comment