java - How to connect OSGi to SAP? -


i need connect adobe cq5 (osgi based cms) sap information sap. don't have access sap server, meaning cannot install there.

according i've found out it's possible connect java application sap using 1 of following methods.

1) through web services
unfortunately, doesn't fit our needs because additional configuration on server side required.

2) through sap java connector
according page can connect sap using without configuration on server side.http://help.sap.com/saphelp_nw04/helpdata/en/8b/912229a9e611d6b28f00508b6b8a93/content.htm

here described how install sap java connector http://help.sap.com/saphelp_nw04/helpdata/en/47/80f671ee6e4b41b63c0fe46bd6e4f8/content.htm
but uses not .jar .dll. afaik .dll windows thing, osgi knows nothing .dlls.

so, how connect osgi sap without additional sap-side configuration? possible sap jco? if yes, how?

it possible use sap jco in osgi environment. take @ rcer - although specific project dormant now, have provided tools bundle jco eclipse plugin (which little more osgi bundle). have take precautions thought class loader able access native library - won't able communication going without library. rcer uses fragments add platform-dependent library while host plug-in contains platform-independent jar.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -