Re: How can I use my DTO POJO's as ActionForms?

2005-08-09 Thread bschneider
Also, remember that your ActionForm properties all should be strings, while your DTOs should be typed. You can use BeanUtils.copyProperties to do the conversion. Say, does anyone have a dynamic AOP-style ActionFormProxy class that you could use to dynamically decorate a DTO? it would make ints,

Re: Struts Web Service project on SF.net

2005-01-28 Thread bschneider
> Most importantly though is that you can still use what Struts gives you, > things like form validation and internationalization, plus some degree of > the control layer, depending on how your app is designed. I think with Axis, > you would have to either write some code to duplicate these things,