So I got this alfresco java class and it has these import statements for dependencies, like these below for example.
import org.alfresco.repo.node.NodeServicePolicies;
import org.alfresco.repo.policy.Behaviour;
import org.alfresco.repo.policy.JavaBehaviour;
import org.alfresco.repo.policy.PolicyComponent;
But being a Java/Eclipse newbie I don't know how to bring things like org.alfresco.repo.node.NodeServicePolicies
into my eclipse so they can be imported in my class.
I've got the Alfresco sourcecode already, but the tutorial at http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse is very very short and doesn't seem to do it.
Anyone know a good, clear and working tutorial?