Обсуждение: postgresql-java

Поиск
Список
Период
Сортировка

postgresql-java

От
"Felipe Schnack"
Дата:
  Probably I should post this on a general PostgreSQL mailing list, but i'm
not subscribed in any, so...
  Probably you all know Oracle is able to run Java code as SPs. I just found
this link and though it was interessanting:
http://www.tapsellferrier.co.uk/projects/postgres-java.html
  If I got it right, this isn't official. The official pgsql team is thinking
about implementing java as a stored procedure language? That would be really cool.

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328


Re: postgresql-java

От
Laszlo Hornyak
Дата:
Hi!

The official team does not. I do plan it, and there is a very buggy and basic implementation at my homesite.
http://www.rootshell.be/~hornyakl/download/
it works, but it has a __very__ small own JDBC driver, and doesn`t support most of the data types in fact.

The project is currently in replaning phase and is not available online becouse of some technical reason (if the lack
ofinternet is a reason ;). 
What I can tell you about it:
    -Communication across various protocols (CORBA, or own protocol or anything)
    -Jakarta-avalon and phoenix as framework. It is small and fast, a very flexible, so I like it.
    -A modified version of the original JDBC driver will be the embeded JDBC driver.
    -Will support load ballancing somehow.

I do not stop the project. If you have any idea or suggestion on postgresql`s java stored procedure system, you can
sendit directly to me. (there is NO public forum yet, which is problem) 

Laszlo Hornyak

ps: Anyway Oracle is not the only database with java stored proc support. Db2, progress (they believe what they do is
somethinglike that), Sybase, and so on... Postgres realy need it, I think. 


On Sun, Sep 08, 2002 at 02:08:13PM -0300, Felipe Schnack wrote:
>   Probably I should post this on a general PostgreSQL mailing list, but i'm
> not subscribed in any, so...
>   Probably you all know Oracle is able to run Java code as SPs. I just found
> this link and though it was interessanting:
> http://www.tapsellferrier.co.uk/projects/postgres-java.html
>   If I got it right, this isn't official. The official pgsql team is thinking
> about implementing java as a stored procedure language? That would be really cool.
>
> Felipe Schnack
> Analista de Sistemas
> felipes@ritterdosreis.br
> Cel.: (51)91287530
> Linux Counter #281893
>
> Faculdade Ritter dos Reis
> www.ritterdosreis.br
> felipes@ritterdosreis.br
> Fone/Fax.: (51)32303328
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly

Re: postgresql-java

От
Dave Cramer
Дата:
Laszlo,

Why don't you register the project on gborg, then you will get a public
forum.

Dave
On Mon, 2002-09-09 at 04:46, Laszlo Hornyak wrote:
> Hi!
>
> The official team does not. I do plan it, and there is a very buggy and basic implementation at my homesite.
http://www.rootshell.be/~hornyakl/download/
> it works, but it has a __very__ small own JDBC driver, and doesn`t support most of the data types in fact.
>
> The project is currently in replaning phase and is not available online becouse of some technical reason (if the lack
ofinternet is a reason ;). 
> What I can tell you about it:
>     -Communication across various protocols (CORBA, or own protocol or anything)
>     -Jakarta-avalon and phoenix as framework. It is small and fast, a very flexible, so I like it.
>     -A modified version of the original JDBC driver will be the embeded JDBC driver.
>     -Will support load ballancing somehow.
>
> I do not stop the project. If you have any idea or suggestion on postgresql`s java stored procedure system, you can
sendit directly to me. (there is NO public forum yet, which is problem) 
>
> Laszlo Hornyak
>
> ps: Anyway Oracle is not the only database with java stored proc support. Db2, progress (they believe what they do is
somethinglike that), Sybase, and so on... Postgres realy need it, I think. 
>
>
> On Sun, Sep 08, 2002 at 02:08:13PM -0300, Felipe Schnack wrote:
> >   Probably I should post this on a general PostgreSQL mailing list, but i'm
> > not subscribed in any, so...
> >   Probably you all know Oracle is able to run Java code as SPs. I just found
> > this link and though it was interessanting:
> > http://www.tapsellferrier.co.uk/projects/postgres-java.html
> >   If I got it right, this isn't official. The official pgsql team is thinking
> > about implementing java as a stored procedure language? That would be really cool.
> >
> > Felipe Schnack
> > Analista de Sistemas
> > felipes@ritterdosreis.br
> > Cel.: (51)91287530
> > Linux Counter #281893
> >
> > Faculdade Ritter dos Reis
> > www.ritterdosreis.br
> > felipes@ritterdosreis.br
> > Fone/Fax.: (51)32303328
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo@postgresql.org so that your
> > message can get through to the mailing list cleanly
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>




Re: postgresql-java

От
Felipe Schnack
Дата:
Well, sourceforge has forms (public or not)
  A mailing list would be cool... even a yahoo groups lsit :-)

On Mon, 2002-09-09 at 11:22, Dave Cramer wrote:
> Laszlo,
>
> Why don't you register the project on gborg, then you will get a public
> forum.
>
> Dave
> On Mon, 2002-09-09 at 04:46, Laszlo Hornyak wrote:
> > Hi!
> >
> > The official team does not. I do plan it, and there is a very buggy and basic implementation at my homesite.
http://www.rootshell.be/~hornyakl/download/
> > it works, but it has a __very__ small own JDBC driver, and doesn`t support most of the data types in fact.
> >
> > The project is currently in replaning phase and is not available online becouse of some technical reason (if the
lackof internet is a reason ;). 
> > What I can tell you about it:
> >     -Communication across various protocols (CORBA, or own protocol or anything)
> >     -Jakarta-avalon and phoenix as framework. It is small and fast, a very flexible, so I like it.
> >     -A modified version of the original JDBC driver will be the embeded JDBC driver.
> >     -Will support load ballancing somehow.
> >
> > I do not stop the project. If you have any idea or suggestion on postgresql`s java stored procedure system, you can
sendit directly to me. (there is NO public forum yet, which is problem) 
> >
> > Laszlo Hornyak
> >
> > ps: Anyway Oracle is not the only database with java stored proc support. Db2, progress (they believe what they do
issomething like that), Sybase, and so on... Postgres realy need it, I think. 
> >
> >
> > On Sun, Sep 08, 2002 at 02:08:13PM -0300, Felipe Schnack wrote:
> > >   Probably I should post this on a general PostgreSQL mailing list, but i'm
> > > not subscribed in any, so...
> > >   Probably you all know Oracle is able to run Java code as SPs. I just found
> > > this link and though it was interessanting:
> > > http://www.tapsellferrier.co.uk/projects/postgres-java.html
> > >   If I got it right, this isn't official. The official pgsql team is thinking
> > > about implementing java as a stored procedure language? That would be really cool.
> > >
> > > Felipe Schnack
> > > Analista de Sistemas
> > > felipes@ritterdosreis.br
> > > Cel.: (51)91287530
> > > Linux Counter #281893
> > >
> > > Faculdade Ritter dos Reis
> > > www.ritterdosreis.br
> > > felipes@ritterdosreis.br
> > > Fone/Fax.: (51)32303328
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > > subscribe-nomail command to majordomo@postgresql.org so that your
> > > message can get through to the mailing list cleanly
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> >     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> >
> >
>
>
>
--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328


Re: postgresql-java

От
Laszlo Hornyak
Дата:
Hi!

Last time I visited gborg, it didn`t seem the best choice :(. I got something 500 errors, and I sent a bugreport on it
too.
Sourceforge is ok, and it is free. But I am not administrator in the project, so I cannot start a public forum. At
sf.netonly members can post messages. 

Laszlo

On Mon, Sep 09, 2002 at 10:22:44AM -0400, Dave Cramer wrote:
> Laszlo,
>
> Why don't you register the project on gborg, then you will get a public
> forum.
>
> Dave
> On Mon, 2002-09-09 at 04:46, Laszlo Hornyak wrote:
> > Hi!
> >
> > The official team does not. I do plan it, and there is a very buggy and basic implementation at my homesite.
http://www.rootshell.be/~hornyakl/download/
> > it works, but it has a __very__ small own JDBC driver, and doesn`t support most of the data types in fact.
> >
> > The project is currently in replaning phase and is not available online becouse of some technical reason (if the
lackof internet is a reason ;). 
> > What I can tell you about it:
> >     -Communication across various protocols (CORBA, or own protocol or anything)
> >     -Jakarta-avalon and phoenix as framework. It is small and fast, a very flexible, so I like it.
> >     -A modified version of the original JDBC driver will be the embeded JDBC driver.
> >     -Will support load ballancing somehow.
> >
> > I do not stop the project. If you have any idea or suggestion on postgresql`s java stored procedure system, you can
sendit directly to me. (there is NO public forum yet, which is problem) 
> >
> > Laszlo Hornyak
> >
> > ps: Anyway Oracle is not the only database with java stored proc support. Db2, progress (they believe what they do
issomething like that), Sybase, and so on... Postgres realy need it, I think. 
> >
> >
> > On Sun, Sep 08, 2002 at 02:08:13PM -0300, Felipe Schnack wrote:
> > >   Probably I should post this on a general PostgreSQL mailing list, but i'm
> > > not subscribed in any, so...
> > >   Probably you all know Oracle is able to run Java code as SPs. I just found
> > > this link and though it was interessanting:
> > > http://www.tapsellferrier.co.uk/projects/postgres-java.html
> > >   If I got it right, this isn't official. The official pgsql team is thinking
> > > about implementing java as a stored procedure language? That would be really cool.
> > >
> > > Felipe Schnack
> > > Analista de Sistemas
> > > felipes@ritterdosreis.br
> > > Cel.: (51)91287530
> > > Linux Counter #281893
> > >
> > > Faculdade Ritter dos Reis
> > > www.ritterdosreis.br
> > > felipes@ritterdosreis.br
> > > Fone/Fax.: (51)32303328
> > >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > > subscribe-nomail command to majordomo@postgresql.org so that your
> > > message can get through to the mailing list cleanly
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 2: you can get off all lists at once with the unregister command
> >     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> >
> >
>
>

Re: postgresql-java

От
Laszlo Hornyak
Дата:
ok.
But noone told me before (or at least as much as I can remember) to start a public discussion on it, there was no such
abig interrest in it. 

I will happyly join the forum/list as soon as someone creates it.

I am not a project-leader kind programmer. I am not good at english, someone else should lead the discussion, I cannot
keepa group/list together. 

Laszlo

On Mon, Sep 09, 2002 at 11:23:01AM -0300, Felipe Schnack wrote:
>   Well, sourceforge has forms (public or not)
>   A mailing list would be cool... even a yahoo groups lsit :-)
>
> On Mon, 2002-09-09 at 11:22, Dave Cramer wrote:
> > Laszlo,
> >
> > Why don't you register the project on gborg, then you will get a public
> > forum.
> >
> > Dave
> > On Mon, 2002-09-09 at 04:46, Laszlo Hornyak wrote:
> > > Hi!
> > >
> > > The official team does not. I do plan it, and there is a very buggy and basic implementation at my homesite.
http://www.rootshell.be/~hornyakl/download/
> > > it works, but it has a __very__ small own JDBC driver, and doesn`t support most of the data types in fact.
> > >
> > > The project is currently in replaning phase and is not available online becouse of some technical reason (if the
lackof internet is a reason ;). 
> > > What I can tell you about it:
> > >     -Communication across various protocols (CORBA, or own protocol or anything)
> > >     -Jakarta-avalon and phoenix as framework. It is small and fast, a very flexible, so I like it.
> > >     -A modified version of the original JDBC driver will be the embeded JDBC driver.
> > >     -Will support load ballancing somehow.
> > >
> > > I do not stop the project. If you have any idea or suggestion on postgresql`s java stored procedure system, you
cansend it directly to me. (there is NO public forum yet, which is problem) 
> > >
> > > Laszlo Hornyak
> > >
> > > ps: Anyway Oracle is not the only database with java stored proc support. Db2, progress (they believe what they
dois something like that), Sybase, and so on... Postgres realy need it, I think. 
> > >
> > >
> > > On Sun, Sep 08, 2002 at 02:08:13PM -0300, Felipe Schnack wrote:
> > > >   Probably I should post this on a general PostgreSQL mailing list, but i'm
> > > > not subscribed in any, so...
> > > >   Probably you all know Oracle is able to run Java code as SPs. I just found
> > > > this link and though it was interessanting:
> > > > http://www.tapsellferrier.co.uk/projects/postgres-java.html
> > > >   If I got it right, this isn't official. The official pgsql team is thinking
> > > > about implementing java as a stored procedure language? That would be really cool.
> > > >
> > > > Felipe Schnack
> > > > Analista de Sistemas
> > > > felipes@ritterdosreis.br
> > > > Cel.: (51)91287530
> > > > Linux Counter #281893
> > > >
> > > > Faculdade Ritter dos Reis
> > > > www.ritterdosreis.br
> > > > felipes@ritterdosreis.br
> > > > Fone/Fax.: (51)32303328
> > > >
> > > >
> > > > ---------------------------(end of broadcast)---------------------------
> > > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > > > subscribe-nomail command to majordomo@postgresql.org so that your
> > > > message can get through to the mailing list cleanly
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 2: you can get off all lists at once with the unregister command
> > >     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> > >
> > >
> >
> >
> >
> --
>
> Felipe Schnack
> Analista de Sistemas
> felipes@ritterdosreis.br
> Cel.: (51)91287530
> Linux Counter #281893
>
> Faculdade Ritter dos Reis
> www.ritterdosreis.br
> felipes@ritterdosreis.br
> Fone/Fax.: (51)32303328

Re: postgresql-java

От
Felipe Schnack
Дата:
I guess sourceforge also have mailing list, as I'm in some
annoucements list there, like miranda-icq...

On Mon, 2002-09-09 at 11:49, Laszlo Hornyak wrote:
>
> ok.
> But noone told me before (or at least as much as I can remember) to start a public discussion on it, there was no
sucha big interrest in it. 
>
> I will happyly join the forum/list as soon as someone creates it.
>
> I am not a project-leader kind programmer. I am not good at english, someone else should lead the discussion, I
cannotkeep a group/list together. 
>
> Laszlo
>
> On Mon, Sep 09, 2002 at 11:23:01AM -0300, Felipe Schnack wrote:
> >   Well, sourceforge has forms (public or not)
> >   A mailing list would be cool... even a yahoo groups lsit :-)
> >
> > On Mon, 2002-09-09 at 11:22, Dave Cramer wrote:
> > > Laszlo,
> > >
> > > Why don't you register the project on gborg, then you will get a public
> > > forum.
> > >
> > > Dave
> > > On Mon, 2002-09-09 at 04:46, Laszlo Hornyak wrote:
> > > > Hi!
> > > >
> > > > The official team does not. I do plan it, and there is a very buggy and basic implementation at my homesite.
http://www.rootshell.be/~hornyakl/download/
> > > > it works, but it has a __very__ small own JDBC driver, and doesn`t support most of the data types in fact.
> > > >
> > > > The project is currently in replaning phase and is not available online becouse of some technical reason (if
thelack of internet is a reason ;). 
> > > > What I can tell you about it:
> > > >     -Communication across various protocols (CORBA, or own protocol or anything)
> > > >     -Jakarta-avalon and phoenix as framework. It is small and fast, a very flexible, so I like it.
> > > >     -A modified version of the original JDBC driver will be the embeded JDBC driver.
> > > >     -Will support load ballancing somehow.
> > > >
> > > > I do not stop the project. If you have any idea or suggestion on postgresql`s java stored procedure system, you
cansend it directly to me. (there is NO public forum yet, which is problem) 
> > > >
> > > > Laszlo Hornyak
> > > >
> > > > ps: Anyway Oracle is not the only database with java stored proc support. Db2, progress (they believe what they
dois something like that), Sybase, and so on... Postgres realy need it, I think. 
> > > >
> > > >
> > > > On Sun, Sep 08, 2002 at 02:08:13PM -0300, Felipe Schnack wrote:
> > > > >   Probably I should post this on a general PostgreSQL mailing list, but i'm
> > > > > not subscribed in any, so...
> > > > >   Probably you all know Oracle is able to run Java code as SPs. I just found
> > > > > this link and though it was interessanting:
> > > > > http://www.tapsellferrier.co.uk/projects/postgres-java.html
> > > > >   If I got it right, this isn't official. The official pgsql team is thinking
> > > > > about implementing java as a stored procedure language? That would be really cool.
> > > > >
> > > > > Felipe Schnack
> > > > > Analista de Sistemas
> > > > > felipes@ritterdosreis.br
> > > > > Cel.: (51)91287530
> > > > > Linux Counter #281893
> > > > >
> > > > > Faculdade Ritter dos Reis
> > > > > www.ritterdosreis.br
> > > > > felipes@ritterdosreis.br
> > > > > Fone/Fax.: (51)32303328
> > > > >
> > > > >
> > > > > ---------------------------(end of broadcast)---------------------------
> > > > > TIP 3: if posting/reading through Usenet, please send an appropriate
> > > > > subscribe-nomail command to majordomo@postgresql.org so that your
> > > > > message can get through to the mailing list cleanly
> > > >
> > > > ---------------------------(end of broadcast)---------------------------
> > > > TIP 2: you can get off all lists at once with the unregister command
> > > >     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
> > > >
> > > >
> > >
> > >
> > >
> > --
> >
> > Felipe Schnack
> > Analista de Sistemas
> > felipes@ritterdosreis.br
> > Cel.: (51)91287530
> > Linux Counter #281893
> >
> > Faculdade Ritter dos Reis
> > www.ritterdosreis.br
> > felipes@ritterdosreis.br
> > Fone/Fax.: (51)32303328
--

Felipe Schnack
Analista de Sistemas
felipes@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

Faculdade Ritter dos Reis
www.ritterdosreis.br
felipes@ritterdosreis.br
Fone/Fax.: (51)32303328