cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure Development Enviroment on Eclipse

priyankasoni
Champ in-the-making
Champ in-the-making
HI,

I want to configure Development Environment for Alfresco, where i  can create my Application using Alfresco .
ca u guide me what i do…Step by step?
1 REPLY 1

scouil
Star Contributor
Star Contributor
Hello,

You can first have a look at how to install Alfresco itself on eclipse.
https://wiki.alfresco.com/wiki/Alfresco_on_Eclipse

Then if you have absolutely no experience developing java application or with ant/maven ; I feel the best way to get you started would be to look at an existing community project close enough to what you're trying to do, copy their exact folder structure and build files.
If you know your way about java development a bit, I'm sure you'll be able to setup an environment just fine by looking into how Alfresco is built and with the help of the ;ultitude of tutorials that you can find online.

Good luck with your customizations.