"Nathan Bubna" <[EMAIL PROTECTED]> writes: > Gabe, > > why the all the changes to DateTool and ParameterParser? i'm not > opposed to improving them, but your changes break my current usage > of them and makes them more difficult to use (IMO). In DateTool, I > don't like having to get the locale and pass it to methods every > time i want locale sensitive behaviour. it is much easier to set > the locale once per instance and have it from there. what was your > reason for changing that?
Nathan has a good point. If the tool is request-scoped, that should be set at initialization time. > as for the ParameterParser, a similar problem now exists. instead > of having one instance per request, i must now pass the request for > every method! why?? i can't imagine a case where you can correctly > be using the same instance for multiple requests! IMO that is > really wrong behaviour and seems to be encouraged by your changes. > i really don't get it and am not at all eager to change my usage to > fit these changes. am i just completely missing something? please > explain. Ditto. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
