项目面project facet

背景:在导入项目时候,发现没有配置facet。导致项目被视为java程序,而非web程序。

关于项目面翻译如下,

项目面定义了Java EE项目的特性和需求,这些项目面会作为运行时配置的一部分。

当向项目中加入项目面的时候, 这个项目就会被配置为执行特定任务,完成特定需求,或者有特定特性。

例如EAR面就会为项目搭建其一个企业级应用功能,这种搭建是通过增加部署描述和建立项目类路径来实现的。

几个关注点:

运行时配置,所以多数情况下,需要在导入后才配置。


原文来自,

http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.jst.j2ee.doc.user%2Ftopics%2Fcfacets.html

Project facets

Facets define characteristics and requirements for Java EE projects and are used as part of the runtime configuration.

When you add a facet to a project, that project is configured to perform a certain task, fulfill certain requirements, or have certain characteristics. For example, the EAR facet sets up a project to function as an enterprise application by adding a deployment descriptor and setting up the project's classpath.


你可能感兴趣的:(项目面project facet)