Accessing Beans From a JSP

You can find several JSP samples with the alarm application in the $JONAS_ROOT/examples/alarm/web/secured/ directory.

Quick Introduction to JSP

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.