I have an event module (associating events with listeners) with three levels of configuration in my application:
* the module configuration, which is basically the technical plumbing of the module. ...
Type: Posts; User: julien; Keyword(s):
I have an event module (associating events with listeners) with three levels of configuration in my application:
* the module configuration, which is basically the technical plumbing of the module. ...
I think that the ability to have a global attribute for a bean definition would be interesting, the ParentBeanFactory would scan its children in search for the global beans in children contexts, then...
Hello,
I have a problem with the locale resolver and the locale change interceptor in my jstl views: even though resource bundles are picked up correctly, the request locale (as specified by...
I have done it yesterday night without any noticeable problem, except that BeanPostProcessors defined in a parent application context are not applied to descendant application contexts.
I have many controllers that invoke several methods on the service class, resulting in several hibernate sessions being created.
I would like to have all these methods call being encapsulated...
Hello,
I have a problem for binding a rather complex model:
Let say I have a document with a set of related Products (m-n relationship)
I want to present the document edition/creation form...
Quite funny that you post a poll when you have a problem.
I'd say the problem is that you modify the id of a persistent hibernate instance (I guess associated with a running session), which is...
Hello,
I would like to use the batch sending capabilities of the JavaMailSender, but I see a problem regarding the failed messages: throwing the same exception for connection related problems and...
You may add two intranet projects for a major european pharma firm (which I am not allowed to mention):
A documentum-related project, with a full Documentum abstraction library built on the spring...
Patterns of Enterprise Application Architecture, from Martin Fowler is great.
I guess it's kind of a classic
What's the performance without using spring ?
What's your transaction policy ?
Remember that data access is often (and by far) the costliest operation of a request... If you have nothing...