September 2003
Beginner
384 pages
8h 3m
English
by Per Bothner
IN THIS CHAPTER
There are many tools for generating Web pages. Many of these are based on templates: You write an HTML page, but you can embed within it expressions that are calculated by the Web server. Here are some popular examples:
JSP or JavaServer Pages (http://java.sun.com/products/jsp/) is a format in which Java expressions and commands are embedded in HTML pages. A JSP page is automatically translated into a special kind of Java class ...
Read now
Unlock full access