Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [science-iwg] java <-> python service bridge

On 7/18/2016 4:17 PM, Jonah Graham wrote:
At the moment Py4J's Script Engine impl in EASE has nearly no* deps on
Eclipse bundles. The bug exception is that it depends on
org.eclipse.ease itself, and within EASE there would have to be some
refactoring to do a real core <-> eclipse <-> ui separation as at the
moment there is basically only a partial core <-> ui separation, but
both depend on eclipse.

* I am using o.e.core.runtime to extract files from bundles and
resolve bundles (in dir shape) as java.io.File for location. Probably
just need the pure OSGi versions for this. (As an aside, is there an
equivalent to Eclipse-BundleShape: dir for pure OSGi,

Unfortunately not. There's also no equivalent to Eclipse-BundleShape header, as the only OSGi bundle shape is jar. If you could point me at the code you are using to extract files and locations from bundles I'll happily help with this.

We can take this offline if you like as the entire list might not be interested, but FWIW I'm quite sure that we can fix/address these things.

Scott




Back to the top