Programming Tutorials

Interview Question: What is Struts Validator Framework?

By: Ash in Interview Tutorials on 2008-08-13  

Question:What is Struts Validator Framework?

Answer:

Struts Framework provides the functionality to validate the form data. It can be use to validate the data on the users browser as well as on the server side. Struts Framework emits the java scripts and it can be used validate the form data on the client browser. Server side validation of form can be accomplished by sub classing your From Bean with DynaValidatorForm class. The Validator framework was developed by David Winterfeldt as third-party add-on to Struts. Now the Validator framework is a part of Jakarta Commons project and it can be used with or without Struts. The Validator framework comes integrated with the Struts Framework and can be used without doing any extra settings.

 

 

 

 





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

Explain garbage collection?

Question: Difference between forward and sendRedirect in JSP?

What is Collection API?

Differentiate between .ear, .jar and .war files.

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

What is the difference between interface and abstract class?

Interview Question: Write code of any Action Class?

Interview Question: What is the difference between Message Driven Beans and Stateless Session beans?

Interview Question: What is Deployment descriptor?

What is similarities/difference between an Abstract class and Interface?

Interview Question: Do ActionForms have to be true JavaBeans?

What is the difference between Session Bean and Entity Bean?

Interview Question: What are the call back methods in Entity bean?

Question: How would you go about analyzing performance of an application?

Interview Question: What is Message Driven Bean?

Latest Articles (in Interview)