Results 1 to 2 of 2

Thread: Adding variable to application scope

  1. #1
    Join Date
    May 2007
    Posts
    10

    Default Adding variable to application scope

    Hi,

    My PropertyOverrideConfigurer is x.properties. I have a property called myDate which is defined by none of my beans.
    All what I want is, when my spring container loads my application, I want it to read this property and put this into applicationScope. So that I can use that in both Java and Jsp.
    If this is not possible with above mentioned way please provide some alternatives.

    Thanks,
    Harish

  2. #2
    Join Date
    May 2007
    Posts
    10

    Thumbs up

    Find answer at this thread

    http://forum.springsource.org/showthread.php?t=80247

    thanks for all your time.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •