I've been developing an application which uses 5 entity bean types
which only differ sleightly.
Thoughts came up to design ONE generic entity bean
and then upon creation shape it to serve different purposes
and store itself to _its_ db table.
Anybody tried something like this out yet ?

An obvious way to achieve genericity would be to let all
needed bean types inherit from some baseBean and
add methods and attributes specific to this particular type.
Is there more genericity possible ?
Maybe even at runtime ?


Thanx. Tobias

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to