Results 1 to 2 of 2

Thread: A questions on storing parameters in the applicationContext

  1. #1
    Join Date
    Aug 2004
    Posts
    218

    Default A questions on storing parameters in the applicationContext

    Could someone point me to assistance on being able to pass in fixed parameters into a method call? Basically, I want to prevent hard-coding in my code and instead pass in the constants I need in an object array which you be one of the parameters of the method that would use them.

    Thanks,
    Lou

  2. #2
    Join Date
    Aug 2004
    Location
    u.s.a
    Posts
    399

    Default

    There is this: 3.14. Setting a bean property as the result of a method invocation

    in the reference. http://www.springframework.org/docs/...s.html#d0e1955

Similar Threads

  1. problems loading applicationcontext
    By andrea_z in forum Web
    Replies: 6
    Last Post: Feb 8th, 2006, 08:25 AM
  2. Replies: 2
    Last Post: Oct 13th, 2005, 09:58 AM
  3. Replies: 4
    Last Post: Jun 8th, 2005, 06:22 AM
  4. Obtaining ApplicationContext for web and batch apps
    By Thomas Vaught in forum Container
    Replies: 10
    Last Post: May 23rd, 2005, 07:09 AM
  5. TransactionProxyFactory and ApplicationContext
    By newToSpring in forum Container
    Replies: 9
    Last Post: Oct 18th, 2004, 03:45 PM

Posting Permissions

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