Results 1 to 3 of 3

Thread: How to export the FINAL BeanDefinitions ?

  1. #1
    Join Date
    Oct 2011
    Posts
    2

    Question How to export the FINAL BeanDefinitions ?

    My "FINAL BeanDefinitions" means that it is a xml file, it :
    1. merge multi xml configuration files to one
    2. translate all annotation-based configuration to xml
    3. translate all custom tags in original xml files to beans
    4. translate all aop to (proxy factory) beans
    5. translate all auto-wire to explicit property
    6. and so on

    I think it is a good way to understand spring.
    How to get this ?

  2. #2
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,628

    Default

    There is nothing, currently, that does that for you. That is way we have STS which gives you that insight.
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  3. #3
    Join Date
    Oct 2011
    Posts
    2

    Default

    Quote Originally Posted by Marten Deinum View Post
    There is nothing, currently, that does that for you. That is way we have STS which gives you that insight.
    Thank you very much, I will have a try with STS.

Tags for this Thread

Posting Permissions

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