Mashups & Sharepoint
This Dev Zone is dedicated to Mashups and Sharepoint. Here's everything the Mashup Developer Community has to say about mashups and their complimentary nature to Sharepoint, whether it's a demo, video, code sample, forum post, Q&A or blog.
New Release: Mashup Sites for SharePoint 3.1.1
Posted 08/01/2011 - 10:40 by jess
Today we are excited to release Mashup Sites for SharePoint 3.1.1 for SharePoint 2007 (MOSS) and SharePoint 2010, with full support for Presto 3.1.1.
Mashup Sites for SharePoint enables organizations to support Real-Time Business Intelligence solutions in SharePoint, allowing SharePoint business users to publish native web part based business Apps and to visually assemble interactive dashboards. SharePoint users can securely share their Apps and Dashboards with other users in both SharePoint 2007 and 2010 as well as with users of other Enterprise Portals, including IBM WebSphere, Oracle WebCenter and Weblogic, and Liferay. Mashup Sites for SharePoint 3.1.1 features include: [Read More...]
Your App destiny awaits, Presto 3.0 is here.
Posted 07/07/2010 - 12:57 by jess
Today is an exciting day for all of us. We have launched the 3.0 version of Presto. With this release, our Enterprise Mashup Platform enables you to create mashup-driven Apps and share them in your own internal Enterprise App Store. Presto 3.0 accelerates the ability for tech-savvy business users to create, use and share the Apps they need while also letting IT maintain security and governance over enterprise data assets. [Read More...]
First EC2, now Azure. Mashing in the cloud, with a little ESRI & SharePoint too!
Posted 06/17/2010 - 15:09 by danmalks
- danmalks's blog
- Login or register to post comments
- Email this page
A Sneak Peak of Presto 3.0 (Part 2): How to Create an App in 2 (or 3) Simple Steps
Posted 06/09/2010 - 13:00 by jess
Last week we described a few of the new features in Presto 3.0, including 'Hub', 'the launch pad for mashup making'. While Hub catalogs all Presto resources (mashables, mashups, Apps) into different categories based on type, provider and creator, one of it's most important aspects is that it enables you to create 'an App for that'. [Read More...]
- jess's blog
- Login or register to post comments
- Email this page
A Two Part Mashup Monograph Series for Developers and Executives
Posted 04/09/2010 - 12:08 by MiMi Levine
Why Enterprise Mashups Matter to You
As an added bonus to being a Mashup Developer Community member, we have published a two part whitepaper series explaining the value of Enterprise Mashup Platforms for the Executive and the Developer. We are offering these papers with no registration required as an added perk to being a member of a mashup focused community. Enjoy! [Read More...]
- MiMi Levine's blog
- Login or register to post comments
- Email this page
What a treat it is to be a member of the MDC!
Posted 01/25/2010 - 15:47 by MiMi Levine
Being a Mashup Developer Community Member sure has its perks!
- MiMi Levine's blog
- Login or register to post comments
- Email this page
Creating a List Mashlets Web Part using Presto Connector for C#: Example 2
Posted 01/21/2010 - 12:55 by MiMi Levine
- Login or register to post comments
- Email this page
Creating a List Mashlets Web Part using Presto Connector for C#: Example 1
Posted 01/21/2010 - 12:54 by MiMi Levine
- Login or register to post comments
- Email this page
Mashing SharePoint Web Services: Example 3
Posted 01/20/2010 - 18:44 by MiMi Levine
We will expose the newly published service, Query Operation as a mashup Service. [Read More...]
- Login or register to post comments
- Email this page
Mashing SharePoint Web Services: Example 2
Posted 01/20/2010 - 18:40 by MiMi Levine
- Login or register to post comments
- Email this page
Mashing SharePoint Web Services: Example 1
Posted 01/20/2010 - 18:38 by MiMi Levine
- Login or register to post comments
- Email this page
SharePoint Web Services: Example 2
Posted 01/20/2010 - 18:35 by MiMi Levine
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
Posted 01/20/2010 - 18:33 by MiMi Levine
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
Posted 01/20/2010 - 18:31 by MiMi Levine
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
Posted 01/20/2010 - 18:28 by MiMi Levine
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
Posted 01/20/2010 - 18:26 by MiMi Levine
- Login or register to post comments
- Email this page
Using Custom Web Parts to publish Mashlets into SharePoint: Example 1
Posted 01/20/2010 - 18:23 by MiMi Levine
- 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
Posted 01/20/2010 - 18:20 by MiMi Levine
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
Posted 01/20/2010 - 18:17 by MiMi Levine
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
Posted 01/20/2010 - 18:13 by MiMi Levine
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
Are you putting Excel in the cloud, when you say repository? Where is this Repository? Google Docs, SharePoint?
Posted 01/04/2010 - 13:38 by Blythe
No, in the demo you just saw we were PULLING Excel from the cloud. But the server was inside our firewall. And that 'using external data in an internal mashup' is a very common architecture.
- Login or register to post comments
- Email this page
What web part in Sharepoint is used to access the mashlet? Also does the SP page update real time as and when the mashlet is refreshed with updated data?
Posted 12/31/2009 - 11:36 by Blythe
Page Viewer WebPart includes the Mashlet script tag
- Login or register to post comments
- Email this page
JSR-168 is nice, but it doesn't help me as an ASP.NET developer. Is there support for displaying mashlets in ASP.NET apps?
Posted 12/31/2009 - 11:02 by Blythe
Yes, we have a .NET API as well. And we are just about to release some examples of Presto Mashups in Sharepoint. Keep an eye on http://www.jackbe.com/enterprise-mashup/
- Login or register to post comments
- Email this page
How do you assess the accuracy or reliability of the source data. How do you know you aren't being fed false data? What ESB security are you using.
Posted 12/31/2009 - 09:56 by Blythe
We believe IT is responsible for publishing the authoritative data services.
- Login or register to post comments
- Email this page
Are you using .NET FRAMEWORK 3.5 with AJAX?
Posted 12/30/2009 - 10:42 by Blythe
Most of our software is Java-based but we have integrated with .NET-driven tools like Microsoft SharePoint.
- Login or register to post comments
- Email this page
