Is it possible to have all the adapter configuration in one file in IBM MFP

我怕爱的太早我们不能终老 提交于 2019-12-11 02:48:52

问题


I am using JavaScript HttpAdapter in my maven project. I have a situation where my customer expects to have more than one HttpAdapter as part of the adapter.xml file. This is something that I have not tried before.

Is it possible to have more than one adapter configuration in a single file? Does IBM MFP adapter support this?

If yes, please share your thoughts.

Thanks, Janarthanan


回答1:


my customer expects to have more than one HttpAdapter as part of the adapter.xml file.

You can't have an adapter.xml file for more than one adapter.

An Adapter is a separate Maven project. You can create one adapter with multiple Procedure.

Is it possible to have more than one adapter configuration in a single file?

If you are creating multiple adapter in a project then you can put all adapter in a one file.

Also you can build & deploy all adapter from project root folder using these command:

mfpdev adapter build all
mfpdev adapter deploy all


来源:https://stackoverflow.com/questions/44795564/is-it-possible-to-have-all-the-adapter-configuration-in-one-file-in-ibm-mfp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!