Upgrading from LiveCycle to AEM
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