类似于 myeclipse 的免费插件
我发现的用于 Java EE 和 Java Web 开发的最好、最全面的插件之一是 myeclipse。但是,它不是免费的。是否有包含所有这些功能的类似插件的免费版本?
One of the best plug-in and most comprehensive ones I found for Java EE and Java web development is myeclipse. However, it's not free. Is there any free version of a similar plug-in that contains all these features?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我个人认为 Eclipse Java EE 版本 + JBoss 工具涵盖了 MyEclipse 提供的大部分核心内容。
我们已经使用 MyEclipse 多年了,仅仅是因为 WTP(Eclipse for Java EE 中的主要额外插件)本身相当糟糕。 MyEclipse 建立在经过大量修改的 WTP 的基础上,并修复了许多错误。同样重要的是,有一个由显然是实际开发人员组成的技术支持论坛,他们很容易理解所提出的问题。
在后来的几年里,WTP 有了很大的改进,并提供了 MyEclipse 的核心价值(启动/调试服务器、热/增量部署工件、编辑 JSP/Facelets)。因此,MyEclipse 似乎重新关注其 Pulse 平台,而这是我个人不需要的东西。再加上支持论坛中越来越多的人似乎不是开发人员(典型的回答是“我将向管理层升级问题”),而且我们团队中没有多少人觉得有必要继续使用 MyEclipse。
JBoss 工具是一个相当松散的独立插件集合,可增强 WTP 产品。与它的名字相反,它不仅仅是 JBoss 特定的工具。它的许多功能都是通用的(例如改进的 Facelets 编辑器)。
JBoss 工具的一个缺点是它运行的版本几乎与 Eclipse 不同步。这意味着大约在 Eclipse 版本 X 的 JBoss 工具进入 GA 的同时,Eclipse X+1 也发布了(但 MyEclipse 总是有完全相同的缺点)。
当然,如果您确实需要 Pulse 提供的功能并且您的公司需要商业支持,那么 MyEclipse 可能仍然是更好的选择。所以对于所有的事情,这取决于你到底需要什么。
Personally I think that Eclipse Java EE edition + JBoss tools covers most of the core things that MyEclipse offers.
We have used MyEclipse for years, simply because WTP (the main extra plug-ins in Eclipse for Java EE) was rather horrible by itself. MyEclipse build on the foundation of a heavily modified WTP and fixed many bugs. Equally important was that there was a tech support forum staffed by apparently actual developers, who easily understood the issues raised.
In later years WTP improved considerably and offered the core value of MyEclipse (starting/debugging a server, hot/incrementally deploying artifacts, editing JSP/Facelets). So MyEclipse then seemed to refocus on its Pulse platform, which was something I personally didn't need. Combine this with the fact that the support forum was increasingly being staffed by people who didn't seem to be developers ("I'll escalate the issue with management" was a typical response) and not many people in our team felt the need to stay with MyEclipse.
JBoss tools is a rather loose collection of individual plug-ins that enhances the WTP offerings. Contrary to its name, it's not just about JBoss specific tooling. Many of its features are universally useable (like e.g. the improved Facelets editor).
A disadvantage of JBoss tools is that it runs nearly exactly 1 version out-of-sync with Eclipse. Meaning that at about the same time JBoss tools for Eclipse version X goes GA, Eclipse X+1 is released (but MyEclipse always had the exact same disadvantage).
Of course if you actually need what Pulse offers and your company digs commercial support, then MyEclipse might still be the better choice. So with all things, it depends on what you exactly need.
也许应该询问特定的功能/插件。 wtp 版本是一个很好的起点:http://www.eclipse.org/webtools/
另请阅读这篇博文。
http://www.venukb.com/ 2006/08/20/安装-eclipse-plugins-the-easy-way/
Maybe should ask about specific features/plugins. The wtp editions is a great place to start: http://www.eclipse.org/webtools/
Also read this blog post.
http://www.venukb.com/2006/08/20/install-eclipse-plugins-the-easy-way/