webrta support in mojoportal

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/16/2010 4:58:17 AM
Gravatar
Total Posts 3

webrta support in mojoportal

Hello

Can i know how to create webparts using mojoportal and install them just like the way we install features in mojoportal.Please note that i donot have sharepoint in my system to create webparts.Please replay asap as this is a urgent requirement.

8/16/2010 8:12:17 AM
Gravatar
Total Posts 18439

Re: webrta support in mojoportal

Hi,

ASP.NET WebParts are not the same thing as Sharepoint WebParts. You cannot use Sharepoint WebParts in mojoPortal.

http://www.mojoportal.com/usingmypage.aspx

ASP.NET WebParts came out in 2005 as part of .NET 2.0, I was excited about it at the time so I implemented support for ASP.NET WebParts in mojoPortal. But ASP.NET WebParts never caught on or became popular, there are no third party ASP.NET WebParts.

Hope it helps,

Joe

8/17/2010 4:25:17 AM
Gravatar
Total Posts 3

Re: webrta support in mojoportal

Thanks for reply joe.

I have gone through the link u sent and wanted to know wether the personlization feature can be implemented in mypage only or any new page.if so please let me know how this can be done..

one more thing is i dont want to create webparts using sharepont. i wnat to create them using mojoportal or visual studio and make use of them in the mojoportal pages.can i kow how this can be done.

8/17/2010 7:05:44 AM
Gravatar
Total Posts 18439

Re: webrta support in mojoportal

It is only in MyPage

To learn about ASP.NET WebParts do some googling

and read the link I already gave you and watch the video on the linked page.

http://www.mojoportal.com/usingmypage.aspx

http://www.mojoportal.com/flashtutorials/mojo-personalization-demo.htm

WebParts are pretty much a dead technology, no-one uses it these days. If you want something similar to WebParts you might take a look at the DropThings project, maybe it would meet your needs (though it is not something you could easily integrate with mojoPortal). Dropthings does not use WebParts but is similar and probably better than WebParts.

You must sign in to post in the forums. This thread is closed to new posts.