posted 17 years ago
Vivek Hello,
Look at your following, last line in your quotes
"Or the container may wait until the client invokes a business method before it creates a bean instance."
Here how container can wait for business method unless and until client get reference of Remote ie. component interface.
Any way container already put some bean ready in pool, and it keeps creating in case suppose all the bean in pool in use.
When client calls create() of Home interface, here in application server until server has object of component interface it wan't give response to the client or it might be exception that server cannot create object.
So, the moral of the story what i feel is that above statement makes you confuse, however it might not be the case in reality because actual implementation is done by container.
So enjoy...
If you are not agree please tell me.