Re: [HACKERS] [GENERAL] java stored procedures

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: hornyakl(at)users(dot)sourceforge(dot)net
Cc: Gunnar Rønning <gunnar(at)polygnosis(dot)com>, Barry Lind <barry(at)xythos(dot)com>, pgsql-hackers(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [HACKERS] [GENERAL] java stored procedures
Date: 2001-12-06 18:02:51
Message-ID: 3C0FB2CB.90901@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers pgsql-jdbc

Laszlo Hornyak wrote:

>>
>> | I am very interested in hearing what your plans are for pl/java. I
>> | think this is a very difficult project, but one that would be very
>> | useful and welcome.
>>
>> I would very much like to hear about the plans myself.
>
> I do not see so big difficulities yet, am I so lame? It won`t be easy,
> realy, we should keep it simple, at least becouse of me.

Let me propose a very different approach to PL/J - use gcc-java and
figure out the problems
with (dynamic) compiling and dynamic linking.

This is an approach somewhat similar to .NET/C# that you first compile
things and then run instead
of trying to do both at the same time ;)

Oracle /may/ be doing something similar with their java stored
procedures, as they claim these to be "compiled".

-----------------
Hannu

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Darley 2001-12-06 18:04:05 Re: When do I Vacuum ?
Previous Message Vivek Khera 2001-12-06 16:23:11 Re: Installing DBD::Pg module without Pg Database server

Browse pgsql-hackers by date

  From Date Subject
Next Message Doug McNaught 2001-12-06 18:13:18 Re: [BASIC FEATURES] stored procedures in Postgresql ?
Previous Message Tom Lane 2001-12-06 18:00:52 Re: text -> time cast problem

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marko Kreen 2001-12-06 18:53:43 Re: JDBC build
Previous Message Barry Lind 2001-12-06 17:38:55 Re: Callable Statements and Connection Pooling