Search:

Type: Posts; User: julien; Keyword(s):

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    631

    Imports and alias redefinitions

    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. ...
  2. I think that the ability to have a global...

    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...
  3. Replies
    2
    Views
    1,253

    Setting locales in jstl views

    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...
  4. I have done it yesterday night without any...

    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.
  5. Define transaction boundary around the handleRequest method

    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...
  6. Replies
    2
    Views
    1,546

    Set binding using checkboxes

    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...
  7. Thread: Binding problem

    by julien
    Replies
    2
    Views
    1,119

    Poll: Re: Binding problem

    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...
  8. Using JavaMailSender batch sending capabilities

    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...
  9. Replies
    4
    Views
    3,499

    You may add two intranet projects for a major...

    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...
  10. Replies
    14
    Views
    5,357

    Re: Worthy books/papers

    Patterns of Enterprise Application Architecture, from Martin Fowler is great.

    I guess it's kind of a classic
  11. Replies
    10
    Views
    4,378

    Re: re: jdbctemplate.query appears to be very slow

    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...
Results 1 to 11 of 11