ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / WEBDEV specific features / Mashup
  • Overview
  • How do I perform Mashup with WINDEV and WEBDEV?
  • Mashup specific to WEBDEV
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Overview
The concept of Mashup consists in aggregating data coming from different software, different services, different data sources, ...
This aggregation is straightforward; in most cases, it is performed in a page of an Internet site.
The purpose of Mashup is to allow a real interoperability, a link between different software. It becomes easier to create composite applications.
How do I perform Mashup with WINDEV and WEBDEV?
WINDEV and WEBDEV propose several features to simplify the mashup:
Mashup specific to WEBDEV
WEBDEV - Server codeWindowsLinux To simplify the mashup in the sites developed in WEBDEV, you must be able to interface with the different services proposed by the sites on the Web.
WEBDEV gives you the ability to:
  • perform a mashup at server level by using the WLanguage functions directly.
  • perform a mashup at "browser" level (without running code on the WEBDEV Application Server):
    • by using Web APIs.
    • by including evolved components in the page (section of pages including the processes) to interact with them directly.
There is no additional workload on the server according to the operations performed by the Web user. Programming is carried out directly in WLanguage, eliminating the need for Javascript code.
The exchanges of data proposed by these services can be structured in XML or in JSON directly.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help