昨天下载的时候还能看到这个列表里面的 Java EE 包:

Eclipse IDE for Java Developers - Windows (N/A)
The essential tools for any Java developer, including a Java IDE, a CVS client, XML Editor and Mylyn. Find out more...
Eclipse IDE for Java EE Developers - Windows (N/A)
Tools for Java developers creating JEE and Web applications, including a Java IDE, tools for JEE and JSF, Mylyn and others. Find out more...
Eclipse IDE for C/C++ Developers - Windows (N/A)
An IDE for C/C++ developers. Find out more...
Eclipse for RCP/Plug-in Developers - Windows (N/A)
A complete set of tools for developers who want to create Eclipse plug-ins or Rich Client Applications. It includes a complete SDK, developer tools and source code. Find out more...
今天再看就没了红色的那个. 所幸昨天下载了一个, 就体会了一下这个 Java EE 包. 虽然支持 JPA, 但是却发现对 persistence.xml 的编辑没有太多的提示, 就是作为 XML 编辑器来处理的, 需要手工写代码来加入 @Entity 注释, 也没发现从数据库反向生成代码的功能. 看了半天, 发现唯一的两点也就可能是对 JSF 配置文件的可视化支持功能了, 如下图所示:
. 但是其它的配置文件除了 web.xml 基本上也没太多提示了.