
We get good questions about mashups every day. Here are some of the best ones, and the answers from our experts and community members. Got a mashup question? Ask it in the Forums and we'll pull out the best ones for the FAQ.
Salesforce.com (1)
Dan has posted a short demonstration of 3 mashups that use the Salesforce.com API at http://www.jackbe.com/enterprise-mashup/videos/mashups-built-salesforcecom-api. This is just a demo of the finished mashups. We'll add the 'How To' video soon!
Tips (1)
Presto Tools such as Wires/AdminConsole/Mashlet Maker and Service Explorer do not yet support internationalization and localization. However, mashups and mashlets you develop using presto can be internationalized/localized using a resource bundle approach.
---
Mashup Developer Community Manager. Find me on Blogger, Twitter, LinkedIn, Facebook, and YouTube.
Code Samples (3)
Include inputs in the EMML script:
<code>
<output name="result" type="document" />
<input name="feed1" type="document" />
<input name="feed2" type="document" />
<merge inputvariables="feed1, feed2" outputvariable="result" />
</code>
Dan has posted a short demonstration of 3 mashups that use the Salesforce.com API at http://www.jackbe.com/enterprise-mashup/videos/mashups-built-salesforcecom-api. This is just a demo of the finished mashups. We'll add the 'How To' video soon!
Yes, we included a few examples as part of the documentation for under the section that describes the Eclipse plug-in, Mashup Studio. Look for 'Mashup Examples and Samples Project' at the bottom of the page.
---
Mashup Developer Community Manager. Find me on Blogger, Twitter, LinkedIn, Facebook, and YouTube.
Documentation (1)
EMML (1)
Include inputs in the EMML script:
<code>
<output name="result" type="document" />
<input name="feed1" type="document" />
<input name="feed2" type="document" />
<merge inputvariables="feed1, feed2" outputvariable="result" />
</code>
Presto Mashup Studio (1)
Presto also allows you to publish a mashup from the command line. Look for the command line shell scripts under the Presto installation directory under:
<presto_install_dir>/mashupclient/bin
The documentation for this is located at: http://www.jackbe.com/prestodocs/v2.5/prestolibrary/
Either search for the term 'emmlpub' under the Search tab or go to this topic in the TOC:
Advanced Mashups with EMML/Mashup Studio -> Mashup Utilities
Presto Mashlets (1)
Dan has posted a short demonstration of 3 mashups that use the Salesforce.com API at http://www.jackbe.com/enterprise-mashup/videos/mashups-built-salesforcecom-api. This is just a demo of the finished mashups. We'll add the 'How To' video soon!
Other (2)
Presto Tools such as Wires/AdminConsole/Mashlet Maker and Service Explorer do not yet support internationalization and localization. However, mashups and mashlets you develop using presto can be internationalized/localized using a resource bundle approach.
---
Mashup Developer Community Manager. Find me on Blogger, Twitter, LinkedIn, Facebook, and YouTube.







