I have a need to embed Felix in a C++ application. Are there any recommendations, best practices, examples, anti-patterns? I'm currently looking at JNI via SWIG or JCC (used by PyLucene project) to a Java proxy.
Not sure about using Celix remote services. Does it use JNI for transport? Also, may be overly complex for my needs. Cheers, Patrick

