Firebird News

Thursday, April 28, 2005

Java UDF and procedures support in Firebird

It's been a while since we have published a document describing possible
architecture to support external procedures written in different languages.
Today we have released first preview version of Java support in Firebird.

This release includes a modified version of Firebird 2.0 (though it is quite
old version), modified version of JayBird 1.5.5 and few examples that show
ability to call arbitrary Java code as an UDF, selectable procedure, and
also an example of trigger accessing the new.* and old.* contexts.

This is experimental stuff, server might crash, might corrupt the database.
Do not use it in production environment. Main goal of this release is to
show what we have been working on and to gather your comments and
suggestions.

As I wrote, I am away till end of the week, please post your questions to
the mailing list, Eugeney Putilin will try to answer your questions.

Files can be downloaded from JayBird Wiki:


http://jaybirdwiki.firebirdsql.org/download/Downloads

Roman

2 comments:

Dan said...

How difficult would it be to support .NET UDF?

Popa Adrian Marius said...

very good question , that was my first thought when I saw it.
maybe we should ask on .net list ,Carlos can give some hints how hard is ...