[Red5devs] Spring M2 Supports Scripting.

Luke Hubbard (luke@codegent.com) king.selassie at gmail.com
Mon Feb 27 05:22:51 EST 2006


Hi Guys

Sorry for spamming the dev list today, but im just recording info I
find on the net.

Currently we have scripting support which is based on a slightly
modified version of scripting support for groovy I found in the spring
sandbox. I changed it to work with Rhino, but wanted to stick as close
to the spring api as I could. Tough thing the spring api was not
final.

Just been looking through the spring forums for an update, perhaps
jsr223 support and I found this message.

----------------------------------------

M2 will be out early next week, with major progress, especially in
AspectJ integration (argument binding for @AspectJ syntax etc.) It
will also include the JPA (EJB 3 persistence) integration, support for
beans implemented in scripting languages such as Groovy and JRuby, and
some important incremental improvements in the IoC container. M3
probably a couple of weeks later.

Target date for 2.0 final is mid March. Expect an RC mid Feb.

Rgds
Rod
__________________
Rod Johnson - CEO, Interface21

I checked out the site and M2 is already out. Here is the interesting
bit in the change log.

Package org.springframework.scripting
* introduced scripting package based on ScriptFactory and ScriptSource
abstractions
* added support for BeanShell, Groovy and JRuby scripted objects

So I guess we should upgrate to Spring2 as soon as its final, which
should be any day now. This still begs the question. Should we use the
spring api or jsr223. Hmm..

-- Luke



More information about the Red5devs mailing list