Results 1 to 3 of 3

Thread: Configure Container with Spring API

  1. #1
    Join Date
    Nov 2007
    Posts
    2

    Default Configure Container with Spring API

    The pdf reference doc has a note on p. 29 that says:

    XML-based metadata is by far the most commonly used form of configuration metadata. It is not
    however the only form of configuration metadata that is allowed. The Spring IoC container itself is
    totally decoupled from the format in which this configuration metadata is actually written. At the
    time of writing, you can supply this configuration metadata using either XML, the Java properties
    format, or programmatically (using Spring's public API).

    So apperantly, if I can express the metadata in a way other than the XML, I can still use the Spring API to configure the container and the rest of it is just the same. But I can't figure out how to do it simply by looking at the source code. Can someone help me out?

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    You might want to have a look at this presentation.
    http://www.parleys.com/display/PARLE...ring+container
    Barracuda Networks SSL VPN Lead Developer
    http://pramatr.wordpress.com
    http://twitter.com/karldmoore
    http://www.linkedin.com/in/karldmoore
    Any postings are my own opinion, and should not be attributed to my employer or clients.

  3. #3
    Join Date
    Nov 2007
    Posts
    2

    Default Configure Container with Spring API

    Thanks for the info. It is very useful. I have also found the following blog site which tells me more specifics of what I want to know.

    http://www.digizenstudio.com/blog/20...ation-context/

Posting Permissions

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