"Rahman, Zahid" wrote:
>
> it is my understanding that HelloWorldHome can only have
> create and find methods if at all however in this case I have no row to
> insert
> or find therefore cannot use one of these methods to instantiate
> HelloWorldBean class in the client.
For session beans, create does not create a row in a database table, it
creates an object which you can use to call the remote method. Find is
not used with session beans. Since your bean is a session EJB, it is
correct to use the create method. With session EJBs, you use create
regardless of whether some data will be inserted into a database or not.
K Mukhar
===========================================================================
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".