0 Replies Latest reply on Oct 9, 2001 12:05 AM by hunterhillegas

    EJB2.0 Abtract Beans - Design Issues?

    hunterhillegas

      I am tasked with designing an e-commerce application using EJB2.0...

      Since CMP beans under 2.0 are now all abstract, does this create new design problems?

      In Java can an abstract class inherit from another abstract class?

      Basically I want to have different product classes that inherit from a base product class... Will this cause trouble?