DirectoryResource.registerResource()

Anselm:

Why isn't registerResource() in DirectoryResource defined in StoreContainer
instead?  All of the methods it calls are present in StoreContainer, and it
doesn't have any physical file-system-dependent code.  It seems that just
about any useful subclass of StoreContainer will need to define
registerResource() in the same way as DirectoryResource does.  Do you think
maybe it should be moved up?



+---------------------+-------------------------+---------------------+
|    Dave Makower     |    davemak@pencom.com   |   WWW Specialist    |
+---------------------+-------------------------+---------------------+
|     Co-author of "Java Programming Basics" (Henry Holt/MIS:Press)   |
|                 http://www.pencom.com/javabasics/                   |
+----------------------------------+----------------------------------+
|   Pencom Web Works               |   (212) 513-7777   voice         |
|   Pencom Systems Inc.            |   (212) 513-1975   fax           |
|   40 Fulton St.                  |                                  |
|   New York, NY  10038            |   http://www.pencom.com/         |
+----------------------------------+----------------------------------+

Received on Thursday, 27 February 1997 17:26:16 UTC