Use ANT to speed up custom component development.

| No Comments

I have been speaking at Max about building custom components. In my example I would use eclipse to write the code and generate the component's jar file. Then I would use LC ES Workbench to deploy the component.

One thing i just found out last weekend, is how to deploy automatically the component from within eclipse, into the LC ES environment.

The LiveCycle ES SDK does containt a Java object doing this, and they provided a sample where they integrate this object into an Ant build script.

So you can add an ANT build script to your eclipse project, that would compile the code, build the jar file, and upload it using the object I mentioned above.

You can find the object here inside the SDK file structure :

LiveCycle_ES_SDK\samples\LiveCycleESAPI\FoundationAPI\DeployComponent

The SDK is installed together with the LC ES software.

Leave a comment

About this Entry

This page contains a single entry by published on October 23, 2007 12:44 PM.

Tuning the Sun HotSpot JVM was the previous entry in this blog.

Adobe Max Livecycle Bootcamp materials is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.