Hosting Silverlight/PivotViewer in SharePoint 2010
-
Thursday, October 13, 2011 12:22 PM
I've been working on a data visualization tool using the PivotViewer control in Silverlight, and I want to deploy it to the company intranet so that I can integrate it with the document library it references. I'm not trying to do anything dynamic just yet, I just can't figure out how to load my PivotViewer collection onto the server such that the Silverlight app can see it.
I've tested the Silverlight webpart with a simple 'Hello World' app, and got that to work, but I can't figure out how to load data external to the XAP from SilverLight. Specifically, I don't know what I am supposed to do with the DeepZoom image collection - its in a structured, heirarchical folder structure, but it has way too many items for me to batch upload.
What is the Best Practice here? Is there some other way to load my PivotViewer data into SharePoint, or does it need to be hosted separately, locally by IIS?
Sincerely,
Brett
All Replies
-
Sunday, October 16, 2011 11:59 PM
I just can't figure out how to load my PivotViewer collection onto the server such that the Silverlight app can see it.
Just put the caml file on the server that you can open,silverlight will load it auto.More information:
http://www.codeproject.com/KB/grid/PivotViewer.aspx
http://www.codeproject.com/KB/silverlight/PivotViewerGettingStarted.aspx
I don't know what I am supposed to do with the DeepZoom image collection
Please refer to the link:http://www.codeproject.com/KB/silverlight/DeepZoom.aspx
Is there some other way to load my PivotViewer data into SharePoint
Please refer to the link:http://social.msdn.microsoft.com/Forums/en-US/silverlightpivotviewer/thread/3a9d8bec-b565-4991-8865-3439314a00f4#3a9d8bec-b565-4991-8865-3439314a00f4
Mark me if help.
-
Wednesday, October 19, 2011 8:29 PM
That's not quite what I need. I have the PivotViewer app working locally, and on Azure, but I can't figure out how to host the CXML file and DeepZoom images in a way that SharePoint can find them.
The JIT system NetFlix uses looks interesting, but at least for now my collection is fixed. It doesn't need to be created, just hosted.
/b/
-
Wednesday, October 19, 2011 11:19 PM
Hi,
I suggest you to refer to the link below:
So I suggest you to read the links below:
http://blogs.msdn.com/b/jjameson/archive/2010/01/29/lessons-learned-integrating-silverlight-in-moss-2007-part-2.aspx
http://blogs.msdn.com/b/jjameson/archive/2010/01/30/lessons-learned-integrating-silverlight-in-moss-2007-part-3.aspx
Hope it can help.

