Eclipse 语法突出显示 Java Struts Hibernate Web 应用程序

发布于 2024-09-28 14:43:21 字数 313 浏览 1 评论 0原文

我刚刚开始在 Eclipse 上进行基于Java、Struts、Hibernate、TomcatWeb 应用程序开发

我已经在我的 Ubuntu 系统上安装了 Eclipse IDE for Java EE Developers

我是否需要安装任何插件才能使语法突出显示正常工作 - 对于表单、操作、Servlet、类等?

谢谢。

I am just getting started on Java, Struts, Hibernate, Tomcat - based Web App Development on Eclipse.

I have installed Eclipse IDE for Java EE Developers on my Ubuntu system.

Do I need to install any plugins for Syntax Highlighting to work properly - for Forms, Actions, Servlets, Classes, etc.?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

缱倦旧时光 2024-10-05 14:43:21

EMMERICH:“只要您在使用任何 struts 标记 (s:whatever) 的任何页面上包含 Struts 架构标记,它就会自动获取语法。”

不,这还不足以使其发挥作用。

试试这个:

    <s:if test="#balance<=0">
    <p>whatever</p>
    </s:if>

因为 <在 struts 标签中使用时,Eclipse 的语法高亮只会失败并警告错误。

EMMERICH: "As long as you include the Struts schema tag on any page that uses any struts tags (s:whatever) it should pick up the syntax automatically."

No, that is not sufficient to make it work.

Try this:

    <s:if test="#balance<=0">
    <p>whatever</p>
    </s:if>

Because of the < used in the struts tag, Eclipse's syntax highlighting would just fail and warn errors.

西瑶 2024-10-05 14:43:21

不,应该全部包含在内。只要您在使用任何 struts 标签 (s:whatever) 的任何页面上包含 Struts 模式标签,它就会自动获取语法。

Nope, it should be all included. As long as you include the Struts schema tag on any page that uses any struts tags (s:whatever) it should pick up the syntax automatically.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文