Results 1 to 4 of 4

Thread: Using ApplicationContext Framework for persisting Javabeans

  1. #1
    Join Date
    Aug 2004
    Posts
    16

    Default Using ApplicationContext Framework for persisting Javabeans

    Is it possible to take network of beans and dump them to an xml file application context that can be loaded by the ApplicationContext framework?

  2. #2
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    Not at the moment - I think the issue was discussed on the forum some time ago. Try doing a search both on the forum and JIRA and see what you can find.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

  3. #3
    Join Date
    Aug 2004
    Posts
    16

    Default

    i cannot find anything on JIRA and only this on the forum:
    http://forum.springframework.org/showthread.php?t=21933

  4. #4
    Join Date
    Jan 2005
    Location
    Bucharest, Romania
    Posts
    5,403

    Default

    I had issues finding the posts and JIRA issues I recalled too. IIRC, for Spring 2.x (1.3 back then) support for saving the configuration to XML was proposed on JIRA though I'm not sure what the resolution for it was.
    There is no support right now out of the box though one can take the beans configuration (a bunch of bean definitions) and try to save it as XML.
    Costin Leau
    SpringSource - http://www.SpringSource.com- Spring Training, Consulting, and Support - "From the Source"
    http://twitter.com/costinl
    Please use [ c o d e ] [ / c o d e ] tags

Posting Permissions

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