• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Commons Validator vs SpringFramework Validator

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Commons Validator vs SpringFramework Validator

Hi. I'm new to Spring and has a basic knowledge on SpringFramework validator (org.springframework.validation). However, I recently came across with Commons Validator (org.apache.commons.validator).

1. Which validator do you think is better to use when you are developing a Spring-based web project?
2. Can you explain and compare the latest Commons Validator to SpringFramework validator and vice-versa?
3. What are their advantages and disadvantages?

Thank you! Your replies will be highly appreciated.
 
reply
    Bookmark Topic Watch Topic
  • New Topic