This JSP tutorial helps you understand: Loading JavaBean classes into JSP pages; Setting and getting JavaBean's properties; Using Java objects as JavaBeans.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Oct 30 2006
This article describes everything you need to know to send emails using JSP pages. Also describes better practices for encapsulating re-usable code in JavaBeans. Online demo available.
Version: n/a Platform(s): n/a Updated: Fri Oct 12 2001
This tutorial describes <jsp:useBean>, <jsp:setProperty> and <jsp:getProperty> tags and demonstrates how to call JavaBean from within a JSP page. Online demo available.