Eclipse中Project Explorer 和 Package Explorer有什么区别

Eclipse中Project Explorer 和 Package Explorer有什么区别

分类:java笔记

eclipse

With only the java developer tools (JDT) installed the Project Explorer nearly looks and behaves for java projects as the Package Explorer (including refactoring and other source code operations in the context menu). But Project Explorer is usable for other languages and project types as well.

Additional plugins contributes “extra information” to the Project Explorer view making it much more “sophisticated”. For example if you have the web tools installed and you have a Dynamic Web Project, the Project Explorer shows you additional tree nodes like Deployment Descriptor and JavaScript Resources. You can see (and configure) all available contributions in Project Explorer / Customize View… / Content.

For example using SpringSource Tool Suite 2.1.0 I have additional nodes for web projects, spring beans and web services. Because of this I favor using the Project Explorer.

版权声明:欢迎转载

上一篇Java中的UML关系(泛化,实现,依赖,关联(聚合,组合))下一篇类加载器的工作原理

顶1踩0

,山不厌高,水不厌深。

Eclipse中Project Explorer 和 Package Explorer有什么区别

相关文章:

你感兴趣的文章:

标签云: