Developing SPIs for LiveCycle ES > Creating External Authorization Handlers > Packaging the authorization handler

Packaging the authorization handler
To deploy the external authorization handler to LiveCycle ES, you must package your Java project into a JAR file. You must ensure that the external JAR files on which the authorization handler’s business logic depends, such as the edc-server-spi.jar and adobe-rightsmanagement-client.jar files ,are also included in the JAR file. As well, the component XML file must be present. The component.xml file and external JAR files must be located at the root of the JAR file.
The following illustration shows the Java project’s content that is packaged into the external authorization handler’s JAR file.
You must package the external authorization handler into a JAR file. In the previous diagram, notice that .JAVA files are listed. Once packaged into a JAR file, the corresponding .CLASS files must also be specified. Without the .CLASS files, the authorization handler does not work.
Note: After you package the external authorization handler into a JAR file, you can deploy the component to LiveCycle ES. (See Deploying your component.)
Note: You can also programmatically deploy a component. (See Programmatically Deploying Components.)

Developing SPIs for LiveCycle ES > Creating External Authorization Handlers > Packaging the authorization handler

Programming with LiveCycle ES (LiveDocs)
Adobe LiveCycle ES Update 1

 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/help/000914.html