Postgres and JBOSS

Started by Nonameover 21 years ago5 messagesgeneral
Jump to latest
#1Noname
mihai11@mailcity.com

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

#2Noname
heffelf@yahoo.com
In reply to: Noname (#1)
Re: Postgres and JBOSS

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

#3Noname
mihai11@mailcity.com
In reply to: Noname (#1)
Re: Postgres and JBOSS

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

Thanks a lot. It seems that it is exactly what I was looking for.

Regards,
Razvan

#4Hunter Hillegas
lists@lastonepicked.com
In reply to: Noname (#1)
Re: Postgres and JBOSS

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 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

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

#5Noname
mihai11@mailcity.com
In reply to: Noname (#1)
Re: Postgres and JBOSS

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