Additional info for Spring Dynamic Language Support: http://static.springframework.org/spring/docs/2.5.x/reference/dynamic- language.html
Lars On Wednesday 11 June 2008 12:53:21 lhein wrote: > Hi, > > currently I am reworking the servicemix-script component to have a jsr-223 > enabled endpoint. > The JSR-223 is an abstraction layer for scripting for java. There are > already engine implementations for lots of languages...for example groovy, > javascript, jruby, bsh, xpath, xslt, velocity etc. > > A list of available engines can be found here: > https://scripting.dev.java.net/ > > In my opinion the old endpoint which uses Spring Dynamic Languages (there > are only 3 languages supported by Spring) should be abandoned in 3.3 > Release. This old endpoint causes problems with dependency managment. Today > I tried to get JRuby running on both old and new endpoint and figured out > that this is impossible. The reason is, that JSR223 needs JRuby >=1.1 and > Spring JRuby <=1.0....so what :) > > What do you think? > > Regards > Lars
