Re: [JDBC] Regarding GSoc Application - Mailing list pgsql-hackers

From Atri Sharma
Subject Re: [JDBC] Regarding GSoc Application
Date
Msg-id CAOeZVicsfHexSnqQX_ZuFqhgcChzkViKTsNiOjMKOg9qUyRGDg@mail.gmail.com
Whole thread Raw
In response to Re: [JDBC] Regarding GSoc Application  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [JDBC] Regarding GSoc Application  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Tue, Apr 10, 2012 at 8:55 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Merlin Moncure <mmoncure@gmail.com> writes:
>> ...  We have to invoke java and there
>> are two basic ways to tie into the java runtime:  one is to jump
>> through SPI via the SQL executor. The other is JNI into the pl/java
>> jvm which I think you were hinting was the better approach.
>
> Hm?  SPI doesn't know anything about Java either.
>
>                        regards, tom lane

Hi Tom,

We plan to call SQL through SPI from the FDW,which in turn would call
the Pl/Java routine.

We are working on the JNI Invocation API approach also.We will be
currently researching the differences between the two approaches(SPI
and JNI).

Atri

--
Regards,

Atri
l'apprenant

pgsql-hackers by date:

Previous
From: Dave Cramer
Date:
Subject: Re: [JDBC] Regarding GSoc Application
Next
From: Jeff Janes
Date:
Subject: Re: To Do wiki