Posts

Showing posts with the label Third party Jar

Adobe AEM Embedding Third Party Jar as Bundle

Image
  Adobe AEM Embedding Third Party Jar as Bundle   Options: 1.       Eclipse Plugin Project to convert Jar into Bundle with manifest file 2.       Install along with AEM application using Maven Embed     Note: In the below given example I am using my custom Adobe AEM application which needs a third party jar file “jsoup.jar” in my case. I used archetype 27 for building this maven sample aem project.In your case it can be any third party Jar file required to integrate with Adobe AEM. 1.      Eclipse Plugin Project Step1: Open Eclipse IDE and select File -> New à Other à Plugin from Existing JAR Archives Step 2: In the next pop select external Jar as shown below and navigate to the downloaded third party jar in your local from maven repository.   Step 3: Provide project details as shown below for the new jar added Click Finish. It might take  some time couple of minutes to build project depending on your JAR size.   Step 4: Now in Overview Select the Man