From: | "Joe Shevland" <jshevland(at)j-elite(dot)com> |
---|---|
To: | "Elmo" <elmonormal(at)sinaman(dot)com>, "JDBC+PostgreSQL" <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL+PHP+JDBC+Java Smart Card |
Date: | 2002-03-13 03:26:13 |
Message-ID: | HEECIHEEJDBMCCGMGIOBKEJFCFAA.jshevland@j-elite.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
[mailto:pgsql-jdbc-owner(at)postgresql(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Joe Shevland | 2002-03-13 03:30:39 | Re: SQLException subclasses |
Previous Message | Ivan Manuel Andrade Muñoz | 2002-03-13 02:18:05 | To leave the list. |