0 Replies Latest reply on Nov 18, 2003 6:27 AM by wtpau

    how to implement entity bean extends the value object in EJB

    wtpau

      Dear all,
      I have a project currently using EJB 1.1 spec, which i implement the entity bean extends value object pattern that when i invoke a findByPrimaryKey method in the home interface it will return me a value object and i pass the value object to the JSP page and use the same value object to store user's inputed data.
      I just wondering how does the entity bean extends value object implement in EJB 2.0 when the entity bean's get and set methods are abstract. Or should i use other design pattern to transfer data?

      Warmest Regards,
      Wai Tak Pau