-1

所以我得到了这个 alfresco java 类,它有这些依赖项的导入语句,例如下面的这些。

import org.alfresco.repo.node.NodeServicePolicies;

import org.alfresco.repo.policy.Behaviour;

import org.alfresco.repo.policy.JavaBehaviour;

import org.alfresco.repo.policy.PolicyComponent;

但是作为一个 Java/Eclipse 新手,我不知道如何将之类的东西org.alfresco.repo.node.NodeServicePolicies带入我的 eclipse 中,以便可以将它们导入我的班级。

我已经有了 Alfresco 源代码,但是http://wiki.alfresco.com/wiki/Alfresco_on_Eclipse上的教程非常简短,似乎没有这样做。

任何人都知道一个好的,清晰和有效的教程?

4

1 回答 1

3

First of all, you'll need to be familar with Java & Eclipse. Here is a good tutorial: http://www.vogella.com/articles/Eclipse/article.html

A certain amount of time would be needed. Afterwards you should be able to do your first Alfresco-Java steps.

于 2013-10-25T11:05:50.500 回答