Re: PostgreSQL+PHP+JDBC+Java Smart Card - Mailing list pgsql-jdbc

From Joe Shevland
Subject Re: PostgreSQL+PHP+JDBC+Java Smart Card
Date
Msg-id HEECIHEEJDBMCCGMGIOBKEJFCFAA.jshevland@j-elite.com
Whole thread Raw
In response to PostgreSQL+PHP+JDBC+Java Smart Card  ("Elmo" <elmonormal@sinaman.com>)
List pgsql-jdbc
Given that you're using JDBC and the JavaCard API, wouldn't you prefer to
use Java as the CGI mechanism? :)

If so, servlets are the way to go here
(http://java.sun.com/products/servlet/index.html). JSP's can be used for a
similar purpose (but are intended as the presentation layer), but if you
need to stream back non-character data (JPEGs etc) it is best/crucial to
use a servlet.

Whilst you've got components written in Java for the main application,
might be worth leveraging some of these in the servlet/CGI layer too.

Cheers,
Joe

-----Original Message-----
From: pgsql-jdbc-owner@postgresql.org
[mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Elmo
Sent: Wednesday, 6 March 2002 2:05
To: JDBC+PostgreSQL
Subject: [JDBC] PostgreSQL+PHP+JDBC+Java Smart Card


Hi,
It's me again. Here, I am a big trouble.

My information is as follow:

DataBase(PostgreSQL)

CGI(PHP)

JDBC

Java Smart Card.

I would like to ask whether I am right to use PHP as CGI??

Or May I use JSP?

But I would like to use PHP, do you have any information or URl that can
help me?

Thanks a lot!

Elmo

Attachment

pgsql-jdbc by date:

Previous
From: "Ivan Manuel Andrade Muñoz"
Date:
Subject: To leave the list.
Next
From: "Joe Shevland"
Date:
Subject: Re: SQLException subclasses