Hi Petr, I start using JavaRPC and found that it works fine but need to be refresh. I would also a more modern way to set the attributes that should be included/excluded from serialization. Finally, if you need simple things, current JavaRPC is OK. By simple thing, I mean, take one class, take all its attributes via and only via getters/setters, one instance is this class can wake'up in javascript world as it is and come back to Java world. If you need to select some attributes only, not only by getters/ setters but directly on attributes, had some special needs that may not allow you to 100% accept JavaBean specification, then JavaRPC is to rigid.
So, I had to modify it to fit our need and I feel I'll rewrite it and provide it as contribution if community find it useful, when I'll be out of my current taks. I'm late, lots of pressure, usual IT things :-) Feel free to ask question on current JavaRPC, what are your needs ? On Sep 17, 2009, at 06:55 , Petr Kobalíček wrote: > Hi, > > how is status of JavaRpc in qooxdoo contrib (documentation is quite > outdated)? Or, how other java rpc servers are people here using? > > Thanks > - Petr > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
