EGL calling Java [message #934185] |
Fri, 05 October 2012 14:37  |
Eclipse User |
|
|
|
I have an existing java program I would like to call from EGL that has a hash table defined in the parms.
I assume there is a way to interface with this in EGL. Am I correct?
Can anyone direct me to the proper documentation for:
How you define this in the EGL ExternalType?
How you load the hash table in EGL? Is this done with/as a dictionary type?
Or is this not possible?
Thx,
Nathan Reed
public static String doStuff(String firstItem, String nextItem, Map<String, String> someParams, String lastItem);
externalType SampleProg type JavaObject
static function doStuff( firstItem string in,
nextItem string in,
????????????????????,
lastItem string in) returns(string);
end
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.27109 seconds