| Title |
Building Your Own JSP Components |
| Description |
The Beans are the nucleus of JavaServer Pages components. Without writing even a single line of code, developers can use the power of Java to add dynamic elements to their pages by using JSP's collection of Bean tags. Developers have to follow the rules prescribed by the JavaBeans API, to develop a stand-alone, reusable Java software components. This article is basically targeted at the developers who want to build their own Beans for use as JSP components. It can also be used by the web designers to understand the background working of these components. |
| Comments * |
|