Skip to main content

By clicking Submit, you agree to the developerWorks terms of use.

The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will accompany the content that you post.

All information submitted is secure.

  • Close [x]

The first time you sign in to developerWorks, a profile is created for you, so you need to choose a display name. Your display name accompanies the content you post on developerworks.

Please choose a display name between 3-31 characters. Your display name must be unique in the developerWorks community and should not be your email address for privacy reasons.

By clicking Submit, you agree to the developerWorks terms of use.

All information submitted is secure.

  • Close [x]

Using the Struts Validator

Brett McLaughlin (brett@newInstance.com), Author/editor, O'Reilly Media
Author1 photo
Brett McLaughlin has worked in computers since the Logo days. (Remember the little triangle?) In recent years, he's become one of the best-known authors and programmers in the Java technology and XML communities. He's worked for Nextel Communications, implementing complex enterprise systems; at Lutris Technologies, actually writing application servers; and, most recently, at O'Reilly Media, Inc., where he continues to write and edit books that matter. His most recent book, Java 1.5 Tiger: A Developer's Notebook, was the first book available on the newest version of Java technology, and his classic Java and XML remains one of the definitive works on using XML technologies in the Java language.

Summary:  Follow along as Web development expert Brett McLaughlin guides you through the process of installing and configuring the Struts Validator component. The Validator, originally developed separately from and on top of Struts, is now an integral component of any professional Struts application programming. With the Validator, you can validate input in your Struts ActionForms. In this tutorial, you will learn to perform this validation declaratively, without touching your existing Java™ code.

Date:  16 Aug 2005
Level:  Intermediate PDF:  A4 and Letter (594 KB | 42 pages)Get Adobe® Reader®

Activity:  8290 views
Comments:  

Before you start

About this tutorial

This tutorial guides you through the process of installing and configuring the Struts Validator component. I'll also show you how to use the Validator -- at least at a simple level -- and to ensure that it's working with your particular Struts configuration. And, if you've never used Struts (and are brave enough to keep working through this tutorial nonetheless), you'll want to review the Appendix, which offers a crash course on Struts installation.

After completing this tutorial, you'll have the Validator set up and running, and you should be comfortable configuring Validator for use in your ActionForms. Additionally, you will have seen some very simple uses of the Validator, giving you a head start on your Struts/Validator application programming.


Who should take this tutorial?

This tutorial is written for Web developers who have some familiarity with Java technology, the Tomcat servlet engine, and the Struts application framework.

If you're using a servlet engine other than Tomcat, you will need to be comfortable with your servlet engine's setup and configuration; this tutorial assumes you're using Tomcat, and no extra detail is provided for non-Tomcat configurations. Check the Struts documentation for more information on installing Struts on servlet containers other than Tomcat (there's a link to the specific section of the documentation in Resources).

This tutorial deals specifically with configuring Struts, so you'll need to be at least passingly familiar with XML documents. You should also have administrative access to the machine you have Struts set up on; we'll be adding some JAR files and changing the core Struts setup to get the Validator up and running. You also might want to brush up on declarative programming (again, see Resources if declarative programming is new to you).


Prerequisites

To take this tutorial, you will need a machine -- or ISP -- that has a servlet engine, such as Apache Tomcat, installed. I highly recommend that you run through this tutorial either locally, on a development machine, or on a non-production ISP account. In other words, don't try this out on a machine serving thousands of users, as you're going to have to make changes to your servlet container and you may have to restart that container several times.

Although neither is required for this tutorial, I'm using version 5.0 of the Java platform on Mac OS X. Some of the warnings and output captures you'll see in this tutorial reflect that. Additionally, I'm using Tomcat 5.5.9, which requires version 5.0 of the Java platform (unless you download a special bit of code that allows it to work with earlier JVMs). There is no special version of the Java platform or Tomcat required for this tutorial, although I strongly urge you to use at least version 5.0.

You also need a good text editor (or XML and Java editor, if you prefer), preferably one where you can have several windows open at once. There are a lot of files to configure, and using vi with a terminal window is going to get a little old. (That said, I'm using TextEdit on Mac OS X, so you don't need anything too fancy either.)

Finally, make sure you've downloaded the Struts engine and sample application (see the Appendix). I'll use the sample application to avoid going into too much detail about setting up Struts forms, which isn't the point of this tutorial.

There are a few more libraries that are required for the Validator itself to run, but we'll discuss these in Installing the Validator framework.

1 of 11 | Next

Comments



Help: Update or add to My dW interests

What's this?

This little timesaver lets you update your My developerWorks profile with just one click! The general subject of this content (AIX and UNIX, Information Management, Lotus, Rational, Tivoli, WebSphere, Java, Linux, Open source, SOA and Web services, Web development, or XML) will be added to the interests section of your profile, if it's not there already. You only need to be logged in to My developerWorks.

And what's the point of adding your interests to your profile? That's how you find other users with the same interests as yours, and see what they're reading and contributing to the community. Your interests also help us recommend relevant developerWorks content to you.

View your My developerWorks profile

Return from help

Help: Remove from My dW interests

What's this?

Removing this interest does not alter your profile, but rather removes this piece of content from a list of all content for which you've indicated interest. In a future enhancement to My developerWorks, you'll be able to see a record of that content.

View your My developerWorks profile

Return from help

static.content.url=http://www.ibm.com/developerworks/js/artrating/
SITE_ID=1
Zone=Java technology
ArticleID=132326
TutorialTitle=Using the Struts Validator
publish-date=08162005
author1-email=brett@newInstance.com
author1-email-cc=

Tags

Help
Use the search field to find all types of content in My developerWorks with that tag.

Use the slider bar to see more or fewer tags.

Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere).

My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Use the search field to find all types of content in My developerWorks with that tag. Popular tags shows the top tags for this particular content zone (for example, Java technology, Linux, WebSphere). My tags shows your tags for this particular content zone (for example, Java technology, Linux, WebSphere).

Special offers