Network Deployment (Distributed operating systems), v8.0 > Troubleshoot and support
Troubleshoot applications that use the Bean Validation API
The Bean Validation API is introduced with the Java Enterprise Edition 6 platform as a standard mechanism to validate Enterprise JavaBeans in all layers of an application, including, presentation, business and data access. Before the Bean Validation specification, the JavaBeans were validated in each layer.
To prevent the reimplementation of validations at each layer, developers bundled validations directly into their classes or copied validation code, which was often cluttered. Having one implementation that is common to all layers of the application simplifies the developers work and saves time.
- Bean validation troubleshooting tips
Use this information to troubleshoot bean validation.
Develop applications that use the Bean Validation API
Bean Validation