Este conteúdo não está disponível no idioma selecionado.
Chapter 11. Packaging and Deploying the Translator
11.1. Packaging Copiar o linkLink copiado para a área de transferência!
Copiar o linkLink copiado para a área de transferência!
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