Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] CLIPC contribution to ECF

All,

As per the contribution process, here is my request to add the CLIPC source code to the ECF project. I've created an entry in bugzilla: https://bugs.eclipse.org/bugs/show_bug.cgi?id=286744 for the contribution, with the source code attached to the bug.

I also added a wiki page with answers to some of the questions in the contribution process at http://wiki.eclipse.org/IPC_clipc_contribution.

CLIPC provides inter-process communications (IPC) primitives that do not exist in the Java runtime or simplifies those ones that do exist. It consists of some platform independent Java code that defines native interfaces and then some native code that implements the interfaces.

Basic questions that I have include:
* Are there any corrections I need to make to the Bugzilla request?
* Do I need to rename the various packages that CLIPC uses?
* Are there other changes that are needed in order to contribute the code?

Thanks,

Clark





Back to the top