Results 1 to 3 of 3

Thread: Switch to Java based configuration from XML - seems tedious - please help on approach

  1. #1

    Default Switch to Java based configuration from XML - seems tedious - please help on approach

    Hello Experts

    I have a Spring XML config - which is complex and heavy as many bean with many properties ,

    We got to simplfy as these properties will now be in Database and got to be pulled ad used along with Java based configuration replacing the XML spring config - Please help

    Enclosed the spring config FYR.

    Thanks in Advance
    Sanjay
    Attached Files Attached Files
    Last edited by sanjaygverma; Mar 23rd, 2012 at 12:34 AM.

  2. #2

    Default

    I guess I do not understand what is so tedious. Is there something more specific you are having trouble with? The XML does not look that big is it the abstract/parent relationships that you do not understand in java config or is it something else?
    Last edited by wgorder; Mar 23rd, 2012 at 06:05 PM.

  3. #3

    Default

    Quote Originally Posted by wgorder View Post
    I guess I do not understand what is so tedious. Is there something more specific you are having trouble with? The XML does not look that big is it the abstract/parent relationships that you do not understand in java config or is it something else?
    To be specific - We have n number of this XML and new JMS connection and topic details keep coming in, so in spring is it possible to configure this dynamically to create Bean - say if i pull the JMS connection URL , user , pwd and topics from db or properties file.

    Please help with the approach.

Posting Permissions

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