Hi Jean, thanks for response.
Currently my needs are a bit unspecified. We are started one application in java and I'm still learning things (not java, but the libraries we are using). My needs are that I should be able to work with POJOs (like you said), but sometimes I would probably need to include much more (not only getters / setters, add some data to rpc response). Are you using JavaRPC together with Hibernate? Or is anybody here using it with apache wicket and wicket custom sessions? And what do you think about this http://jabsorb.org/ ? (The title is misleading, it contains json-rpc implementation and some JS code to talk with, for me unneeded). Thanks - Petr 2009/9/17 Jean-Baptiste BRIAUD -- Novlog <[email protected]>: > 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 > ------------------------------------------------------------------------------ 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
