Originally posted by Murat Balkan:
I want the client to call a session bean. This bean will make the db processes through entity beans. Client has to make a JNDI query, and then create for the session bean, thats ok. But my question is this session bean has to make jndi lookups for entity beans that it will be using? (They are on the same VM)
Yes, you'll have to do a lookup,
you should consider using a homecache
pattern, also you can get the local interface instead of the remote one if you're using
ejb 2.0