A JSP page that gets properties from a bean
By: Hisham Alssadi
<jsp:useBean
id=\"bean1\" class=\"com.awl.bean1\"/>
<HTML>
<HEAD><TITLE>Beans!</TITLE></
<BODY BGCOLOR=\"#FFFFFF\">
<p> here is some data that came from bean1:</p>
<UL>
<LI> the name of the bean is :
<jsp:getProperty name=\"bean1\" property=\"name\"/>
<LI> the 7th prime number is:
<jsp:getProperty name=\"bean1\" property=\"sevenPrimeNumber\"/
<LI>the current time is :
<jsp:getProperty name=\"bean1\" property=\"currentTime\"/>
</UL>
<CENTER>
<TABLE BORDER =\"0\">
<TR>
<TD BGCOLOR=\"<jsp:getProperty name=\"bean1\"
property=\"color\"/>\">
<P> the information from a bean can be used anywhere on the
page!</P>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
Comment on this tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview