Search:

Type: Posts; User: wang.yunbo; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    409

    Thank you Doc_d! It's good to know.

    Thank you Doc_d! It's good to know.
  2. Replies
    4
    Views
    441

    Hi Wrangler...

    Hi Wrangler,


    It will be very helpful to paste your spring context loading error stack trace even if it is not intuitive to track down.

    Thank your
  3. Hi vermule...

    Hi vermule,

    Thank you for sharing your ideas!

    I am surprised that your first version didn't work. It's a little boring to me because that violates the singleton pattern's rule.

    The second...
  4. Hi jaybytez, Maven manage well properties for...

    Hi jaybytez,

    Maven manage well properties for multiple environments as it is designed for this kind of things.
    But if your requirement is really relied on .properties file, you can do something...
  5. Replies
    5
    Views
    409

    Hi D...

    Hi Doc_d,


    Thank your for sharing your ideas.


    Can you show the whole definition of the bean which contains the property warnLogCategory just for a clear understanding?
  6. Poll: Do and do only when needed

    In your case, all 4 tx (transactions) are opened when one of these methods is called and are closed (commit or rollback) after the execution of the method. Yes there is overhead of opening 4 tx while...
  7. If you are using Maven, one practical solution is...

    If you are using Maven, one practical solution is something like
    pom.xml

    <resources>
    <resource>
    <directory>src/main/resources</directory>
    <filtering>true</filtering>
    ...
  8. Replies
    0
    Views
    294

    XML or Annotation Approaching?

    We are migrating Spring framework from 2.5 to 3.1.

    As we used to do all things in xml files (application-contexte-xxx.xml), and now almost every documentation and every forum post talk in...
  9. Hi Tannoy, Theses are good questions. I am...

    Hi Tannoy,

    Theses are good questions. I am trying to share our experiences from different J2EE projects hoping that would give you some ideas.

    a) I believe that separating xml for different...
Results 1 to 9 of 10