Berin Loritsch wrote: > > Laran Coates wrote: > > > > Well explained. Sounds brilliant. I'm all in favor. Let me know how if I > > can help. > > Sure thing. I can use test cases, and the FileResource and JarResource > implementations > written. I am rapidly running out of spare time here. The first (albeit > untested > cut is in CVS now).
Ok, initial implementations are in CVS now. We need testing to make sure it actually works :), but I have a feeling it won't take much to get it going. In order to be notified of a resource modification, you must implement the java.beans.PropertyChangeListener interface, and register yourself with the Resource. If you use the FileResource to obtain a stream or writer for the resource, it will automatically perform the notifications when the stream is closed. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
