PrettyTime JSP 标签

发布于 2024-10-05 04:41:08 字数 308 浏览 2 评论 0原文

我正在尝试将 PrettyTime 作为标签放入 JSP 中。找到此页面 - http://www .ke-cai.net/2010/03/formatting-time-with-prettytime-jsp-tag.html - 作为标记的唯一来源。但我从未使用过 Maven,所以我不知道如何获取 PrettyTime.tag 文件以及源代码。有人可以提出建议,还是我应该自己写一个标签?

I'm trying to put PrettyTime into JSP as a tag. Found this page - http://www.ke-cai.net/2010/03/formatting-time-with-prettytime-jsp-tag.html - as the only source of the tag. But I've never used Maven, so I can't figure out how to get that prettyTime.tag file along with the source code. Can someone suggest something or should I just go ahead and write a tag myself?

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

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

发布评论

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

评论(3

烙印 2024-10-12 04:41:08

从我在那篇文章中看到的,Maven 要做的就是拉入 java 库。您可以手动执行此操作,并以标准方式将其包含在您的“lib”中。

他似乎是在告诉您如何编写您自己的 jsp 标记(建议您将其命名为“prettyTime.tag”),然后如何引用它。

旁注,您可能需要考虑阅读并采用 Maven,它是 Java Web 应用程序开发的一个非常强大的构建管理助手。

From what I can see in that article, all Maven will be doing is pulling in the java library. You can do this manually, and include it in your standard way (ie, in your "lib").

He seems to be telling you then how to write your own jsp tag (suggesting you call it "prettyTime.tag"), and then how to reference it.

Side note, you may want to consider reading up on and adopting Maven, its quite a powerful build management helper for java web app development.

叶落知秋 2024-10-12 04:41:08

那只是别人的博客。它可以在制造商的网站上找到: http://ocpsoft.com/prettytime/

然而,它是一个 JSF 标记,这意味着您必须还安装并使用 JSF。

That's just a blog of someone else. It's available by the manufacturer's site: http://ocpsoft.com/prettytime/

It's however a JSF tag, which means that you have to install and use JSF as well.

故事↓在人 2024-10-12 04:41:08

您可以使用 javascript,而不是使用服务器端组件。请参阅 jQuery timeago 插件

Instead of using a server-side component, you can use javascript. See the jQuery timeago plugin

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