[Pljava-dev] Jars as blobs

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] Jars as blobs
Date: 2005-03-07 22:42:15
Message-ID: 422CD8C7.3050807@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Stephen Crowley wrote:

>Oh. That would explain a lot :) Where is the jar data actually stored
>when install_jar is called?
>
In the tables sqlj.jar_repository and sqlj.jar_entry

> Also, install_jar takes a file url as a
>parameter so the file still has to be on the server.
>
No, the url is not limited to file. It might just as well be an url
starting with ftp:// or http://.

> How much work
>would it take to make install_jar accept a blob as a parameter so jars
>could be installed remotely instead of copying files back to the
>server each time?
>
>
Not much. It would be fairly simple to implement. Please add a feature
request on this.

Regards,
Thomas Hallgren

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Filip Hrbek 2005-03-08 14:43:04 [Pljava-dev] Re: [PLJAVA] ResultSet.getTime() returns garbage. (ID: 1206) (new)
Previous Message Stephen Crowley 2005-03-07 22:34:29 [Pljava-dev] Jars as blobs