Java Reference
In-Depth Information
If you need a refresher, you'll find a myriad of tutorials and examples
on the Net. Here are a few good places to start:
The Java Tutorial . . . . . http://java.sun.com/javaee5/docs/tutorial/doc/bnadr.html
The web application section of the Java Tutorial
JSP Syntax Reference . . .
. . . http://java.sun.com/products/jsp/syntax/2.0/syntaxref20.html
Handy reference on JSP syntax, EL expressions, directives, and standard JSP
tags
Java with Passion! . . . . . . . . . . . . . . . . . . . . . . . . . . http://www.javapassion.com/j2ee
Sang Shin's online course for learning Java web application development
NetBeans Tutorial . . . . . . . . . . . . . . . . . . http://www.netbeans.org/kb/trails/web.html
A tutorial for creating web applications with the NetBeans IDE
Eclipse Tutorial . . .
. . . http://www.eclipse.org/webtools/community/tutorials/BuildJ2EEWebApp/BuildJ2EEWebApp.html
A tutorial for creating web applications with the Eclipse IDE
Getting the Source Code
This topic comes with a lot of source code so that you can learn Stripes
by example. Of course, the text contains code snippets along with expla-
nations. Although I've done my best to include enough context around
the code shown in the topic so that it makes sense, I didn't want to
bombard you with pages upon pages of code listings. When you want
to see the full source and navigate through the code at your mind's
desire, the best thing to do is to download the source package and use
your favorite text editor or IDE. While you're at it, there's a good chance
you'll want to try a few things of your own. Go ahead—that's a great
way to learn.
You can download the source code from this location:
http://www.pragprog.com/titles/fdstr/source_code
Conventions
I use a few simple conventions in this topic, which you'll recognize if
you've read other books by the Pragmatic Programmers.
Live Code
The majority of code snippets in the topic are extracted from fully
functional examples. When that's the case, a bar before the code
contains the path to the source file.
 
 
Search WWH ::




Custom Search