aspose file tools
The moose likes Servlets and the fly likes Validation of form data in a web application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Validation of form data in a web application" Watch "Validation of form data in a web application" New topic
Author

Validation of form data in a web application

Sean Sullivan
Ranch Hand

Joined: Sep 09, 2001
Posts: 427
I would like to hear from others regarding techniques for
validating form data in a web application
I already found these resources:
http://formproc.sourceforge.net/ ( http://www.formproc.org/ )
article: Java and XML: Learn a Better Approach To Data Validation
http://www.devx.com/java/free/articles/schwartz0402/schwartz0402-1.asp
Weblogic JSP form validation tags
http://edocs.bea.com/wls/docs70/jsp/validation_tags.html
Form Processing API
http://www3.sympatico.ca/iostro/fpapi2.0/
Validation JSP taglib
http://www.servletsuite.com/servlets/validtag.htm
Form processing chapter in "Java Servlets by Example"
http://www.manning.com/Williamson/Contents.html
Struts API: org.apache.struts.validator.action.ValidatorForm
http://jakarta.apache.org/struts/
Jakarta Commons commons-validator
http://jakarta.apache.org/commons/components.html
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Um, are we supposed to read all of those or are you going to ask a question
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12268
    
    1
And looming on the horizon, the XForms project at W3C!
Bill
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Validation of form data in a web application
 
Similar Threads
steps for configuring clustering in Bea
Use of Static methods by EJB's
BEA Weblogic 7.0 Certification Study Plan
Sessions
New to WebLogic