Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    674

    How do i find the context file name

    Is there any interface that will allow me to find the name of the file that the created bean is from.
  2. Replies
    2
    Views
    1,132

    Thanks that gives me and idea of what i need to...

    Thanks that gives me and idea of what i need to look for.
  3. Best way to get Application Context from WEbservice

    How do i get access to an application context from a servlet? I've cant use something like the web application context because i cannot get the servlet context Is there some object i should use or is...
  4. Replies
    2
    Views
    1,132

    When does spring batch provide value

    My organisation already uses spring but im not sure if its worth using spring batch.

    We have a few applications that at least some stage take some data transform it then put it into either a file...
  5. Replies
    9
    Views
    1,803

    More clarificatin

    How do you intend to use these values? Like typical properteis or more?
  6. Replies
    2
    Views
    1,728

    Where do I find Spring Pod Casts?

    Hi is there a site / page that has a listing of spring pod casts or similar?
  7. Replies
    3
    Views
    14,572

    I added a log4j.properties file with the...

    I added a log4j.properties file with the following details and it now works.

    log4j.rootLogger=INFO, stdout
    log4j.appender.stdout=org.apache.log4j.ConsoleAppender...
  8. Keep it out of the EAR

    As a general rule it is a bad idea to leave the properties file in the EAR/WAR file because you have to edit the deployed ear and potentially have to rebuild (depending on deploy process) every time...
  9. Replies
    3
    Views
    14,572

    Log4J warning when runing test: How to fix

    I get log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext). When I run my test.

    In my test case I am initialising the...
  10. Replies
    19
    Views
    2,122

    Spring in your project is useful regardless of...

    Spring in your project is useful regardless of weather you use the XML or not. It has a number of utility methods that take away code you would write your self. The one i use the most it the...
  11. PropertiesLoaderSupport and Decoding / Decrypting

    I would like to have some of the properties in my application encoded and possibly encrypted. But having a look around (I may have missed something) I could not find a place where this is by default...
  12. Replies
    1
    Views
    1,138

    Where are the spring training courses listed

    I went to a user group meeting recently and they advertised a training courses in melbourne australia in december 2008. Is this listed somewhere on the spring website?
  13. Replies
    7
    Views
    2,909

    Is there a publicly avaliable spring Wiki

    A little while ago i included Commons Configuration in my spring project for configuration management. It took me a while to find the pieces i need to do that (although its not hard) because there is...
  14. Replies
    11
    Views
    4,295

    Another Starting point

    There is a lot to spring that can be used without alot of effort. You can make use of spring without using the dependency injection framework.

    Would it be possible to get started by including...
  15. Replies
    0
    Views
    963

    Spring IDE appears to cache configuration

    In my configuration file I has getting an error because The class type that was selected did not have one of the properties that were being set in the configururation e.g.

    Class a() {
    }

    Class...
  16. Replies
    1
    Views
    826

    Spring IDE Helps lots

    I dont know about the build files or the web services but it does help alot with normal development.

    You still have to hand code there are no real drag and drop features yet but the auto complete...
  17. Documentation for Integration with Commons Configuration

    I recently Integrated commons configuration into my application but It took me a few weeks on and off to workout what i needed. Partly because i was not familiar with the spring modules project and...
  18. Replies
    1
    Views
    6,164

    Answering my own question

    After looking around i figured it out so i thought i would share

    So we need three elements to create the configuration you need a


    PropertiesPlaceholderConfigurer [Spring-Core]
    ...
  19. Replies
    1
    Views
    667

    What Happens in when importing same names

    If I i import the configuration from one file into another and over ride a bean that is dependecy in another file what happens?

    E.g.

    File a.xml


    <bean name="using1" class="usingClass">
    ...
  20. Replies
    1
    Views
    6,164

    Using Spring and Commons Configuration

    Hi

    I want to use the commons configuration with my spring configuration so that the commons configuration mechanism is used for reading the properties from where evere there coming from and then...
Results 1 to 20 of 20