Mashup Code Samples

We've taken the code from best sample mashups, as well as code samples contributed by Mashup Developer Community members, and put them on display for you. If you have code you want to share, do it here.
Creating a List Mashlets Web Part using Presto Connector for C#: Example 3
Rather than applying a Full trust level we will create a custom security policy which extends the standard SharePoint WSS_Minimal trust level. [Read More...]
- Login or register to post comments
- Email this page






Creating a List Mashlets Web Part using Presto Connector for C#: Example 2
We follow a similar deployment procedure to Mashlet View Web part, except in this case we also have a few dependent Assemblies to deploy and we need to configure the SharePoint server to allow the Web Part to access Sharepoint Server Web Resources, see [Read More...]
- Login or register to post comments
- Email this page






Mashing SharePoint Web Services: Example 3
We will expose the newly published service, [Read More...]
- Login or register to post comments
- Email this page






Mashing SharePoint Web Services: Example 2
Before publishing the Web Service to Presto we need to gather the following information, assuming we have a SharePoint Site named [Read More...]
- Login or register to post comments
- Email this page






Mashing SharePoint Web Services: Example 1
Before publishing the Web Service to Presto we need to gather the following information, assuming we have a SharePoint Site named [Read More...]
- Login or register to post comments
- Email this page






SharePoint Web Services: Example 2
Having identified the SharePoint Web Service endpoint URL, we're able to publish the service as a Presto SOAP Service. Presto requres the URL of the Web Service WSDL which we can get by appending ?wsdl to the Web Service Endpoint address. [Read More...]
- Login or register to post comments
- Email this page






SharePoint Web Services: Example 1
Presto version 2.6.1 or later is capable of consuming SharePoint Web Services, earlier versions of Presto did not support the NTLM Authentication. [Read More...]
- Login or register to post comments
- Email this page






Mashing SharePoint RSS with Presto
The screenshot below shows the example SharePoint Team Discussion List which we will publish in Presto as an RSS Feed. [Read More...]
- Login or register to post comments
- Email this page






Presto Consuming SharePoint Services
The SharePoint Web Application Settings "RSS Settings" property must be enabled to allow users to subscribe to SharePoint List views in syndicated format. This option is enabled by default. The option can be checked via Central Administration, Web Application Management section, Web Application Settings. [Read More...]
- Login or register to post comments
- Email this page






Using Custom Web Parts to publish Mashlets into SharePoint: Example 2
Having built the Web Part Assembly we will deploy it to the SharePoint [Read More...]
- Login or register to post comments
- Email this page






Using Custom Web Parts to publish Mashlets into SharePoint: Example 1
- With the SharePoint Server SDK installed you should be able to create a new web part project by selecting the C# SharePoint Web Part Template, name the Project Jackbe.Samples.
- Delete the default WebPart, WebPart1, and add a new WebPart named MashletView. Which should generate the following template class:
- Login or register to post comments
- Email this page






SharePoint Consuming Mashups using standard XML Web Part
With a fairly basic knowledge of XSL, XPath and XSL Stylesheets, the SharePoint XML Web Part can provide a front-end for Presto Mashups. The XML Web part can actually be used to invoke any REST-like, XML based, non-SOAP Web Service, where the invocation request is encapsulated in a URI and the response is received as an XML document. [Read More...]
- Login or register to post comments
- Email this page






Using Standard Web Parts to Publish Mashlets into Microsoft SharePoint: Example 2
Presto.ServiceMashlets are the particular type of mashlet published by Presto MashletMaker when exposing a Presto published Service with a web UI. This mashlet type is designed to allow mashlets to be configured with specific, primitive, input parameter data, which is required to invoke the underlying Presto Published Service. [Read More...]
- Login or register to post comments
- Email this page






Using Standard Web Parts to Publish Mashlets into Microsoft SharePoint: Example 1
Probably the quickest way of getting SharePoint to consume service data published by Presto is to configure it to display Mashlets. [Read More...]
- Login or register to post comments
- Email this page






Mashup Code Sample - A Guide to Microsoft SharePoint Mashups

This 40-page guide has tons of code samples to connect Presto mashups to SharePoint (Moss 2007 and WSS 3) and to mashup SharePoint lists with other data sources.
Based upon our popular 10-part blog series 'A Developer's Guide to Mashups and Microsoft SharePoint', this guide makes it easy to take the code home with you! [Read More...]
Mashup Code Sample - Mashup Error Handling and Fail Over
Presto, specifically Enterprise Mashup Markup Language (EMML), has a pretty robust error handling facility. Here are three examples: [Read More...]
- Login or register to post comments
- Email this page






Mashup Code Sample - Communication between Mashlets
This sample code demonstrates how Mashlets use a Publish/Subscribe communication model to execute functions from another registered mashlet. You can watch a video of this sample code in action here.
- Login or register to post comments
- Email this page






Mashup Code Sample - Investment Advisor Mashup
This mashup was submitted by Mashup Developer Community member http://www.jackbe.com/enterprise-mashup/users/igo. It was runner-up in the 1st 'Mash for Cash Contest'. [Read More...]
- Login or register to post comments
- Email this page






Mashup Code Sample - Product Management and Customer Feedback Mashup
This mashup submitted by Mashup Developer Community member http://www.jackbe.com/enterprise-mashup/users/timm. It was the winner of the 1st 'Mash for Cash Contest'. Great work!
The Product Management and Customer Feedback mashup supports a product manager in a wireless carrier who is looking for insights and business intelligence into customer churn. Even if you aren't in the telecommunications industry, this is some great example code to learn from. [Read More...]
- Login or register to post comments
- Email this page













