Note that there are some explanatory texts on larger screens.

plurals
  1. POTranslate code from Unity .NET to Java Spring
    primarykey
    data
    text
    <p>I'm trying to convert code from C# to Java, with the Spring framework. Since the Java Spring framework provides more features (it's a framework) is seems doable.</p> <p>More specifically, the C# code uses DI with the Unity .NET container with XML-config files. And I'd like to replace it with the DI features of the Java Spring framework, with @nnotations.</p> <p>I don't know if there is, but I may as well ask : is there an automated way to do that ? </p> <p>If not, are there any caveats ? By that, I mean :</p> <ul> <li>Is there a 1-1 mapping of the DI features of the Unity vs Spring container ?</li> <li>For example, are there features uniques to Unity .NET not found in the Java Spring framework ?</li> <li>Are there unique (not found in Unity .NET) features found in the Java Spring framework that would help me make beautifull code ? </li> </ul> <p>I've seen those links :</p> <ul> <li><a href="http://refcardz.dzone.com/refcardz/spring-annotations" rel="nofollow noreferrer">Spring annotation cheat sheet</a></li> <li><a href="http://refcardz.dzone.com/refcardz/spring-configuration#refcard-download-social-buttons-display" rel="nofollow noreferrer">Spring configuration cheat sheet</a></li> <li><a href="https://stackoverflow.com/questions/1416423/hidden-features-of-spring-framework">hidden-features-of-spring-framework on SO</a></li> </ul> <p>That last link is particularly interesting, but I am more looking for features of the DI part of the Spring framework only. Does it support interception ? Are there more "advanced" features ?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload