2 Replies Latest reply on Jan 29, 2003 4:34 AM by rafcio

    Performance of EntityBean Compared to SessionBean

    srini

      Dear All,
      I have a method in stateless session bean that fires 4 select queries in 4 different tables and gets data and stores in Hashtable and returns to client.Insteadof this i have used another method in the same stateless bean that invokes 4 EntityBeans and gets the same data and return to client.I felt the performance of SessionBeans is better that EntityBean.Response time of sessionbean is less that Entitybean.I have also made EntityBeans as ReadOnly.Kindly suggest what additinal Configuration do i need to make.I'm using EJB2.0 with JBoss 3.0
      Regds
      Srinivas.P