How is Yan Container different than other IOC containers?
• Yan Conainer is non-intrusive. • Business objects do not need to depend on any proprietary interface/class. • Business objects do not need to conform to any coding convention. Not have to have public constructor; not have to be Java Bean. • Yan Container is combinator-oriented, which enables unlimited flexibility. Real sophisticated component can be constructed by combining simple components in a declarative syntax. • Simple and modular design makes it easy for extension.