有哪些 JSR 168 兼容的 Java Web 框架?

发布于 2024-10-14 09:41:21 字数 306 浏览 3 评论 0原文

有许多可用的 Java Web 应用程序框架,但是在开发 JSR 168 portlet 时我有哪些替代方案?我发现了几个:

There are many Java web application frameworks available but what are my alternatives when developing JSR 168 portlets? I found a couple:

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

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

发布评论

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

评论(2

风吹短裙飘 2024-10-21 09:41:21

就是这样,Sven,我还没有尝试过 JSF portlet 桥,但我使用 Struts portlet 桥和 spring-webmvc-portlet 已经快两年了。

这是我自己的观点:

我会尽量避免使用 Struts portlet 桥。它是一个死的东西,但仍然存在,因为一些门户已经使用了它,并且它仍然内置在其中。它已经很老了,它达到了它的目的,但是对于像 spring-webmvc-portlet 这样的东西 - 使用它并不明智。除非您是 Struts 爱好者并且您还没有尝试过 Spring-mvc 或 JSF。

我喜欢 spring portlet 环境集成到 servlet env 的原理。开发人员需要的一切都已实现,除了

使用 Struts 桥接器,您最终会做大量低级工作来隐藏这样一个事实:请求到达主 Portal Servlet 后,它会变成“portlet 请求”。使用 Spring,你不在乎 :-) 谈论像 Liferay、JBoss 或 uPortal 这样的门户

That's it Sven, I haven't tried JSF portlet bridge, but I have been working with Struts portlet bridge and spring-webmvc-portlet almost 2 years.

this is my own opinion :

I would try to avoid using Struts portlet bridge. It's a dead thing that still exists because some Portals had utilized it and it is still built in them. It's quite old, it serves its purpose, but with something like spring-webmvc-portlet - using it wouldn't be wise. Unless you are Struts enthusiast and you haven't tried Spring-mvc or JSF.

I like the principle how spring portlet environment is integrated into servlet env. There is also everyhing that developer needs already implemented, except few things like

With Struts bridge you end up doing tons of low level stuff to hide the fact, that after request hits the Main Portal Servlet, it becomes "portlet request". With Spring you don't care :-) Talking about portals like Liferay, JBoss or uPortal

独夜无伴 2024-10-21 09:41:21

带有 portlet 桥的 JSF: http://jboss.org/portletbridge

JSF with a portlet bridge: http://jboss.org/portletbridge

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