As programmers are using SPRING api instead of EJB to develop applications, I stumbled upon how to implement "STATEFUL SESSION BEANS of EJB" in SPRING.
Is it possible to implement stateful session beans completely in spring (without any EJB) , if so, I would appreciate any links to the tutorial.
Thanks, Sri