If I am operating on only one table,can I use one Entity Bean to perform
different operations such as select/update/insert/delete
I want to call different methods on the Bean to do the above i.e
finder,create,update,delete.
Will a new instance of the Bean be created for every invocation or will it
come from an instance pool.Is this approach good from the
scalability point of view.
I am sorry if this sounds very elementary.
Thanks
===========================================================================
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".