EJB INStance

Hello All,

i could use some help..

Regarding EJB, when using enitiy beans from tables; the question is, for each table will have an entity bean ?

for each user using these instances .. will each user have his own instance or one instance for all users ?

so what about if we have 1000 tables, and we need to use entities from tables .. will it create 1000 entity ?

and if there are 1000 users, will each of them has his own instance ?

so, what about the CPU, memory and other resources ? how the resources can fit all these instances ?

Please answer i will really appreciate it

Thanks in advance

[649 byte] By [basharfa] at [2007-11-27 6:26:39]
# 1
Assigning the instance for user will take care the sessionbeans and and creating instance for getting data from tables will take care entity bean
lincolnrosea at 2007-7-12 17:47:51 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...