I am currently studying EJB, and as I understand it, when a client receives a session with a bean state, the server stores it in memory (or passivates it) until the client removes the bean. Pretty simple, but nowhere have I seen examples of how a client can really remove a bean. How do you do this, other than closing the client application? Or do I just need to implement the reset method in all my beans states if I want to start?
palto source share