RE: Re[2]: [INTERFACES] JDBC driver/applet question - Mailing list pgsql-interfaces

From Peter Mount
Subject RE: Re[2]: [INTERFACES] JDBC driver/applet question
Date
Msg-id 1B3D5E532D18D311861A00600865478CA0D4@exchange1.nt.maidstone.gov.uk
Whole thread Raw
In response to Re[2]: [INTERFACES] JDBC driver/applet question  (Piotr Stelmaszyk <kelman@fanthom.math.put.poznan.pl>)
List pgsql-interfaces
Ok, first postgresql.jar is covered by the same license as PostgreSQL.

As for removing files from the .jar, I see no problem there.
As for putting them in igis.jar, I see no problem there. In fact, that
is one solution to some applet related problems with jar files.

[PS: EMail is down here and at home at the moment - I can send but not
receive. I hope to have this fixed later today - Peter]

Peter

-- 
Peter Mount
Enterprise Support
Maidstone Borough Council
Any views stated are my own, and not those of Maidstone Borough Council.



-----Original Message-----
From: Piotr Stelmaszyk [mailto:kelman@fanthom.math.put.poznan.pl]
Sent: 19 July 1999 13:56
To: PgSQL-interfaces
Subject: Re[2]: [INTERFACES] JDBC driver/applet question


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 by date:

Previous
From: Doug Thistlethwaite
Date:
Subject: Re: [INTERFACES] jdbc interface problems with jdk1.2
Next
From: Eric Marsden
Date:
Subject: [ANN] pg.el v0.2 -- Emacs Lisp interface to PostgreSQL