如何调用 Spring Portlet
我一直在阅读并遵循有关如何创建 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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