How to implement 'Bounded Buffer'

2009-03-28 Thread wsstop
Hey, Please help me. Can you tell me how Bounded buffer can be made? I made server-client model with RPC. I also want to add Bounded Buffer that is shared by the server and client. Throught the buffer, I'll send ojbect element. Thank you.

Quest about Push and Socket

2009-03-05 Thread wsstop
Hi, I'm just start to study GWT and looking for pusing method from server. Is there any method to make push from server? or, can I have some sample code of socket? I already found some socket example on 'code.google.com/gwt-soc' but it doesn't work. :( Please give me some advise. I really

Question about Server-client model.

2009-03-04 Thread wsstop
Hi, I’m a very beginner of GWT. I need some help. I’m working on some project such as: 1. User on server make some Java application by using Swing , AWT, or other API. 2. Server converts them into Java script by using GWT and sends them to client. 3. Whenever contents on server are changed,