Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] JSDT - Integrated scripting engine

Hi there,
 
I am a developer at Infineon Austria and working on eclipse plugins for internal use for over 3 years now. Part of this development was using JSDT and Rhino and integrate a JS/ECMA interpreter into the eclipse IDE. This results for example in a shell view capable of executing JS code on the fly. There is also a dedicated JS console and some UI stuff to execute *.js files directly within the IDE.
I implemented some extension mechanism to the engine to provide libraries written in Java to the JS engine. So the main focus is not supporting JS coding for websites, but JS to script the Eclipse IDE itself.
 
Currently I am looking for ways to make this public. Part of my thoughts is if this could fit to JSDT and if so, how. I am interested in your opinion.
 
Kind regards
Christian Pontesegger

___________________________________________________________
SMS schreiben mit WEB.DE FreeMail - einfach, schnell und
kostenguenstig. Jetzt gleich testen! http://f.web.de/?mc=021192


Back to the top