Eclipse New Projects

In recent name in Eclipse, for a novice, the proliferation that occurs when the new project, the choice of which created it? Today small to hold the attitude of learning, organize the way for everyone to share.

Select File-> New-> Project ... to see the figure below (I made a mark, ease of discussion):

 Then it analyzes under each section is doing:

1.Java Project // This is a blank project, established after which you can add the content they want.

2.Create a Java project from an existing Ant buildfile on the file system // ant some open source project is compiled, the project can be imported through this.

3.Map/Reduce Project // create MapReduce project

4.Plug -in Project // plug-in project, can be used to customize your own eclipse, such as MyEclipse is the plug-in project developed.

5.General following

  5.1Facted Project // This can be understood as "more than a collection of items", you can quickly choose what you want to build the project.

  5.2Project // Create an empty project

6.Eclipse Modeling Framework

  6.1EMF Project // modeling framework for Eclipse.

  6.2Empty EMF Project // empty model framework

7.EJB

  7.1EJB Project // Enterprise JavaBean

8.Gradle

  8.1Gradle Project // Gradle is an open source build automation tool, based on this project was created.

9.Java

  9.1Java Project // see 1 Introduction

  9.2Java Project from Existing Ant Buildfile // see 2 Introduction

THE 10.Java

  10.1Application Client Project // Java application project

  10.2Connector Project //连接器项目,具体干嘛的我也不清楚

  10.3Enterprise Application Project//企业级项目(可以将多个项目比如Maven,JDNI项目包含进来使用)

  10.4Utility Project//工具类项目,可以编写一些工具类代码然后在其它项目进行引用

11.JavaScript

  11.1JavaScript Project //创建一个JS项目,然后其它项目就能引用了

12.JAXB

  12.1JAXB Project //一个将XML生成Java代码的项目。

13.JPA

  13.1JPA Project//Java持久层API

14.Map/Reduce

  14.1Map/Reduce Project //参见3解释

15.Maven  //Java版本管理工具

  15.1Check out Maven Projects from SCM//从SCM系统导入Maven

  15.2Maven Module

  15.3Maven Project

16.Plug-in Development//插件开发

  16.1Feacture Patch

  16.2Feacture Project

  16.3Fragment Project

  16.4Plug-in form Existing JAR Archives

  16.5Plug-in Project

  16.6Update Site Project

17.Web //web开发

  17.1Dynamic Web Project //动态项目开发

  17.2Static Web Project //静态项目开发

  17.3Web Fragment Project

18.Examples

  18.1Editing and validating XML files //XML项目

Guess you like

Origin www.cnblogs.com/shuai7boy/p/12092648.html