T
Tim
I've been reading a lot about EJBs and entity beans and what I've
concluded is that they (entity beans) are basically a means of getting
persistence data to and from the various storage technologies. Perhaps,
they concern themselves with managing relationships between the various
types of information in the various beans.
Is that true and if so, isn't the programming for these beans relatively
redundant, insofar as, once you have determined what to do for one, you
can use the same types of methods and variable definitions on most of
the other ones. I realize there will be different types of entity bean
relationships and so forth but, isn't it pretty similar once you've done
the first few for a specific environment?
concluded is that they (entity beans) are basically a means of getting
persistence data to and from the various storage technologies. Perhaps,
they concern themselves with managing relationships between the various
types of information in the various beans.
Is that true and if so, isn't the programming for these beans relatively
redundant, insofar as, once you have determined what to do for one, you
can use the same types of methods and variable definitions on most of
the other ones. I realize there will be different types of entity bean
relationships and so forth but, isn't it pretty similar once you've done
the first few for a specific environment?