1. Domain Object Validation forum.springsource.orgDomain Object Validation A couple of questions about domain object validation: 1. What is the separation of concerns argument for keeping validation outside of a domain object (but still within the ... |
2. Domain Validations forum.springsource.orgHello, In a form a need to validate the product code input by the user using a service method. I've read a lot of validations based on constraints about my property ... |
3. Validator for multiple domain objects in a single form forum.springsource.orgValidator for multiple domain objects in a single form I am trying to do this The web page has the following fields username, password and comment fields. This is a web ... |
4. Validators and Domain Logic forum.springsource.orgValidators and Domain Logic Hi I am just not very clear on what sort of validations to put in the Spring Validators classes. I have a domain objects which contains domain ... |
5. Form to domain object binding and validation forum.springsource.orgForm to domain object binding and validation I know spring has the ability to automatically bind form fields to your command object...this works great for fields that are strings...but what is ... |