On Tue, Jul 15, 2008 at 5:42 AM, Reinhard Pötz <[EMAIL PROTECTED]> wrote:
> Are you talking about passing the input parameters as parameters of the > setup() method? > > void setup(Map<String, Object> inputParameters) > > I'd be fine by this. > I hate seeing Maps used as dumping grounds for randomly typed objects. Could you use something that gives a little more strong typing? Perhaps more like a ServletContext though I don't think I'd go that far in this case? -- Peter Hunsberger
