|
|
What are JavaBeans? |
|
|
What are JavaBeans? |
|
|
Java / JavaBeans |
|
|
Click to Visit |
|
|
72 |
|
This article explains to you all about what JavaBeans are and also teaches how to build one. JavaBeans are Java classes that conform to a very simple coding rules. You just have to implement java.io.Serializable interface, use a public empty argument constructor and provide public getter and setter methods to get and set the values of private variables in properties. This article also explains calling the JavaBean from within a JSP page. It also discusses the tags provided by the JSP specification namely JSP , and tags.
|