Enterprise Service Buses(ESBs)
Axis2有一个弹性的部署机制,可以允许你轻松的把你之前存在的应用转换为web services。
Axis2本身包括四种核心的deployers:
(1)Service deployer- deploying services as service archive files
(2)Module deployer- deployig modules as module archive files
(3)POJO deployer- deploying POJOs and annotated jar filese as web services
(4)JAXWS deployer- extension for JAXWS
在Axis2中有一个repository的概念,其中会存放你的services和modules。当我们要注册一个新的deployer时,我们需要告诉axis2在repository中子目录是什么,我们要将这特殊后缀的文件放在哪里。
原文 :http://wso2.com/library/3708/
最后欢迎大家访问我的个人网站:1024s