Search code examples
javaandroidfilenet-p8filenet-content-engine

IBM FileNet P8 Java APIs integration with Android?


IBM FileNet P8 provides Java APIs to deal with the content engine (CE)

http://pic.dhe.ibm.com/infocenter/p8docs/v5r1m0/index.jsp?topic=%2Fcom.ibm.p8.ce.dev.cews.doc%2Fconcepts%2Fintroduction.htm

my question is: are these APIs compatible with Android? can I use these APIs within my Android application ? if not, are there any alternatives ?


Solution

    1. You can try to use CEWS API.

    2. You cat try to use CMIS interface (if CMIS can cover your requirements and if you find the impelemntations of CMIS cliet for Android)

    3. You can use ready Content Navigator application from Google Play to work with P8 repository.

    4. You can customize ICN and use it in mobile browser or embeded via JavaScript in your application.