Hi Steffen,
Great, if you let me know your github account I can give you push access.
One file per language should make this very simple indeed.
90% of this plugin can be implemented with plain unit tests without ever really needing to boot Jabylon.
For the rest:
OSGi is (in its basics) very simple, but to make it easier I already put the basic pieces together and pushed a new maven module:
https://github.com/jutzig/jabylon-plugins/tree/master/globalize.jsTo test in Jabylon, first get the latest SNAPSHOT by either building it, or downloading it here:
http://jenkins-jabylon.rhcloud.com/job/jabylon/Start it with bin/karaf
Next you have 2 choices:
1. Drop your jar (and any libs you might need) in "deploy". Should be picked up right away and become usable in Jabylon
2. First, drop any external libs you might need in deploy. Next in the karaf shell, type
bundle:install mvn:org.jabylon:globalize.js
The advantage of the 2nd approach is, if you type "bundle:watch *" in the karaf shell, it will monitor your local maven repository and automatically redeploy the jar whenever you do a mvn install.
PS: Ja, wir können gerne auch deutsch reden, aber auf der Mailingliste ist englisch geschickter...
Best regards,
Johannes