A
JavaBean is a POJO that is
serializable, has a no-argument constructor, and allows access to properties using getter and setter methods. An
Enterprise JavaBean is not a single class but an entire component model (again,
EJB 3 reduces the complexity of Enterprise JavaBeans).
posted on 2007-07-06 22:27
Sun River 阅读(202)
评论(0) 编辑 收藏