有哪些学习等效 JSP、JSTL 标签/EL 和 Struts 标签的好资源?

发布于 2024-08-18 18:07:57 字数 96 浏览 3 评论 0原文

我希望将业务逻辑与项目中的表示分离,但业务逻辑是使用标签库的混合编写的。是否有任何好的资源可以从一个标记库转换到另一个标记库、将 Scriptlet 代码转换为 EL 并返回等?

I'm looking to separate business logic from presentation in a project, but the business logic is written using a mixture of tag libraries. Are there any good resources for going from one taglib to another, converting Scriptlet code to EL and back, etc?

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

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

发布评论

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

评论(2

药祭#氼 2024-08-25 18:07:57

Head First Servlet 和 JSP by Bates &塞拉很好。

Head First Servlets and JSP by Bates & Sierra is good.

心欲静而疯不止 2024-08-25 18:07:57

范围界定 - EL、Struts 标签、JSP 等效形式
特别是“在 Jakarta Struts 中使用 JSP 2.0 表达式语言”

逻辑和 Bean 标签 - 相关 JSTL 机制(第 28,29 页)

Struts 逻辑标记属性描述
Struts Bean 标签属性描述

struts.apache.org 上的 Struts 文档还列出了一些标签的 JSTL 等效项,以及标签属性的描述,但我个人发现它在前者的可读性不如后者的 IBM 文档。

Scoping - EL, Struts Tags, JSP Equivalent forms
Particularly in "Using the JSP 2.0 Expression Language with Jakarta Struts"

Logic and Bean Tags - Related JSTL Mechanisms (Page 28,29)

Struts Logic Tag attribute descriptions
Struts Bean Tag attribute descriptions

The Struts documentation on struts.apache.org also lists JSTL equivalents for a few tags, as well as descriptions of tag attributes, but I personally found it to be less than thorough on the former, and less readable than the IBM documentation on the latter.

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