Re[2]: [INTERFACES] JDBC driver/applet question

Поиск
Список
Период
Сортировка
От Piotr Stelmaszyk
Тема Re[2]: [INTERFACES] JDBC driver/applet question
Дата
Msg-id 13622.990719@fanthom.math.put.poznan.pl
обсуждение исходный текст
Ответ на Re: [INTERFACES] JDBC driver/applet question  (Herouth Maoz <herouth@oumail.openu.ac.il>)
Список pgsql-interfaces
Monday, July 19, 1999, 1:09:28 PM, you wrote:

HM> Not really... Even if the code sits elsewhere, in order for the CPU to run
HM> it it has to get the instructions somehow... That is, the download is quite
HM> essential. At best, you could see which parts of the package are not used
HM> by your particular applet, and remove these from the jar.
What is the copyright status of postgresql.jar. Is it legal to modify
it? I'm participant of internet GIS project written in java using
postgres JDBC driver. It's three-tier application, so serwer
communicates with database using JDBC and applet communicates with
serwer via RMI. My problem is that applet uses geometric types from
driver and as for copyrights I had to include whole jar into applet
archive tag.

So my question is:
Can I remove unrequired files from postgresql.jar?
or
Can i copy required files (package postgresql.geometric.*) into my
igis.jar?

best regards
/piotr


/--------------------------------------------------------/
/- Piotr Stelmaszyk |- Student of Software Engineering --/
/------------------ | at Poznan University of Technology /
/----- mailto:kelman@fanthom.math.put.poznan.pl ---------/
/----- mailto:kelman@alpha.net.pl -----------------------/
/--------------------------------------------------------/




В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Herouth Maoz
Дата:
Сообщение: Re: [INTERFACES] JDBC driver/applet question
Следующее
От: Neil Darlow
Дата:
Сообщение: Qualified Table Name and PsqlODBC.