5 Replies Latest reply on May 20, 2009 10:03 AM by peterj

    how to override the method logic which is currenlty calling

    kkangsar

      Hi,

      Anyone knows how to override the existing method in EJB?

      For example:

      I have defined internal method "myCal". This internal method will be calling by a few other standard method which is defined by me.

      User will call my standard method when they use my application. But sometime, some user may not like to use my calculation logic define in myCal method, they may want to override it, how can we achieve in EJB?

      Thanks.