Validation, Data Binding, and Type Conversion :: Spring FrameworkThere are pros and cons for considering validation as business logic, and Spring offers a design for validation and data binding that does not exclude either one of them. Specifically, validation should not be tied to the web tier and should be easy to locdocs.spring.ioSpring 문서에서 말하는 Validation웹 계층에 국한되어서는 안 된다. 서비스 계층, 데이터 계층 등에서..