Hi,
I'm new here, quick question. Is there any converting tool available? Since JavaConfig is alternatives to XML config.
Thank you
Hi,
I'm new here, quick question. Is there any converting tool available? Since JavaConfig is alternatives to XML config.
Thank you
Sorry - no such tool exists.
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
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.