| Author |
Taglibs and Java Beans
|
Sonalee Mohapatra
Greenhorn
Joined: Sep 15, 2003
Posts: 10
|
|
|
In what scenarios is it useful to use a taglib ? Similarly , when to use a Java Bean ?
|
 |
Jithesh Kozhipurath
Ranch Hand
Joined: Aug 27, 2003
Posts: 76
|
|
Hai sonali, A tag lib is a collection of custom tags that can be used by the page.it is to hide complex server side code from web designers. A Javabean is a special type of class that has a number of methods. it act as middle layer between the programs. Its an interface
|
Jithesh K
|
 |
Raghav Mathur
Ranch Hand
Joined: Jan 12, 2001
Posts: 639
|
|
|
So what's the catch Jithesh ??
|
Raghav.
|
 |
 |
|
|
subject: Taglibs and Java Beans
|
|
|