Questions tagged [mashup]

A mashup, in web development, is a web page, or web application, that uses and combines data, presentation or functionality from two or more sources to create new services. The term implies easy, fast integration, frequently using open application programming interfaces (API) and data sources to produce enriched results that were not necessarily the original reason for producing the raw source data

The main characteristics of a mashup are combination, visualization, and aggregation. It is important to make existing data more useful, for personal and professional use. To be able to permanently access the data of other services, mashups are generally client applications or hosted online. In the past years, more and more Web applications have published APIs that enable software developers to easily integrate data and functions instead of building them by themselves. Mashups can be considered to have an active role in the evolution of social software and Web 2.0. Mashup composition tools are usually simple enough to be used by end-users. They generally do not require programming skills and rather support visual wiring of GUI widgets, services and components together. Therefore, these tools contribute to a new vision of the Web, where users are able to contribute.

Source

94 questions
3
votes
1 answer

Java Restlet - How do I dynamically attach resources to the router?

Here's the basics of what I'm trying to do. I'm working on a project where I'm creating a mashup page from various web APIs. The mashup page contains country information. I have a BLL layer where I create the mashup page (html page with country…
Hans Frifelt
  • 87
  • 1
  • 8
3
votes
4 answers

Suggestions for a mashup application

I have to write a mashup application for an university course and I have to use some APIs, but I need to choose by myself what to use and what the final application should do. Unfortunately I never made an application like this, so I'm not sure what…
Raffo
  • 1,642
  • 6
  • 24
  • 41
3
votes
2 answers

Integrating CRM with Google maps

Just started testing Zoho Crm as a CRM solution for our company. Someone asked for a Google map on the page showing our upcoming engagements.I know Zoho provides an API that allows accessing its data from the outside, but I actually need to…
Traveling Tech Guy
  • 27,194
  • 23
  • 111
  • 159
2
votes
1 answer

How to add Twitter Expanded Tweets? (was: twitter media preview card for my site?)

I googled a lot about how to make twitter media preview for my website entities if they are linked in a tweet like images below: Any idea where can I find some documentation about it? Or a tutorial? Is this possible or these media/site previews…
Roki
  • 2,680
  • 1
  • 22
  • 21
2
votes
1 answer

wirecloud: workspace sources location

I have a local instance of Wirecloud and one of the workspace doesn't work (I can't entry it), so I decided to remove it whit the button for that. Wirecloud didn't remove it, so I tried of removed it with the Mashup api, but I can't see it. So, as a…
2
votes
3 answers

Online etl for api mashup, filtering and ordering

I'm looking for a free web-based solutions for little etl / mashup tasks. An example could be: connect to an api filter response using data as input to another api It's something similar to now not working yahoo pipes and for me is important to…
Vokail
  • 630
  • 8
  • 27
2
votes
0 answers

Scraping data from multiple websites, merging the data and indexing in Elasticsearch

I'm using Scrapy to scrape data on products (product name and manufacturer) from a website. I'm then using a pipeline (http://github.com/noplay/scrapy-elasticsearch) to index the data directly into an Elasticsearch search engine. I'd like to also…
2
votes
1 answer

Gwt-gdata authentication

I'm writing an application with GWT and I found on the internet that there's a library to use easily gdata features. In particular I need to use the integration with Google Calendar. I followed the official guide on gwt-gdata site to do the…
Raffo
  • 1,642
  • 6
  • 24
  • 41
2
votes
3 answers

How does Zapier/IFTTT implement the triggers and actions for different API providers?

How does Zapier/IFTTT implement the triggers and actions for different API providers? Is there any generic approach to do that, or they are implemented by individual? I think the implementation is based on REST/Oauth, that is generic from high level…
zgcharley
  • 1,084
  • 3
  • 17
  • 24
2
votes
3 answers

LinkedIn Groups and Google Maps integration

Has anyone seen an implementation of Google Maps using LinkedIn group information? Specifically I would like to plot the location of members within a group as pins on a Google Map. Any help or guidance would be great.
2
votes
2 answers

A script to convert text in a form to query?

I'm a total newbie and want to start with php. I know some javascript already. I want to be able to type some text in a form and convert it to a query e.g. In my website there's this search box, I type in 'example' click submit and it gives me…
agaragaragar
  • 79
  • 1
  • 1
  • 10
2
votes
1 answer

post data with yahoo pipes

I'd like to include a Wordle (wordle.net) in my mashup. But wordles require the data to be sent over via post: wordle.net/advanced. Is there any way to send data via POST using Yahoo Pipes?
boisvert
  • 3,679
  • 2
  • 27
  • 53
2
votes
0 answers

What's the best way to mashup Google Maps with geolocated photos from one or more social networks?

I'm working on a proof of concept for a project, and I need to pin random photos to a Google Map. These photos can come from another social network, but need to be non-porn. I've done some research so far, Google's Image Search API is deprecated. …
PureCognition
  • 1,253
  • 2
  • 10
  • 14
1
vote
2 answers

Include/mashup a dynamic wicket page in a static webpage

we have a "static", non-wicket CMS website and we want to include a dynamic wicket page/component in one of the static pages. Our idea was to use jQuery's load() method to load the content. And include wickets ajax js files in the header. This…
Lars
  • 1,136
  • 7
  • 16
1
vote
1 answer

Can the Activity of TabHost be a ListAcitivty?

EventsActivity is one of my tabs (3 tabs have 3 activities). The question is: Can this Activity be displayed as a list? If yes, which list should I use (SimpleList, ArrayList, etc.)? I use an ArrayList HashMap but the stop unexpectedly occurs. How…
April Smith
  • 1,810
  • 2
  • 28
  • 52