实施“窗口管理器” 用于 JSP 自定义标记中的 HTML

发布于 2024-07-15 02:06:49 字数 363 浏览 9 评论 0原文

我有个问题: 我需要构建一个自定义标签,它可以获取其子标签(每个子标签将呈现为某种 HTML 小部件)并以某种智能方式将它们呈现到页面中。

这是一个相当开放式的问题,所以我想了很多不同的方法来解决它。 我需要的是一些关于如何

  • 做的输入:其他人已经完成了
  • 想法

我的想法:

  • 使用 960 网格系统 CSS 之类的东西进行布局,并使用 JSP 自定义标记属性指定每个小部件的位置。 如果未指定,则使用 HTML 表格进行流布局
  • ,并使用流布局将每个小部件粘贴到单元格中(这可能会出现问题,因为某些小部件不是方形的,它们是 3x1 或 1x3 等。

I have a problem:
I need to build a custom tag, which can take its child tags (each of which will render as an HTML widget of some sort) and render them into the page in some intelligent manner.

It's a fairly open ended question, so I have thought of many different ways to solve it. What I need is some input on how:

  • others have done it
  • ideas

My ideas:

  • using something like 960 grid system CSS for the layout, and specify each widget's location using JSP custom tag attributes. If none specified, do a flow layout
  • use an HTML table, and stick each widget into a cell using flow layout (this can be problematic since some widgets aren't square, they are 3x1, or 1x3 etc.

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

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

发布评论

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

评论(1

拒绝两难 2024-07-22 02:06:49

“其他人是如何做到的”-他们可能使用了门户网站?

也许 Apache Portals 页面上的内容可以帮助您。

"How others have done it" - they have probably used a portal?

Maybe something at the Apache Portals page could help you.

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