Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    258

    This is a little weird, below is quoted from Pro...

    This is a little weird, below is quoted from Pro Spring 3:
    Spring also supports a mix of the two approaches in a single ApplicationContext (the XML file configuration will override the annotation...
  2. JMX probably worths a try.

    JMX probably worths a try.
  3. Which version are you using? If Spring 3.1 or...

    Which version are you using? If Spring 3.1 or later, you can resort to the Profiles feature.
    Beside that option, if you build your app with ant, you could finish the substitution task in ant. Maven...
  4. Replies
    2
    Views
    467

    Could you show us the first lines content of...

    Could you show us the first lines content of ContextFile.xml?
  5. Pls use the tag to format your code, you...

    Pls use the <code> tag to format your code, you can edit the content in the advanced editor mode.
  6. Replies
    1
    Views
    486

    Pls show us the code of PermissionEvaluator.

    Pls show us the code of PermissionEvaluator.
  7. Replies
    3
    Views
    386

    I have no field experience on this , I binged...

    I have no field experience on this , I binged "java transliterate", hope this could help:
    The Google Transliterate API Devloper's Guide
  8. I tested with and...

    I tested with <context: property-placeholder> and annotation style injection in Spring 3, the default works just fine.
  9. Thread: Autowiring

    by sumlight
    Replies
    2
    Views
    279

    There is no difference essentially, just personal...

    There is no difference essentially, just personal preference.
  10. Still using spring 2.0?

    Still using spring 2.0?
  11. Replies
    1
    Views
    234

    I'm wondering why you want to have sessions' id,...

    I'm wondering why you want to have sessions' id, the sessions might be pooled beneath the surface, the id is probably confusing.
  12. Replies
    3
    Views
    386

    The essence of the transliterating requirement is...

    The essence of the transliterating requirement is actually string conversion stuff, you'd better grab some third party libraries to do that complex conversion.
  13. Replies
    2
    Views
    377

    I tested your code, it works just fine.

    I tested your code, it works just fine.
Results 1 to 13 of 13