D
decoy
Hi all,
I'm an experienced Java programmer starting out in J2EE development
and I'm stumped by the idea of EJB inheritance, it seems as though
there are many problems associated with it. Can anybody give me a
quick summary of the ins and outs of EJB inheritance? All of the
information on the web is really old, and it's hard to believe that
nothing has changed in the past 5 years.
I guess what I'm ultimately after is an answer to the question: 'Is
is worth trying to include inheritance in my model* or should I just
grit my teeth and simulate it, what approach do other systems
follow?'
Many thanks in advance for your time,
Stu.
* There are multiple places where I would prefer to use inheritance,
but the main one is representing users in the system (base user, admin
user, corporate user and personal user).
I'm an experienced Java programmer starting out in J2EE development
and I'm stumped by the idea of EJB inheritance, it seems as though
there are many problems associated with it. Can anybody give me a
quick summary of the ins and outs of EJB inheritance? All of the
information on the web is really old, and it's hard to believe that
nothing has changed in the past 5 years.
I guess what I'm ultimately after is an answer to the question: 'Is
is worth trying to include inheritance in my model* or should I just
grit my teeth and simulate it, what approach do other systems
follow?'
Many thanks in advance for your time,
Stu.
* There are multiple places where I would prefer to use inheritance,
but the main one is representing users in the system (base user, admin
user, corporate user and personal user).