Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
> > How to go about deciding whether to use session beans and entity bean?
Answer : its a very descriptive topic in itself but in general while designing a system one must have to find out independent entities which are going to be persistant in database for longer than a client session i mean u may need them gaian ana again for example :: User, or Account, Product etc Session beans are generally for putting the business logic which uses one or more entity bean and have side effact on the database. better go through J2ee BluePrint available online to get detailed information ;; Here is the URL http://java.sun.com/j2ee/blueprints/earlyaccess.html Hope it will be useful Ajay
Replies: |
Sponsored Links
|