A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Java
»
Servlets
Author
JSPs and BeanInfo
Lucy C
Ranch Hand
Joined: Feb 09, 2000
Posts: 53
posted
May 25, 2000 11:32:00
0
Does anyone know if the
JSP
engine can use a
BeanInfo
class when using a JavaBean? I've just been writing getter and setter methods according to the design
patterns
til now.
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
May 26, 2000 08:50:00
0
why not? you can implement the
java.beans.BeanInfo
interface or use the
java.beans.SimpleBeanInfo
class, using your class name with the
BeanInfo
suffix.
I agree. Here's the link:
jrebel
subject: JSPs and BeanInfo
Similar Threads
BeanInfo dependency with XMLEncoder
JavaBeans Naming synthax
classifying java clas as JavaBean
Property List in Swing
ant xdoclet and javabeans
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter