Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[edt-dev] 2 new plugins added for service invocations

Today I added 2 new plugins EDT for service invocations: org.eclipse.edt.mof.eglx.services and org.eclipse.edt.gen._javascript_.templates.eglx.services. These plugins were added to refactor service invocations out of the base JS templates and into their own plugin. In addition there were some changes made to system parts for services. Specifically: @BindService is replaced with @Resource, ServiceLib.bindService is replaced by SysLib.getResource, and many records used for service invocations have been replaced by handlers.

NOTE: Someone got the latest code and saw a problem where either the edtCompiler.eglar and/or the egl.mofar did not load when an EDT workspace was opened. The symptoms observed were basic parts like programs, records, libraries, handlers, etc were highlighted as errors and would not compile. After restarting eclipse the eglar and mofar loaded fine and the errors went away.

regards,
Joe Vincens
EGL Developer
Rational Software, IBM Software Group
150 Kettletown Road, Southbury, CT  06488, USA
Tel: 203.528.3041

Back to the top