Thanks for your reply, yes I agree that you do not create application context per function call, as I mentioned this was done for a specific technical reason that it came up when we were working on...
Type: Posts; User: metamor; Keyword(s):
Thanks for your reply, yes I agree that you do not create application context per function call, as I mentioned this was done for a specific technical reason that it came up when we were working on...
We have a testing framework that is loading a new spring application context for each test configured. (There are some technical reasons why we do not want to use the same application context to run...
I have to write xml fragments that go several levels deep. I have looked into XStreamMarshaller in the docs but looks to me that this only works when the xml fragment goes only one element deep. Is...