I am currently in the process of migrating from LiveCycle to AEM 6.1 and I was curious to know if the packages are a like for like mapping for example, the the following packages in livecycle have corresponding packages in AEM. If so what are they and is there a document that maps them out?
import com.adobe.livecycle.assembler.client.AssemblerResult;
import com.adobe.livecycle.assembler.client.AssemblerServiceClient;
import com.adobe.livecycle.assembler.client.OperationException;
import com.adobe.livecycle.formsservice.client.FormsResult;
import com.adobe.livecycle.formsservice.client.FormsServiceClient;
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
There are two approaches, you can run AEM Forms JEE and the apis remain the same or you can run in a pure OSGI implementation and use the following https://helpx.adobe.com/aem-forms/6-1/javadocs/index.html. All services with the exception of AEM Forms Workflow and AEM Forms Document Security run on the OSGI platform.
Views
Replies
Total Likes
LiveCycle ES and AEM are two different products. LiveCycle ES does have services like Forms that have been ported to AEM - however, not all LC services have been moved to AEM. I will investigate and find out which LC services are currently in AEM. I know that Forms is for sure.
Views
Replies
Total Likes
There are two approaches, you can run AEM Forms JEE and the apis remain the same or you can run in a pure OSGI implementation and use the following https://helpx.adobe.com/aem-forms/6-1/javadocs/index.html. All services with the exception of AEM Forms Workflow and AEM Forms Document Security run on the OSGI platform.
Views
Replies
Total Likes
Thanks for your response Steve! Can you please advice about what will be the url for the old LC webservices on the AEM Forms OSGi platform....? Regards Carlos
Views
Replies
Total Likes
They are not carried over - AEM does not expose WSDLs like LC did.
Views
Replies
Total Likes
Views
Likes
Replies