Stateful beans and Stateless beans in Spring context

Posted by umesh awasthi on Stack Overflow See other posts from Stack Overflow or by umesh awasthi
Published on 2010-12-22T04:49:10Z Indexed on 2010/12/22 4:54 UTC
Read the original article Hit count: 252

Filed under:

Hi All, i am reading spring through its official documentation and at one place i came to a line that use prototype scope for for all statefull beans while singleton for stateless beans.

i know there is something as statefull as well stateless beans in EJB but this is not what they have mentioned in the documents.

Can any one explain me what exact this means of statefull as well stateless beans in Spring

Thanks in advance

© Stack Overflow or respective owner

Related posts about spring