JOnAS v2.4 Tutorial | ||
---|---|---|
<<< Previous | Next >>> |
You can find several JSP samples with the alarm application in the $JONAS_ROOT/examples/alarm/web/secured/ directory.
JavaServer Pages (JSP) was Sun's reponse to Microsoft ASP. It looks like a scripting language which basically combines standard HTML and scripting tags. On its first invocation, a JSP is tranlated into a Java servlet. There are many books on this topic if you want to learn more about it.
<<< Previous | Home | Next >>> |
Initiating a transaction from a Servlet | Accessing a bean from a JSP |