SysLib.getResource returns an object that is based on a specific entry in an EGL deployment descriptor.
eglx.lang
static function getResource(bindingkey string const in) returns(any); static function getResource(bindingkey string const in, propertyFileName string const in) returns(any);
Name of the EGL deployment descriptor, without a file extension. The name of the file that is accessed at run time includes the following suffix: -bind.xml.
If you do not specify a propertyFileName argument, its value is the name of the EGL deployment descriptor that is used at deployment time.
myService IMyService?{ @Resource{bindingKey = "myBinding", propertyFileName = "myDeploymentDescriptor"}};