If it is, then it would be great to document this (or whatever the final
guidelines are) on the Derby Wiki page...

David

Mike Matrigali wrote On 11/08/05 10:35,:
> In trying to suggest the correct path to take for DERBY-666,
> I was surprised by some code I saw in BaseMonitor.java for
> loading jdk1.4 specfic module for DirStorageFactory.
> 
> Is the following the correct way to add a 1.5 specific feature:
> 1) add a 1.5 module to be loaded by the monitor - usually a
>    very small class that extends an existing Factory and is
>    there to just provide the specific feature necessary.
> 
> 2) update modules.properties to load the new 1.5 factory if
>    appropriate.  Follow the J1,J2,J4 pattern but add J5.
> 
> 3) Make BaseMonitor changes to support the new J5 stuff.

Reply via email to