All, I'm implementing a way to get a URLTemplateFactory from the ServletContainerAdapter. However, I'm not sure a specific method like this follows with the other methods that a ServletContainerAdapter implementation provides.
One thought would be I'd like to have a generic way to get a Factory from the the ServletContainerAdapter given a class name. We already do this using class names from the config file. The generic Factory class is in the pageflow package. It would be great to move this to the utils or core package of NetUI. Then I could also add this to the ServletContainerAdapter. I would also move the FactoryConfig class as well as we already have other Config support in utils. I don't think Factory or FactoryConfig are used by or exposed to beehive users. It should be a safe move to make. Opinions or concerns? Or other ideas for providing a generic way to create a Factory from a container specific implementation? Thanks, Carlin
