Results 1 to 4 of 4

Thread: XML <-> JavaConfig Converting tool

  1. #1
    Join Date
    Nov 2006
    Posts
    2

    Default XML <-> JavaConfig Converting tool

    Hi,
    I'm new here, quick question. Is there any converting tool available? Since JavaConfig is alternatives to XML config.

    Thank you

  2. #2
    Join Date
    Apr 2007
    Posts
    307

    Default

    Sorry - no such tool exists.
    Chris Beams
    Spring Framework committer, VMware
    http://github.com/cbeams

  3. #3
    Join Date
    Nov 2006
    Posts
    2

    Default

    Is there any possibility to implement it? I mean is there any restriction between xml config to java config? say, only xml config can do this.


    http://forum.springsource.org/showthread.php?t=70905

    In that post, you said that @ExternalValue will be replaced by @Value in spring version 3.0, Is this mean some feature in spring 3.0 can support as java config does?

    If we start a new project, which way should we use? using java config or spring 3.0.

    I would like to do Obfuscate our code with spring, just search through forum and found the way to do is java config.

    Any suggestion?

    Thank you

  4. #4
    Join Date
    Apr 2007
    Posts
    307

    Default

    It is conceptually possible to implement. Feel free to create a New Feature request at http://jira.springsource.org. (create it under the Spring JavaConfig project).

    As to whether to start with Spring 3.0 or JavaConfig, it would be best to go with Spring 3.0 right now. There will be a release of JavaConfig on or around the Spring 3.0 release date, which will be up-to-date with the recent changes made in 3.0. Until that time, you should go with the support in Spring Core.
    Chris Beams
    Spring Framework committer, VMware
    http://github.com/cbeams

Posting Permissions

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