http://www.springsource.com/whitepapers
Type: Posts; User: CodeKing; Keyword(s):
http://www.springsource.com/whitepapers
I have the following defined in myapp-infrastructure.xml
<bean class="org.springframework.beans.factory.config.CustomEditorConfigurer" lazy-init="true">
<property...
Hi There,
I am currently using Axis2 to impement a Web Service.
I am using the org.apache.axis2.extensions.spring.receivers.SpringAppContextAwareObjectSupplier
To make my pojo objects spring...
Thanks for the reply Jörg but I would like to be able to implement this functionality in my controller.
We use continuous integration at my current client and it would be nice to not "break the...
I have a session object that is injected into my controller (Spring MVC).
I am having great difficulty writing an integration test for it.
I can configure my WebApplicationContext just fine,...
From 3.4.3 of the spring reference manual
AbstractDependencyInjectionSpringContextTests implements a ConfigurableApplicationContext that is not web aware. I would also be intrested as to how...
Hey guys, I am having a problem when trying to use a bean with a session life cycle as described in the reference documentation (3.4.3)
Here is the bean definition for the session scoped bean (A...