Expand my Community achievements bar.

July 31st AEM Gems Webinar: Elevate your AEM development to master the integration of private GitHub repositories within AEM Cloud Manager.
SOLVED

Error when creating and building bundle

Avatar

Level 4

Hi, 

I am trying to create a simple servlet in AEM. After creating , when I try to build the bundle, I am getting the error.

Please help me so that I can create the servlet in AEM (without using eclipse and maven)

 

Please find the attachments for the project structure and the error. 

If my procedure is wrong, pls explain me how to create simple servlet so that I can submit the form data to the servlet.. (without using eclipse and maven)

Thank You.

1 Accepted Solution

Avatar

Correct answer by
Level 10

Follow this article:

http://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html

This walks you through the all steps to perform your use case - however Maven and Eclipse are used. They are both free tools so i recommend that you download them and use them to build AEM servlets. 

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

Follow this article:

http://helpx.adobe.com/experience-manager/using/custom-sling-servlets.html

This walks you through the all steps to perform your use case - however Maven and Eclipse are used. They are both free tools so i recommend that you download them and use them to build AEM servlets.