From: Leo N. <leo...@gm...> - 2008-12-14 16:03:42
|
Hi there I have received recently good news about this porting, and that is that I have a new student under my supervision with a grant to develop this port, so we all can work together ;) Right now we are studing different posible C proprocessors to be able to "parse" the javac.h file and generate "Java Value Object" able of encoding and decoding themselves into and from XDR. The XDR library has some minor changes, basically because we have ported also the javaclient to J2ME. The first approach I made a year and a half ago was using the PCPP class from "gluegen" project to do this work. I had some problems, like lacking array support, and so on, that made me spend more time than programed at the beggining. Now, and with this new guy working on this, I hope to be able to release something not long from now. Anyway we have to work on this also at the design level as I would like to provide a much easier java client for player, specially regarding the Threaded/nonThreaded stuff. By the way, Radu (or any other one), do you have any sort of UML like diagram of the current JavaClient? 2008/12/14 Tung Nguyen <ng....@gm...> > Hi all, > > I was wondering if someone here could give me some tips on where to start > upgrading JavaClient 2.0 to work with Player/Stage 2.1.x > > In an earlier thread in respond to Maria Staudte, Leo mentioned that: > > " The messages sent by the PS server have been modified since 2.0.5 so > the javaclient proxies are trying to decode diferent size messages. This > leads to strange behaviours, basically due to the fact that javaclient is > unable to decode those messages." > > So should I start by modifying the way JavaClient 2.0 handles XDR message > in a manner that is compatible to Player/Stage messages, or should I be > fixing other parts of the client too ? > > Due to time constraint, I would like to be able to communicate (receive and > send msgs) with some drivers only, will this take some load off the > JavaClient upgrading process ? > > I considered Leo's response before about how wrapping would tie my control > code down to a single platform, so I would love know how I can make use of > the existing JavaClient 2.0. > > Thanks a lot, > > Tung > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Java-player-users mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/java-player-users > > -- ************************************** Leonardo Nomdedeu Calvente leo...@gm... |