Re: [WAY OT] Re: PL/java?

From: Tony Grant <tony(at)animaproductions(dot)com>
To: postgres list <pgsql-general(at)postgresql(dot)org>
Subject: Re: [WAY OT] Re: PL/java?
Date: 2001-09-04 17:05:45
Message-ID: 999623146.1443.36.camel@tonux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I have been following this noisy thread from a distance. I have had
mixed experiences with perl and databases. Most have been bad. A few
have been good. I have seen perl choke an NT server to death with very
few requests for example (the database was SQL server). I also run a
perl database for one of my clients using dbman. It works very well for
their needs.

I would not say either way that perl or Java are bad news. But I will
say that discovering JSP has turned me away from perl because I can make
them work without handcoding.

I am now putting a lot of my logic in SQL code stored in Postgresql and
calling the functions from JSP. If I really need some heavy duty stuff I
would probably put it in beans that i would have programmed by an
expert.

We have the chance to have many languages to choose from. Use the one
that works best (or works best for you). Share the tips and techniques.
And please stop shouting at each other, the real enemy is not within the
Postgresql camp...

<end of calming down rant>

Cheers

Tony Grant

--
RedHat Linux on Sony Vaio C1XD/S
http://www.animaproductions.com/linux2.html
Macromedia UltraDev with PostgreSQL
http://www.animaproductions.com/ultra.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Gabriel Fernandez 2001-09-04 17:08:04 FOREIGN KEY: difference between NOT DEFERRABLE and INITIALLY IMMEDIATE
Previous Message Jeff Eckermann 2001-09-04 16:38:09 Re: Catching errors inside a function