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

