Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Upgrading from LiveCycle to AEM

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Level 8

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.

View solution in original post

4 Replies

Avatar

Level 10

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. 

Avatar

Correct answer by
Level 8

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.

Avatar

Level 1

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

Avatar

Level 10

They are not carried over - AEM does not expose WSDLs like LC did.