Postgres and JBOSS
Hi,
Can I connect a JBOSS appl server to a Postgres SQL
database ? I think that there should be no problem at all doing that,
but I don't know from where to start. Are there some detailed
instructions as how to do this ?
Regards,
Razvan
The following URL might help you, it actually uses PostgreSQL as an example
in the "To configure a Database to use with JBoss" section.
http://members.cox.net/eraserman/jboss_notes.html
mihai11@mailcity.com (Razvan) wrote in message news:<15f19d61.0408180343.78cea032@posting.google.com>...
Show quoted text
Hi,
Can I connect a JBOSS appl server to a Postgres SQL
database ? I think that there should be no problem at all doing that,
but I don't know from where to start. Are there some detailed
instructions as how to do this ?Regards,
Razvan
The following URL might help you, it actually uses PostgreSQL as an example
in the "To configure a Database to use with JBoss" section.
Thanks a lot. It seems that it is exactly what I was looking for.
Regards,
Razvan
We use PostgresSQL 7.4 with JBoss without any trouble at all.
I believe the datasource samples that come with JBoss include a PG example.
We've found PostgreSQL to be an EXCELLENT companion to our Java server apps
(JBoss based J2EE, straight servlet, and Apple's WebObjects).
Hunter
Show quoted text
From: Razvan <mihai11@mailcity.com>
Organization: http://groups.google.com
Date: 18 Aug 2004 04:43:03 -0700
To: <pgsql-general@postgresql.org>
Subject: [GENERAL] Postgres and JBOSSHi,
Can I connect a JBOSS appl server to a Postgres SQL
database ? I think that there should be no problem at all doing that,
but I don't know from where to start. Are there some detailed
instructions as how to do this ?Regards,
Razvan---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?
We use PostgresSQL 7.4 with JBoss without any trouble at all.
I believe the datasource samples that come with JBoss include a PG example.
I didn't know that. I'll check.
We've found PostgreSQL to be an EXCELLENT companion to our Java server apps
(JBoss based J2EE, straight servlet, and Apple's WebObjects).
Open source software presents excellent alternatives; just look
around: linux kernel, Apache, KDE, JBOSS. Apache and JBOSS are already
the most widely used on their own fields.
What are WebObjects ? Some kind of framework ? Why do you
recommend it ?
Thanks,
Razvan