Eclipse 的免费 JSP 插件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/48250/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-13 16:08:44  来源:igfitidea点击:

Free JSP plugin for eclipse?

eclipsejsp

提问by Senthil

I was looking out for a free plugin for developing/debugging JSP pages in eclipse.
Any suggestions?

我一直在寻找一个免费插件,用于在 Eclipse 中开发/调试 JSP 页面。
有什么建议?

采纳答案by Chris Kimpton

BEA seems to have a free one BEA JSP plugin- not used it, so not sure how good it is.

BEA 似乎有一个免费的BEA JSP 插件- 没有使用它,所以不确定它有多好。

Oracle now owns BEA, and they have this pluginwhich might do a similar job.

Oracle 现在拥有 BEA,他们有这个插件可以做类似的工作。

回答by Brian Matthews

The Eclipse Web Tools Platform Projectincludes a JSP debugger. I have only ever needed to use it with Tomcat so I cannot say how well it works with other servlet containers.

Eclipse Web工具平台项目包括JSP调试器。我只需要将它与 Tomcat 一起使用,所以我不能说它与其他 servlet 容器的配合情况如何。

回答by zvikico

The former BEA Workshop is now Oracle Workshop. It is the best JSP editor with WYSIWYG support and it is free. It is not specific to WebLogic. Basic JSP editing is server neutral anyway. However, it supports launching and debugging on many servers.

以前的 BEA Workshop 现在是Oracle Workshop。它是最好的 JSP 编辑器,支持所见即所得,而且是免费的。它不是特定于 WebLogic 的。无论如何,基本的 JSP 编辑是服务器中立的。但是,它支持在许多服务器上启动和调试。

You can read my blog postabout it.

你可以阅读我的博客文章