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
1
vote
0 answers

I can not edit mushup service in AS 5.0.1

I can not edit mushup service in AS 5.0.1 like that, even the example the platform provides like admin/RESTSample it shows message "error occured"
1
vote
1 answer

How to install mashup feature in wso2 ESB

I am fairly new to WSO2. I have a linux box with WSO2 installed. Now I would like to install the mashup feature. Is it possibel to install the mashup as an add on to ESB? Thanks, AP
Aji Paul
  • 53
  • 6
0
votes
2 answers

Organizing a URL structure

I'm trying to make a mashup using Php and Last.fm api. But I've got some questions: 1 - How can I organize the code? Because the webapp'll do different thing and each one has it own code (file.php) but I don't like to see it in the url Ex:…
GhzNcl
  • 149
  • 1
  • 4
  • 13
0
votes
1 answer

Creating an API (in cakephp 1.3) and Delivering HTML

This is not truly an API scenario. I know APIs deliver content in XML or JSON. I am not looking for someone to tell me how to do this but to give me a good starting point and some tips or tell me this is a stupid idea. WHAT I WANT TO DO Client…
styks
  • 3,193
  • 1
  • 23
  • 36
0
votes
1 answer

Power Query Mashup Containers at 0% of processor, network, and disk

I have an excel Power Query report with a surprising bug. All of the mashup engine processes have no processor footprint, but exist. The only fix I have right now is to end these processes. The new mashup containers are created and the report…
Isaacnfairplay
  • 217
  • 2
  • 18
0
votes
1 answer

JSF/a4j Mashups - View State ID Expired

We have a group of web modules that are peer applications to one another. We mash them together using jQuery. These differing modules all use JSF. The different modules may be deployed on different Java EE application servers. Imagine a JSF page for…
user800193
  • 21
  • 4
0
votes
1 answer

Qlik sense embed to web site

I am trying to embed qlik sense report to my site. I have heard about two option how to do it. First is using iframe. Second using div integration. Has anyone ever encountered this it? Which proc and cons? Do you have an example of how to do it…
Aleksey
  • 41
  • 5
0
votes
1 answer

Excel Power Query - checking date in a list of dates using M

I have to compare if a date in table A is present in all of the dates column in table B, return 1 if yes and no otherwise. I am using Excel Power Query and my formula is this: Table.AddColumn(#"Renamed Columns", "BL_Count", each if…
qfatima
  • 1
  • 1
0
votes
0 answers

html2canvas image is not rendering fully on page scroll

I am using html2canvas for exporting image using qlik mashup. Without page scroll, its working fine. But, when I scroll, the full chart is not visible on the screen; only partial/half of the image is rendering. Here is the screenshot: I'm facing…
sathish kumar
  • 916
  • 1
  • 21
  • 58
0
votes
3 answers

IFrame in WPF application

We are designing an application, part of which is a mashup of UI from a web application. Is it possible to place the UI from a web site in a WPF application, as you would an IFrame? The web page contains a Java applet.
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
0
votes
1 answer

To the Power ^ in M (Power BI)

I creating a custom column in Power BI = Table.AddColumn(Fact_Sale, "Custom", each 2^[Sale Key] , type number)` I tried using ^ to represent the power operator but got an eerror I tried to google but the when I search for the power operartor all i…
asmgx
  • 7,328
  • 15
  • 82
  • 143
0
votes
1 answer

Does Google Gadget works for an Internal Corporate Site?

We would like to use the Google Gadget concept in our corporate Intranet. Our infrastructure implies no external web dependencies. The way I understand Google Gadget is that the gadget xml file requires some pre-processing before being displayed in…
Aerosteak
  • 987
  • 1
  • 11
  • 21
0
votes
1 answer

Actionscript Sound Channel is only playing in Firefox

I have made a little mashup mixing maps, translate api and flickr. I get the directions from my map and make mp3 files on the fly to play them at the same time but they only play in firefox and for the rest of the browsers I only get my first sound…
makeitmorehuman
  • 11,287
  • 3
  • 52
  • 76
0
votes
1 answer

Atlas style map index for static google map

I'm using a static google map, but really this problem could apply to any maps project. I want to divide a map into multiple quadrants (of say 50x50 pixels) and label the columns as A, B, C.... and the rows as 1, 2, 3... Next I plan to do something…
Ben Holland
  • 2,309
  • 4
  • 34
  • 50
0
votes
1 answer

Common dimension filters on qlik sense mashup comtains object from multi apps

I build a mashup on Qlik sense, and I imported objects from 2 different qlik sense apps. On those 2 different apps, there are some common dimensions (same names, same values). Then, I would like to have a same behaviors when user filter by a common…
kidgu
  • 413
  • 1
  • 8
  • 18