Results 1 to 3 of 3

Thread: JavaConfig Visualization

  1. #1
    Join Date
    Jul 2007
    Posts
    22

    Default JavaConfig Visualization

    Any plans to add JavaConfig Visualization?

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    747

    Default

    There are no current plans to support this, but I would recommend that you raise an enhancement request on our issue tracker:

    http://issuetracker.springsource.com/browse/STS

    It is unlikely that a new feature will be able to be added in the 2.3.3 stream, but such an enhancement request will be useful to us when we start planning for the release after 2.3.3.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Aug 2004
    Location
    Duesseldorf, Germany
    Posts
    1,210

    Default

    Well, this is already supported as much it is possible for Spring 3.x @Configuration and @Bean annotated classes and methods. You just need to have a Spring XML configuration file configured with STS; within this config file you need to specify the </context:annotation-config> and create a bean with your @Configuration-annotated configuration class.

    STS does currently not support the special JavaConfig ApplicationContext implementations.

    We don't have support for old-style Spring JavaConfig (before it was merged with Spring Framework and itself deprecated).

    HTH

    Christian
    Christian Dupuis
    SpringSource, a division of VMware
    Lead, SpringSource Tools Team
    http://www.springsource.com
    http://twitter.com/cdupuis

Posting Permissions

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