Results 1 to 2 of 2

Thread: quick dependency question

  1. #1
    Join Date
    Jun 2006
    Posts
    25

    Default quick dependency question

    for example I have two classes A and B i have to get the property of B so I can set it to A how can you do this in the applicationContext

  2. #2
    Join Date
    Aug 2004
    Posts
    2,715

    Default

    Quick answer: Have a look at PropertyPathFactoryBean which allows referring to bean properties. The API documentation describes its usage with examples.

    Regards,
    Andreas

Posting Permissions

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