使用 .net 创建 WSRP portlet

发布于 2024-08-18 18:56:29 字数 234 浏览 2 评论 0原文

我正在开发一个项目,需要使用 ASP.net 创建 WSRP portlet Web 服务。

我的第一个问题是 WSRP 到底是什么,有什么好的例子吗?到目前为止,我已经确定它是一个 SOAP xml 标准,定义了如何创建可以嵌入到其他门户中的 portlet。这是正确的吗?

我也计划使用 MVC 来做到这一点。这是个好主意吗?

欢迎对 WSRP 有任何想法。我仍在试图弄清楚它到底是什么以及如何创建它。

I'm working on a project where I need to create a WSRP portlet webservice with ASP.net.

My first question is what exactly is WSRP, and are there any good examples of it available? So far I have determined that it is a SOAP xml standard that defines how to create a portlet that can be embedded in an other portal. Is that correct?

Also I was planning on using MVC to do this. Is this a good idea?

Any thoughts on WSRP are welcome. I'm still trying to figure out exactly what it is and how to create it.

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

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

发布评论

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

评论(2

隔岸观火 2024-08-25 18:56:29

创建 WSRP 不仅是为了在不同平台上重用后端代码,而且是为了重用部分或全部用户界面。

最好的介绍性页面之一来自 IBM

WSRP was created not only to reuse backend code on different platforms, but to reuse some or all user interfase.

One of the best introductory pages is this one from IBM

眼波传意 2024-08-25 18:56:29

很想知道你的进展如何?
我使用 MVC 和 netunity 作为我的 wsrp 生成器。
在 netunity 中定义每个 portlet 并对其进行编码,以向作为单独的 Web 应用程序运行的 mvc 发出后续请求。
它可以工作,但缺点是 Netunity 非常昂贵,这就是它与我们的应用程序分开运行的原因,因此我们可以在更少的 wsrp 生产者后面拥有更多负载平衡的应用程序。而且额外的请求确实会增加一些开销。

Pretty keen to know how you've gotten on with this?
I've used MVC and netunity as my wsrp producer.
Define each portlet in netunity and code it up to make a subsequent request to mvc running as a separate web app.
It works, but downside is that Netunity is pretty expensive, which is why it runs separately from our app, so we can have more load balanced apps behind less wsrp producers. And the extra request does add some overhead.

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