Java™ API快速入门简介 introducing-java-api-quickstart
本文档中的示例和示例仅适用于JEE环境上的AEM Forms。
AdobeAEM Forms API快速入门可以帮助您加速开发与AEM Forms服务交互的程序。 快速入门 是完整的程序,您可以将其复制并粘贴到您自己的项目中,并用作起点。 您可以运行快速入门以了解其行为方式,并根据自己的需求对其进行修改。
AEM Forms操作可以使用AEM Forms强类型API执行,并且连接模式应设置为SOAP。
Java™强类型API快速入门提供了执行Java™应用程序所需的JAR文件列表。 大多数Java™快速入门都是在main
内运行的控制台应用程序。 但是,Forms Java™强类型API快速入门是作为在Web应用程序中运行的Java™ Servlet实现的。
JAR文件列表位于“快速入门”开头的注释部分中。 例如,以下注释位于输出快速入门中,并且是在每个Java™快速入门中找到的典型JAR文件列表。
/*
* This Java Quick Start uses the SOAP mode and contains the following JAR files
* in the class path:
* 1. adobe-output-client.jar
* 2. adobe--client.jar
* 3. adobe-usermanager-client.jar
*
* These JAR files are in the following path:
* <install directory>/Adobe/Adobe_Experience_Manager_forms/SDK/client-libs/common
*
* The adobe-utilities.jar file is in the following path:
* <install directory>/Adobe/Adobe_Experience_Manager_forms/SDK/client-libs/jboss
*
* The jboss-client.jar file is in the following path:
* <install directory>/Adobe/Adobe_Experience_Manager_forms/jboss/bin/client
*
* If you want to invoke a remote AEM Forms instance and there is a
* firewall between the client application and AEM Forms, then it is
* recommended that you use the SOAP mode. When using the SOAP mode,
* you have to include additional JAR files in the following
* path
* <install directory>/Adobe/Adobe_Experience_Manager_forms/SDK/client-libs/thirdparty
*
* For information about the SOAP
* mode and the additional JAR files that need to be included,
* see "Setting connection properties" in Programming
* with AEM Forms
*
* For complete details about the location of the AEM Forms JAR files,
* see "Including AEM Forms library files" in Programming
* with AEM Forms
*/
多服务快速入门 multiple-services-quick-start
在JEE上使用AEM Forms进行 编程中的大多数快速启动 都会调用特定服务来执行操作。 但是,有些快速入门会调用多个AEM Forms服务来执行给定工作流。 以下列表提供了可调用多个AEM Forms服务的Java™快速启动:
快速入门(SOAP模式):使用Java™ API将AEM Forms存储库中的文档传递到输出服务(调用存储库和输出服务)
快速入门(SOAP模式):使用Java™ API基于片段创建PDF文档(调用汇编程序和输出服务)
快速入门(SOAP模式):使用Java™ API创建包含已提交XML数据的PDF文档(调用Forms、输出和文档管理服务)
快速入门(SOAP模式):使用Java™ API将文档传递到Forms服务(调用Forms和文档管理服务)
快速入门(SOAP模式):使用Java™ API对基于XFA的表单进行数字签名(调用Forms和签名服务)
快速入门(SOAP模式):使用Java™ API管理角色和权限 (调用DirectoryManager和AuthorizationManager服务)
快速入门(SOAP模式):使用Java™ API将文档传递到输出服务(调用输出和文档管理服务)