[xSocket-develop] Comet bayeux
Status: Inactive
Brought to you by:
grro
|
From: Bjarki B. <bja...@gm...> - 2008-07-31 15:05:25
|
Greetings, I came across the xSocket via this article: http://www.javaworld.com/javaworld/jw-03-2008/jw-03-asynchhttp.html?page=1 I have been working on a bayeux java implementation (as a part of my masters dissertation) and I took a look at your SVN repository where you have a bayeux implementation going. Would you say that your bayeux implementation is fairly mature? I would like to get a nonblocking java bayeux client working, how much work needs to be done on yours? Maybe I can expand on it and implement what is left? Why are all of the classes in org.xsocket.bayeux.http defined as "final class.."? I'm not able to instansiate any of those classes unless my class is in the same package. Is that the idea? Regards, - Bjarki Bjorgulfsson |