Originally posted by Andron Dre:
Hi
But they never said about scalability and pooling.
So by accessing it without ejb, we are loosing all scalability.
Hi there,
First pooling is provided by the appserver, not only to EJBs but to all other layers. About scalability, I think the first step to have a good scalability is to have "efficient" code. the reason why fast-lane is better (even if in theory EJBs scale better because they can be easily distributed) is that the code is WAY faster without EJBs. Also you can easily distribute
servlet engines, which would bring scalability.
hope it answers your question