jar형태로 Spring bean을 사용할 때, namespace를 주는 방법이 2.5에서 제시되었다.
2.0에서는 사용할 수 없고, 2.5부터 가능하다.
자세한 내용은 다음의 내용을 참조할 것.
http://www.javaworld.com/javaworld/jw-02-2008/jw-02-springcomponents.html?page=1
- Create an XSD file that defines a component.
- Write the Java code encapsulating the logic for the component.
- Create a namespace handler that maps the schema to the beans.
- Create a bean definition parser to handle the parsing of bean configuration data.
- Create two deployment-descriptor property files.
- Package it all up as a .jar file.
'general java' 카테고리의 다른 글
Invalid argument: sun.nio.ch.Net.setIntOption (Mina)- Solution (0) | 2009.12.23 |
---|---|
A file uploading encoder/decoder example by using apache mina 2.0 (0) | 2009.11.13 |
DBCP] Without given validationQuery, no test. (0) | 2009.04.28 |
using merge statement in ibatis. (to 2.3.4) (0) | 2009.04.25 |
Deadlock using commons-pool 1.4 and commons-dbcp 1.2.2 (0) | 2009.04.24 |