如何调用 Spring Portlet

发布于 2024-12-08 08:54:20 字数 520 浏览 3 评论 0原文

我一直在阅读并遵循有关如何创建 Spring Portlet 的 spring 文档,并且我已经完成了大部分配置和基本控制器。但我不知道如何调用它。在 Spring MVC 中,我们可以配置一个 url,以便我们可以调用该控制器。但在 Spring Portlet 中它是如何完成的呢?我认为文档中没有提及。

我还阅读了下面的文章,它也没有说明如何配置 portlet。

http://www.ibm.com/developerworks /websphere/library/techarticles/0802_patil-pt1/0802_patil-pt1.html

在 Oracle WebCenter 中,要配置 portlet,我们需要一个 url。那么 Spring Portlet 的 url 是什么?

I have been reading and following the spring doc on how to create Spring Portlet and I have most of the configurations and a basic controller done. But I don't know how to invoke it. In Spring MVC, we can config a url so that we can invoke that controller. but how is it done in Spring Portlet? It doesn't mention in the documentation, I think.

I also read the following article and it doesn't say how to config the portlet either.

http://www.ibm.com/developerworks/websphere/library/techarticles/0802_patil-pt1/0802_patil-pt1.html

In Oracle WebCenter, to config a portlet, we need a url. What would be the url for the Spring Portlet then.

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

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

发布评论

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

评论(1

秋日私语 2024-12-15 08:54:20

在 Jboss 门户服务器中配置 Portlet 时,仅 Portlet 类名称就足够了。

在 Oracle WebCenter 中检查此操作 创建 Java Portlet< /a>

While configuring Portlet in Jboss portal server only Portlet class name is enough.

Check this to do in Oracle WebCenter Creating Java Portlets

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