全文预览

JSP技术概述与应用框架-毕业设计外文翻译

上传者:upcfxx |  格式:doc  |  页数:21 |  大小:0KB

文档介绍
important thing to remember is that a JSP page is really just a servlet. Anything you can do with a servlet, you can do with a JSP. 7. JavaBeans : JavaBeans are Java classes which conform toa set of design patterns that make them easier to use with development tools and ponents. DEFINITION A JavaBean isa reusable ponent written in Java. To qualify asa JavaBean, the class must be concrete and public, and have a noargument constructor. JavaBeans expose internal fields as properties by providing public methods that follow a consistent design pattern. Knowing that the property names follow this pattern, other Java classes are able to use introspection to discover and manipulate JavaBean properties. The JavaBean design patterns provide access to the bean ’s internal state through two flavors of

收藏

分享

举报
下载此文档