writing new filters?

Les Stockton writes:
 > If I write a new filter, do I put the java source in the same directory as
 > Jigsaw has it's source, and more importantly, do I put the class files in the
 > same place where Jigsaw has it's class files?
 >  Are there any naming standards to prevent me from using a file name that
 > might end up being superceded with a later release of Jigsaw?
 > 
 > 
The w3c.jigsaw.contrib package was created for external additions to
Jigsaw. I will make sure that no name collisions occur in that
package (basically by allocating names to the first who asks).

Feel free to add sub-packages under w3c.jigsaw.contrib (following the
same naimg conventions). Names will be allocated only once I have some
code to stick under it ;-)

Anselm.
BTW: Don't forget that if you want your code to be included in Jigsaw
releases, you have to agree to distribute it under the MIT copyright
(available in the Jigsaw distrib)

Received on Monday, 25 November 1996 05:40:28 UTC