jar형태로 Spring bean을 사용할 때, namespace를 주는 방법이 2.5에서 제시되었다.
2.0에서는 사용할 수 없고, 2.5부터 가능하다.

자세한 내용은 다음의 내용을 참조할 것.

http://www.javaworld.com/javaworld/jw-02-2008/jw-02-springcomponents.html?page=1


 
  1. Create an XSD file that defines a component.
  2. Write the Java code encapsulating the logic for the component.
  3. Create a namespace handler that maps the schema to the beans.
  4. Create a bean definition parser to handle the parsing of bean configuration data.
  5. Create two deployment-descriptor property files.
  6. Package it all up as a .jar file.

Posted by '김용환'
,