[Geoserver-devel] Thinking about GeoServer 1.next and DTO objects

There is a good article on a construct similar to our DTO objects here:

http://www.artima.com/spontaneous/jiniconfig.html

The difference are kind of cool:
- they use a Config object as the paramater for constructors
- and then sublass it for ConfigFile to handle persistence

Nice idea.

Jody