JSP1.2和JSP2.0的区别

发布于 2024-07-18 03:38:50 字数 26 浏览 9 评论 0原文

JSP1.2和JSP2.0有什么区别?

What are the differences between JSP1.2 and JSP2.0?

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

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

发布评论

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

评论(1

离线来电— 2024-07-25 03:38:50

除了 JSP 2.0 - 新政中提到的内容,一个经常被忽视的 JSP 2.0 新功能是 JSP 标记文件,它是使用 JSP 创建可重用组件的一种非常酷的方式。 这可以是小标签,只是在许多不同的 JSP 页面中使用做一件事情(例如,以特殊方式格式化货币样式),或者它可以用于一般 模板组合.

Apart from the things mentioned in JSP 2.0 - The New Deal, an often overlooked new JSP 2.0 feature is JSP tag files which can be a pretty cool way to create reusable components with JSP. That can be small tags just doing one thing used in many different JSP pages (like e.g. formatting a currency styled in a special way) or it can be used for general template composition.

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