Dear all, I would like to start an incubator project at the Apache Software Foundation with a Java library (let's call it Jaffre) I've written.
Jaffre is a lightweight RPC library for the Java platform. It is designed to be simple, extensible, robust, and efficient with no required dependencies other than a JRE. Currently it supports transport over insecure or encrypted TCP channels. It supports sessions and can be customized so that calls are performed as a particular session dependent subject. Implementing a service is as simple as defining a service interface, implementing it in a pojo, and registering that pojo as a service endpoint. The service is exposed to clients through one ore more connectors. Clients call the service through proxy classes. As far as I understood the Apache guides and this mailing list, the first requirement to start an incubation is to find a champion. If this is correct, I would herewith like to announce the search for a champion. If I'm wrong, I would appreciate any advice how to proceed. Regards, Alexander Veit --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org