What is the best way to perform client-side form validation using Javascript (with minimal code duplication) when using JSR 303 bean validation on the server side? I'm currently using Spring 3 and the Hibernate Validator.
+1
A:
I would suggest that you look at Spring JS, which relies heavily on Dojo. A tutorial can be found here.
Easiest way for yourself to start playing with it is to download Spring Roo, create the petclinic sample application with one of the example-scripts (this takes you 5 minutes) and then play around with how the javascript is integrated. Spring Roo creates an app with the same technology stack that you use (Spring+hibernate+implementation of jsr 303)
Hans Westerbeek
2010-03-25 08:43:17
+1 Nice tutorial thanks
stacker
2010-05-01 10:02:10