Hi all,
 
i wonder where do you put your business logic ? I would put it in some POJO which manipulate my domain model, at the end WW actions are thin adaptater between my application and a browser based client. With this, actions know nothing about the persistence of my domain model, they are just validating user input amd then delegate.
 
However i wonder if it's not "too much" moreover WW actions are not tied with J2EE and therefore i could reuse my actions with a swing based client or whatever. How do you guys do ?
 
Regards
Christian Meunier

Reply via email to