开发者

Creating WSRP portlet with .net

开发者 https://www.devze.com 2022-12-17 09:50 出处:网络
I\'m开发者_JS百科 working on a project where I need to create a WSRP portlet webservice with ASP.net.

I'm开发者_JS百科 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.


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号