Basic : Development environment set up
Hi All,
I am trying out basic code examples in 5.6.1 AEM instance.
For example, I was trying the article "http://helpx.adobe.com/experience-manager/using/programmatically-accessing-cq-content-using.html" and it requires eclipse, jackrabbit standalone jar and it works fine.
However, if I have to try some other basic code examples, I am not at all getting how do I do it.
I have local maven repository,eclipse.
I could follow as it is the article http://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-steps.html.
1] But in case I have to write my own code[say some custom workflow code], should I follow the same steps as mentioned in http://helpx.adobe.com/experience-manager/using/creating-custom-aem-workflow-steps.html[excepting that replace the java code with mine].
2] The reason I am having problem is if I make use of the above step, in eclipse it doesn''t give me the intelli-sense option and also it throws error against every line[irrespective of the code being correct or not].
3] Can some one please provide me the detailed/exact steps how to go about setting up the development environment.