Re: [HACKERS] Regarding GSoc Application - Mailing list pgsql-jdbc

From Hitoshi Harada
Subject Re: [HACKERS] Regarding GSoc Application
Date
Msg-id CAP7QgmnUQq3QOHvKaXM+inxE3-U+RrTTy9e7xOGrRsJgV03dsQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] Regarding GSoc Application  ("Atri Sharma" <atri.jiit@gmail.com>)
Responses Re: [HACKERS] Regarding GSoc Application  ("Atri Sharma" <atri.jiit@gmail.com>)
List pgsql-jdbc
On Tue, Apr 10, 2012 at 8:41 PM, Atri Sharma <atri.jiit@gmail.com> wrote:
> Hi All,
>
> I think we are back on the initial approach I proposed(hooking directly into
> the JVM and executing Java code that calls JDBC).I think the best way to do
> this is create a JVM that executes the Java code and give the control of the
> JVM to the native API.
>
> I agree,the only need of Pl/Java that is apparent here is the need of the
> Java internals(JDK et al).If we set them up independently,then,we can have
> the FDW wrapping JDBC directly through JNI.JNI would call pure Java
> functions to connect to the JDBC.
>
> I think we can proceed with this.Once we are done with the API calling Java
> functions,I think the rest of the path is easily mapped(writing Java
> functions to connect to JDBC).
>
> Please let me know your opinions on this.
>

I think Multicorn is a good example, which invokes Python from FDW
routines though it is not using PL/Python.

http://multicorn.org/

Thanks,
--
Hitoshi Harada

pgsql-jdbc by date:

Previous
From: "Atri Sharma"
Date:
Subject: Re: [HACKERS] Regarding GSoc Application
Next
From: John R Pierce
Date:
Subject: Re: [HACKERS] Regarding GSoc Application