On Wed, Jul 22, 2009 at 10:42 PM, Jason Wang<jason.w...@bulletin.net> wrote:
> You dont have to use spring with wicket. Spring is a business layer
> framework essentially. It gives you so much convenience to decouple
>  services from its clients. I tried to use it to manage all the web
> components, then I realized that doesnt give me much at all. Sometimes, a
> simple "new Page("id")" is just a better solution.

This is a very important point.  We occasionally get questions on how
to use factory patterns for components.  It's simply not worth it.
Spring is for your middle-tier (and down) - not web.

--
Jeremy Thomerson
http://www.wickettraining.com

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

Reply via email to