Thanks for sharing your experiences from these sessions. I am quite a bit surprised as well. This makes me think of a layer of DTOs on top of the domain model. If I'm not mistaken, avoiding this...
Type: Posts; User: frederik; Keyword(s):
Thanks for sharing your experiences from these sessions. I am quite a bit surprised as well. This makes me think of a layer of DTOs on top of the domain model. If I'm not mistaken, avoiding this...
I'll second that! I guess they do it because it's more convenient or don't think out-of-the box... Most tutorials or books always seem use setter injection and spend little attention to constructor...
Those of you who cannot wait to read Spring in Action 2nd edition, can get it through MEAP now.
Apress has a Spring 2 book on their site for months but it hasn't been released yet. No release date...
Thanks for your responses!
I was hoping that SWF support in Spring IDE would see the light of day sometime soon but I also understand there's a whole lot of work involved in getting things done. ...
Hi,
This may be a little off topic but I am wondering if and what tools (besides pen and paper) SWF users use to visualize web flows.
I am currently using activity diagrams but this becomes...
At a project I'm working on, one of the use cases includes entering hotel data using tabbed navigation. I guess the AbstractWizardFormController would be a perfect candidate to assist in this, if...
Darren,
Thanks for your answer. I just had a look at the source code of the VelocityView class and this should be rather easy to implement.
We've coded some additional customized Velocity...
Hi all,
I'm in the middle of migrating our application to Spring MVC and got stuck on how to configure Velocity Tools with VelocityViewResolver. Is there an easy way to do this? Should I implement...