Alexander Veit wrote: > 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
Hi Alexander, there are two things I'd advise you to do. One, put up a project proposal in the incubator wiki: http://wiki.apache.org/incubator/ You can also look at older proposals there. There is no need to do this all at once, you can build your proposal incrementally (adding a champion etc.). Two, it sounds like your project is related to the web services world. So check out the projects under the Apache WS umbrella (http://ws.apache.org/), and also Apache CXF. Get on their mailing lists and talk to them. They may champion you proposal, or have some other suggestions. HTH, Thilo --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org For additional commands, e-mail: general-h...@incubator.apache.org