(I'm using Spring v3.1.1.)
I'm fond of the request bean scope and started using it heavily in my web services. I have run into a small issue, however.
After I implement the domain logic, which...
Type: Posts; User: ceineke; Keyword(s):
(I'm using Spring v3.1.1.)
I'm fond of the request bean scope and started using it heavily in my web services. I have run into a small issue, however.
After I implement the domain logic, which...
Thank you for confirming that, Marten. I appreciate your clarification!
The Spring reference mannual states that "the Spring container will create a brand new instance of the [...] bean [...] for each and every HTTP request."
From what perspective is the manual...