在 JSP 上创建目录树结构

发布于 2024-11-07 12:06:22 字数 181 浏览 0 评论 0原文

我最近遇到了 Java DefaultMutableTreeNode 类。我想知道是否有任何类似的类/技术可用于 Servlet/JSP。

我正在开发一个 Web 应用程序,其中数据库表存储各种文件的绝对路径名,我的 servlet 应该从表中读取路径名并将它们显示为目录树结构。

预先非常感谢。任何建议将不胜感激。

I recently came across the Java DefaultMutableTreeNode class. I was wondering if there is any similar classes/technology available for Servlets/JSPs.

I am working on a web application for which a database table stores absolute path name for various files, my servlet is supposed to read the path names from the table and display them as a directory tree structure.

Thanks so much in advance. Any advise will be appreciated.

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

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

发布评论

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

评论(3

忆离笙 2024-11-14 12:06:22

您会使用 jQuery 插件将路径显示为树吗?

https://www.abeautifulsite.net/jquery-file-tree

jQuery File Tree 是一个可配置的 jQuery AJAX 文件浏览器插件。您只需一行 JavaScript 代码即可创建自定义的、完全交互式的文件树。

Would you use a jQuery plugin to display your paths as a tree?

https://www.abeautifulsite.net/jquery-file-tree

jQuery File Tree is a configurable, AJAX file browser plugin for jQuery. You can create a customized, fully-interactive file tree with as little as one line of JavaScript code.

贩梦商人 2024-11-14 12:06:22

不是开箱即用的。您必须自己创建它或使用第三方标签库或框架。

几个例子:

Not out the box. You have to create it yourself or to head to a 3rd party taglib or framework.

Several examples:

御守 2024-11-14 12:06:22

如果您愿意使用 Web 应用程序框架,您还可以考虑 Vaadin 中的 Tree 组件。有关树示例,请参阅 Sampler,包括源代码。

If you are willing to use a web application framework, you may also consider the Tree-component from Vaadin. See the Sampler for a Tree example, including source code.

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