Expand my Community achievements bar.

SOLVED

AEM Knowledge for Implementing AEM Forms?

Avatar

Level 7

Hi,

Please refer to URL "https://helpx.adobe.com/aem-forms/6/getting-started.html".

My question is "How much of AEM Knowledge is required for Implementing AEM Forms?"

Let us assume that we are implementing AEM Forms, with no reading/writing requirement to JCR, except that it just deposits the final PDF file in JCR.

It also does not have to access any OSGI bundles of AEM.

For pre populating form fields, let us say, it accesses some APIs, which are outside AEM.

In this context, if a Non AEM team has to develop AEM Forms, how much of AEM Knowledge is required for Implementing AEM Forms?

Of course, they should be familiar with the whole of Forms tab of AEM, in terms of how to develop, test Forms, etc.

They should also know Forms Architecture, in terms of author, activation, publish, dispatcher, etc, which are all AEM.

They should know and use a JCR path for storing final Form PDF and accessing it from there, which are all AEM.

In this case, and only in this case, how much should the team know more on AEM?

Please share your thoughts.

Appreciate your support.

Thanks,

Rama.

1 Accepted Solution

Avatar

Correct answer by
Administrator

Hi

As mentioned by  Scott, AEM Forums Documentations are sufficient to build forms.

But for your references, please find some useful links:-

Link:- http://stackoverflow.com/questions/29617073/how-to-create-a-simple-aem-form

//

  1. Here is hello world tutorial for InteliJ IDEA 12 idea tutorial;
  2. Also may be useful to install plugin, instead of using FileVault;
  3. You need to create component(your form) example . Adabe doc about components;
  4. Also you may be need to create bundle-service, to procces input info example;
  5. How to debug aem in idea.

Link:- https://helpx.adobe.com/aem-forms/6/introduction-aem-forms.html

Link:- https://helpx.adobe.com/aem-forms/6/help-tutorials.html

Video Link:- https://www.youtube.com/watch?v=7ICbQihcJNI

Third party Link:- http://blog.kristianwright.com/tag/aem-forms/

Link:- https://helpx.adobe.com/aem-forms/6/installing-configuring-aem-forms.html

Link:- https://helpx.adobe.com/aem-forms/6/javadocs/

Link:- https://helpx.adobe.com/aem-forms/6-1/whats-new.html

 

I hope this would some help to you.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni

View solution in original post

2 Replies

Avatar

Level 10

In theory - if you read the AEM Forms documentation - you should be able to develop forms without being an expert in the rest of AEM. This is such a large product - i am sure there are teams that author forms and work with forms without being experts in other areas like component development, Sightly, Workflows, etc. 

Avatar

Correct answer by
Administrator

Hi

As mentioned by  Scott, AEM Forums Documentations are sufficient to build forms.

But for your references, please find some useful links:-

Link:- http://stackoverflow.com/questions/29617073/how-to-create-a-simple-aem-form

//

  1. Here is hello world tutorial for InteliJ IDEA 12 idea tutorial;
  2. Also may be useful to install plugin, instead of using FileVault;
  3. You need to create component(your form) example . Adabe doc about components;
  4. Also you may be need to create bundle-service, to procces input info example;
  5. How to debug aem in idea.

Link:- https://helpx.adobe.com/aem-forms/6/introduction-aem-forms.html

Link:- https://helpx.adobe.com/aem-forms/6/help-tutorials.html

Video Link:- https://www.youtube.com/watch?v=7ICbQihcJNI

Third party Link:- http://blog.kristianwright.com/tag/aem-forms/

Link:- https://helpx.adobe.com/aem-forms/6/installing-configuring-aem-forms.html

Link:- https://helpx.adobe.com/aem-forms/6/javadocs/

Link:- https://helpx.adobe.com/aem-forms/6-1/whats-new.html

 

I hope this would some help to you.

 

Thanks and Regards

Kautuk Sahni



Kautuk Sahni