Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファクトリ パターンは、オブジェクトの作成を 1 つの場所に配置することによって疎結合を提供するオブジェクト ランタイムを作成するために使用されます。Spring では、インターフェイスにコーディングを行い、オブジェクトの作成を xml 構成ファイルに保持するため、Spring は同じパターンを適用しますか?...
はい、Spring はFactoryBeanインターフェイスを使用してそれを許可します。詳細については、次のリンクを参照してください。
FactoryBean