Expand my Community achievements bar.

Archive Application for deployment

Avatar

Level 1

I am new to Workbench and have the following question.  I have created an application in the ADEP development server with

  1. couple of XSDs
  2. couple of XDP forms
  3. used few images as background
  4. created a process to generate a print image.

After testing i wanted to deploy this application to production server.  I was trying to find out how to do it with Java APIs and found the following links.

http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/exportingApps.150.3.html that describes the steps in the Java code which is available at the link http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/sdkHelp/quickStarts_Applications.23.4.html... Based on this Java code i was able to successfully create a LCA file but it seem to have only the process.  I assume that though it is possible to deploy the process it would still require the XDPs and the image which are used as input for the components in the process.  (Please correct me if my understanding is wrong here).

My question is just the LCA file that has the process is enough for the deployment or if ther XDPs are required then how to get the them and images which is the background in XPD, as part of the LCA file to be deployed on the production server? Please help.


1 Reply

Avatar

Former Community Member

I would be very interested to know if you got this right.

Creating LCA via code

Importing LCA via code - http://localhost:8080/soap/services/ApplicationManager?WSDL

I got 95% of it  right... but when deploying an LCA with multiple LCAs inside it.... causes my LiveCycle to explode.

Was quite fun... quite painful...