That sounds insanely useful Chris. Deploying stored procedures of any language as an OSGi bundle is very appealing.
BTW I have to one day explore this coupled with how to manage security so code can be sandboxed based on the identity of the executor. Alex On 9/28/07, Chris Custine <[EMAIL PROTECTED]> wrote: > > Hi Guys, > I started looking at scripting this week as well and wanted to point to Apache > BSF <http://jakarta.apache.org/bsf/> which I am thinking about using in > another project to support scripting in various languages such as Ruby > (JRuby), Groovy, and Javascript (Rhino). Apparently the javax.scriptaddition > to Java > 1.6 was based partially on BSF, and if we use BSF we can still support > scripting in 1.5. FWIW, I am planning to make an OSGi bundle that will > allow deployment and registration of script packages as OSGi bundles so this > may also benefit us later in some fashion. > > So I would be glad to help with the Stored Procs and Scripting in > particular as well. > > Thanks, > Chris > > > On 9/28/07, Stefan Zoerner < [EMAIL PROTECTED]> wrote: > > > > Alex Karasulu wrote: > > > * Support for Scripting languages for Stored Procedures (e.g. > > Groovy) > > > > > > > > > This also would be really cool to have. We just need more > > participation > > > on getting stored procedures > > > implemented properly. It would be great if you could lend a hand if > > it > > > interests you of course. > > > > It seems that it is not much code we talk about. I am interested. > > > > Perhaps I'll start with my own implementation of StoredProcEngine for > > Groovy in order to get my feet wet. If it works, perhaps Ersin can > > review it and we can think about adding the code to support Groovy SPs > > natively. > > > > Greetings, > > Stefan > > > > > > > > > > >
