Re: [JDBC] Regarding GSoc Application

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: Atri Sharma <atri(dot)jiit(at)gmail(dot)com>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Dave Cramer <pg(at)fastcrypt(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [JDBC] Regarding GSoc Application
Date: 2012-04-11 06:18:44
Message-ID: CAP7QgmnUQq3QOHvKaXM+inxE3-U+RrTTy9e7xOGrRsJgV03dsQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

On Tue, Apr 10, 2012 at 8:41 PM, Atri Sharma <atri(dot)jiit(at)gmail(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John R Pierce 2012-04-11 06:21:07 Re: [HACKERS] Regarding GSoc Application
Previous Message Atri Sharma 2012-04-11 06:09:27 Re: [HACKERS] Regarding GSoc Application

Browse pgsql-jdbc by date

  From Date Subject
Next Message John R Pierce 2012-04-11 06:21:07 Re: [HACKERS] Regarding GSoc Application
Previous Message Atri Sharma 2012-04-11 06:09:27 Re: [HACKERS] Regarding GSoc Application