Summary
This tutorial built on the What are JavaBeans?
article. In this tutorial we first discussed <jsp:useBean>, <jsp:setProperty>
and <jsp:getProperty> tags and object scopes. Then we moved forward to develop
a simple JSP page in which used the same three tags to create a new JavaBean object,
set it's properties and later retrieve and show the values to the user.
After reading this tutorial you should be able to create JavaBeans and JSP pages
in which you can call JavaBeans from within the JSP page.
In order to post questions/comments, you must be logged-in. If you are not a member
yet, then signup, otherwise login. Once you
login then come back to this page and you'll see a form right here which will allow you
to post comments/questions.
Please note, one of the benefits of signing up is to be notified immediately by email everytime you receive a
reply to the thread you have subscribed.