You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by Robert Enyedi <ro...@intland.com> on 2006/08/24 10:37:45 UTC

Packaging the stored functions and procedures

Hi,

Is there a recommended way of packaging Derby stored functions and 
procedures?

I'm thinking about an elegant way, like dropping in a JAR somewhere in a 
Derby installation. I did not find something obvious, except changing 
the setNetworkServer batch files for the network server framework.

Thanks,
Robert

Re: Packaging the stored functions and procedures

Posted by Robert Enyedi <ro...@intland.com>.
Hi Rick,

Yes, this is exactly what I've been looking for. Many thanks!

Regards,
Robert

PS: Also thanks for not RTFM-ing me :-)

Rick Hillegas wrote:
> Hi Robert,
>
> The Derby Developer's Guide explains how to load the database with jar 
> files of user-written functions and procedures. Please see the 
> following section of that guide:
>
>  "Deploying Derby Applications" -> "Loading classes from a database"
>
> Hope this helps,
> -Rick
>
>
> Robert Enyedi wrote:
>
>> Hi,
>>
>> Is there a recommended way of packaging Derby stored functions and 
>> procedures?
>>
>> I'm thinking about an elegant way, like dropping in a JAR somewhere 
>> in a Derby installation. I did not find something obvious, except 
>> changing the setNetworkServer batch files for the network server 
>> framework.
>>
>> Thanks,
>> Robert
>
>
>


Re: Packaging the stored functions and procedures

Posted by Rick Hillegas <Ri...@Sun.COM>.
Hi Robert,

The Derby Developer's Guide explains how to load the database with jar 
files of user-written functions and procedures. Please see the following 
section of that guide:

  "Deploying Derby Applications" -> "Loading classes from a database"

Hope this helps,
-Rick


Robert Enyedi wrote:

> Hi,
>
> Is there a recommended way of packaging Derby stored functions and 
> procedures?
>
> I'm thinking about an elegant way, like dropping in a JAR somewhere in 
> a Derby installation. I did not find something obvious, except 
> changing the setNetworkServer batch files for the network server 
> framework.
>
> Thanks,
> Robert