1) Yes, the FPLibrary.jar file is portable across architectures, but not across SDK versions. Actually, this version-portability restriction may be relaxed in the 3.2/3.3 versions but I still wouldn't do it. It would be safe to bundle up the JNI defs from Windows into your WAR file.
2) You could use in-memory buffer streams rather than writing to the local filesystem, but of course this will impact your memory footprint. If I was implementing this with Centera I would probably read chunks with BlobReadPartial up to 20MB at a time to avoid having to hold an unbounded size blob in memory.
3) There is no supported SOAP (or XML-RPC, or REST) interface to Centera. We did a prototype in engineering 'back in the day' but it was just a demo and never really went anywhere.
Many thanks Mike - that information will help me immensely with my "rough estimate" task today. Thanks for responding so promptly to my questions - it is much appreciated.
mfh2
208 Posts
0
November 6th, 2014 18:00
Hello Mark -
I'll take a crack at your questions.
1) Yes, the FPLibrary.jar file is portable across architectures, but not across SDK versions. Actually, this version-portability restriction may be relaxed in the 3.2/3.3 versions but I still wouldn't do it. It would be safe to bundle up the JNI defs from Windows into your WAR file.
2) You could use in-memory buffer streams rather than writing to the local filesystem, but of course this will impact your memory footprint. If I was implementing this with Centera I would probably read chunks with BlobReadPartial up to 20MB at a time to avoid having to hold an unbounded size blob in memory.
3) There is no supported SOAP (or XML-RPC, or REST) interface to Centera. We did a prototype in engineering 'back in the day' but it was just a demo and never really went anywhere.
Best of luck with your project,
Mike Horgan
Sopra-Mark-H
2 Posts
0
November 7th, 2014 02:00
Many thanks Mike - that information will help me immensely with my "rough estimate" task today. Thanks for responding so promptly to my questions - it is much appreciated.
Best wishes,
Mark.