MAP | PageMixer Documents > Tutorial > Mixing with Servlet |
The purpose of this tutorial is to learn how to use PageMixer pre-defiened classes in Servlet environment.
You should see "Mixing with PageMixer" at first, if you have less knowledge about PageMixer.
Source and configuration files for tutorials are placed under
"src/demo/servlet/src
" and
"src/demo/servlet/war
" in distribution.
ATTENTION: Class diagrams and sample source codes shown in this tutorial give higer priority to simpleness of explanation than to exact sameness with distributed source.
I wish you do not confuse between one in this tutorial and another in distribution.
NOTE: This tutorial consists of large HTML pages, because it gives higer priority to information browsability in single page than to page compactness.
Which would you like large one, or not ?
title | overview |
---|---|
Identify value for Servlet | identify with the Servlet environment specific key. |
Overview of PageServlet | overview of using |
Create 'ConsumerContext' | customize creating |
Determine 'Locale' | customize determining |
Determine page information | cutomize determining page information
as one of |
Get 'InputStream' | cutomize getting |
Create 'Producer' | customize creating |
Forward control | customize control forwarding
as one of |
Create 'Filter's | customize creating |
Deployment | example of Servlet deployment. |
MAP | PageMixer Documents > Tutorial > Mixing with Servlet |