> Marcel Offermans wrote: > > Out of interest, if it's a simplified kind of RMI, what are > the tradeoffs for using RMI vs using Jaffre?
Jaffre does not need skeletons/stubs. The endpoints are pojos, parameters and return values are java.io.Serializable objects. No registry is required. Jaffre Connectors listen well-defined ports that can easily be bound to a specific address. They are firewall friendly. An experienced programmer will be able to fly over, and understand the whole Jaffre code in less than an hour. Jaffre is intended to be easily customized. -- Cheers, Alex --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org