ContentsIntroductionAssumptions about the reader
Previous: Introduction | Next: Why the servlet utilities exist

Assumptions about the reader

This tutorial assumes that you know how to use and program in Java. It is a mistake to equate these two skills. Both are needed, and having the one skill doesn't necessarily mean you have the other.

Let me clarify:


There is a third skill that this tutorial assumes that you have - that you know how to design software. This skill transcends the use of any particular language or environment. If you have this skill, it will help you understand the implications of the servlet utilities explained in the following pages - even if you don't know Java very well. On the other hand, if you don't have this skill, the ramifications will elude you regardless how well I try to explain the servlet utilities or how much experience you have with Java.

If you already have these skills in abundance, you may prefer to jump to the documentation after getting your feet wet with the quick start. Otherwise, the tutorial may help you extend these skills; but find and use other references to build your core competency.

This tutorial will NOT teach you how to use or program in Java!


ContentsIntroductionAssumptions about the reader
Previous: Introduction | Next: Why the servlet utilities exist