此内容没有您所选择的语言版本。
Chapter 11. Packaging and Deploying the Translator
11.1. Packaging 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
Once the "ExecutionFactory" class is implemented, package it in a JAR file. Then add the following named file in "META-INF/services/org.teiid.translator.ExecutionFactory" with contents specifying the name of your main Translator file. Note that, the name must exactly match to above. This is Java's standard service loader pattern. This will register the Translator for deployment when the JAR is deployed.
org.teiid.translator.custom.CustomExecutionFactory
org.teiid.translator.custom.CustomExecutionFactory