2014-12-15 17:23 GMT+01:00 Ken McWilliams <ken.mcwilli...@gmail.com>:
> +1 for the request/response wrappers. Have you had a chance to check out:
> https://tiles.apache.org/tiles-request/   ?

Thanks, will do!

> +1 for getting rid of Strings. Could see the benefit of what you say, but
> if you only meant getting rid of const Strings in favour of enums that
> alone would be pretty nice.

That (constants) also should be cleaned up - Enums or Singleton
instances - not sure which is better. With singleton users can
implement they own constants' behaviour ie.

interface DevMode extends StrutsConstant {...}

class MyDevMode implements DevMode {...}

and it's easier to inject instance of an interfaces than String ;-)


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to