我可以只使用 eclipse IDE 而不使用 myeclipse 吗?
在我从事的新项目中,我们在 Eclipse IDE 之上使用 myeclipse。
我们的架构包括 jsp、jsf、ajax、具有 hibernate 持久性的 spring 框架,并且还具有一些业务验证的能力。我们还公开 Web 服务。对于构建,我们有 Maven 和 ant。使用的服务器是 weblogic。还要提一下,我们使用 Rational ClearCase 进行代码版本控制。
我知道 myeclipse 捆绑了很多插件来支持 jsf、spring、hiberate、ant 等。
我真的很想知道是否可以将 myeclipse 插件的可靠性全部删除并自定义 eclipse IDE 以支持上述架构?
请让我知道您的答案/想法/建议。任何信息对我来说都非常有价值。
提前致谢。
In my new project i work on, we use the myeclipse on top of Eclipse IDE.
Our architecture includes jsp, jsf, ajax, spring framework with hibernate persistence and also has blaze for some business validations. We also expose Web services. For the build we have the maven and ant. The server used is weblogic.Also like to mention that we use the Rational ClearCase for code versioning.
I know that myeclipse is bundled with loads of plugins to support the jsf, spring, hiberate, ant etc.
I really like to know whether the dependability of myeclipse plugins can be removed all together and customize the eclipse IDE to support the above architecture?
Kindly let me know your answers/ thoughts/ advices. Any piece of information will be highly valuable for me proceed.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
最新的 MyEclipse 8.0 有一个特定的插件管理器,您可以从中选择性地安装/卸载您需要的功能。
要卸载或重新安装 Lite 模块,只需使用“帮助”>“打开 MyEclipse 仪表板”即可。管理 MyEclipse 插件...(或 MyEclipse > 管理 MyEclipse 插件)
(来源:myeclipseide.com)
The Latest MyEclipse 8.0 has a specific plugins manager from which you can selectively install/uninstall the features you need.
To uninstall or reinstall a Lite module, simply bring up the MyEclipse Dashboard using Help > Manage MyEclipse Plug-ins... (or MyEclipse > Manage MyEclipse Plug-ins)
(source: myeclipseide.com)
我不知道如何从 Eclipse 中删除插件,因为我使用 IntelliJ。但我想说的是,您想要支持的所有事情都可以在没有插件的情况下实现。这只是您想做多少工作以及您认为需要多少帮助的问题。您始终可以用手做任何您想做的事情。
如果我访问 Eclipse.org,我发现我仍然可以在没有 MyEclipse 的情况下下载企业 Java EE。也许这是一个开始的地方。
有什么问题吗? Eclipse 的这么多插件是否太占用内存了?
我不确定如果删除所有这些插件,您将用什么来替换它们。我还想听听如果您这样做,您将如何受益。
我喜欢 IntelliJ,而且特别喜欢给 Eclipse 带来困难,但事实是现在所有 IDE 都会消耗大量 RAM。
I don't know about removing plug-ins from Eclipse, because I use IntelliJ. But I'd say that all the things you want to support are possible without plug-ins. It's just a matter of how much work you want to do and how much assistance you feel you need. You can always do whatever you want by hand.
If I go to Eclipse.org, I see that I can still download enterprise Java EE without MyEclipse. Maybe that's a place to start.
What's the problem? Is Eclipse too much of a memory hog with all those plug-ins?
I'm not sure what you'll replace all those plug-ins with if you remove them. I'd also like to hear how you'll benefit if you do so.
I love IntelliJ, and I especially love giving Eclipse a hard time, but the fact is that all IDEs gobble up a lot of RAM these days.
我认为您的需求可能会使用 Eclipse 来解决(至少大部分):WTP(Web 工具平台)包含 jsp 所需的插件,...对于 spring,请参阅 DZone 中的此链接。还支持 Web 服务、Maven 和 Ant。
我不太清楚Weblogic和Clearcase的具体情况,但如果它们至少基本上不被支持,我会感到惊讶。
I think your needs might be solved using Eclipse (at least most of them): the WTP (Web Tools Platform) contains plug-ins needed for jsp,... for spring see this link in DZone. Webservices, Maven and Ant are also supported.
I don't know exactly the situation about Weblogic and Clearcase, but I'd be surprised if they are not supported at least basically.