Home
What's
New?
com.oreilly.servlet
Servlet
Polls
Mailing
Lists
Servlet
Engines
Servlet
ISPs
Servlet
Tools
Documentation
Online
Articles
The
Soapbox
"Java
Servlet
Programming,
Second Edition"
"Java
Enterprise
Best Practices"
Speaking
& Slides
About
Jason
XQuery
Affiliate
Advertising
Info
|
Chapter 19 Examples from Java Servlet
Programming, 2nd Ed
- 19-4: Searching for all links
Examples from other chapters:
- Example 19.4: Searching for all links
- This servlet demonstrates the use of regular expressions. It
uses Apaches regular expression engine to write a servlet
that extracts and displays in a list all the HTML <A HREF>
links found on a web page.
|