September 2002
Intermediate to advanced
608 pages
14h 20m
English
There's quite a bit more that you can do with servlets. Although we didn't need these features for our examples, I thought they were important enough to give at least a mention to these servlet capabilities.
Looking at the way a servlet is structured, it is typical to wonder if there's a better separation possible between the behavior of the servlet (the business logic) and the HTML markup embedded in the servlet. One of the first attempts to make a more logical separation of these was support for server-side includes in some Web servers.
In the Apache Web Server, for example, there was an add-on package called JSSI that provided the ability to pull all of the HTML out into a separate file. ...
Read now
Unlock full access