A Study of the Performance on EJB Entity Bean with Value Object

Value Object를 이용한 EJB 엔티티빈의 성능에 관한 연구

  • Published : 2001.10.01

Abstract

In an EJB 1.1 specification, every method call made to the Enterprise Java Bean, is potentially remote call. Such remote invocations use the network layer regardless of the proximity of the client to the bean, creating a network overhead. Especially. because entity bean is more notable performance fail by remote call than session bean, frequency of use on Session Bean in work-site operations is much more than Entity Bean. We focus on how to improve the performance on the entity bean with Value Object, which is one of J2EE patterns suggested by Sun Microsystems. We presents related design-issues fur performance testing, the testing results compared with original entity bean and our findings.

Keywords