From: | Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il> |
---|---|
To: | Thomas Reinke <reinke(at)e-softinc(dot)com>, pgsql-general(at)postgreSQL(dot)org |
Subject: | Re: [GENERAL] PostGreSQL and LiveWire?? |
Date: | 1999-05-10 08:24:24 |
Message-ID: | l03130302b35c47b9feb8@[147.233.159.109] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
At 19:21 +0300 on 09/05/1999, Thomas Reinke wrote:
> Doesn't LiveWire support Java? If memory serves, it is server side
> JavaScript with the capability to interface to server side Java
> code. Since PostGreSQL has a JDBC set of drivers, this sounds
> like it may be a quite feasible way to go without needing to
> configure ODBC...
In theory, this is possible, however, it makes your work very hard. Instead
of using the Server-side Javascript methods for database connection pools
and database connections, you have to write Java objects to do the same
things and use them. Makes for a lot of work in development. Besides, I'm
not sure which version of Java is currently supported by LiveWire, but it
always lags behind the current market release of Java.
Herouth
--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma
From | Date | Subject | |
---|---|---|---|
Next Message | Herouth Maoz | 1999-05-10 08:33:10 | Re: [GENERAL] Restore from dump file: parse error |
Previous Message | Herouth Maoz | 1999-05-10 08:21:45 | RE: [GENERAL] Regression test failures |