---
title: "Give the Details of XML files used in Validator Framework?"  
description: "Give the Details of XML files used in Validator Framework?"  
author: "Anoop Singh"  
published: 2011-03-23  
updated: 2020-09-23  
canonical: https://www.mindstick.com/interview/598/give-the-details-of-xml-files-used-in-validator-framework  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Give the Details of XML files used in Validator Framework?

The Validator Framework uses two XML configuration files **validator-rules.xml** and **validation.xml**. The **validator-rules.xml** defines the standard validation routines, these are reusable and used in **validation.xml**. to define the form specific validations. The **validation.xml** defines the validations applied to a form bean.

## Answers

### Answer by Anoop Singh

The Validator Framework uses two XML configuration files **validator-rules.xml** and **validation.xml**. The **validator-rules.xml** defines the standard validation routines, these are reusable and used in **validation.xml**. to define the form specific validations. The **validation.xml** defines the validations applied to a form bean.


---

Original Source: https://www.mindstick.com/interview/598/give-the-details-of-xml-files-used-in-validator-framework

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
