0
私は2つのプロジェクトを持っています。最初はSpring 4を使用し、2番目はjBoss 7を使用します。依存性注入コンテナからクラスを取得
クラス名(「com.foo.Bar」など)を指定すると、インジェクションコンテキストからインスタンスが取得されます。私の方法は次のようになりますので
クラスは、インターフェース(TransitionRule)を実装します:
public TransitionRule getRule(String className) {
//... Magic goes here!
//get the instance of "className" from any container that the imported project is using.
}
私は、唯一の実装や、私は春からから取得するために異なる実装を作成する意志を持つことを行うことができますJbossコンテキスト?