De presentatie wordt gedownload. Even geduld aub

De presentatie wordt gedownload. Even geduld aub

Mashups for the masses Maarten Brugman & Sven Vintges Atos Origin SI Center of Excellence RIA.

Verwante presentaties


Presentatie over: "Mashups for the masses Maarten Brugman & Sven Vintges Atos Origin SI Center of Excellence RIA."— Transcript van de presentatie:

1 Mashups for the masses Maarten Brugman & Sven Vintges Atos Origin SI Center of Excellence RIA

2 Agenda •Mashups •Voorbeelden •Architectuur •Tools •Yahoo! •Google •Case + Demo •Aandachtspunten •Huidige ontwikkelingen •Conclusie

3 Wat is een mashup •Muzikale stroming –DJ Danger Mouse: The Beatles and Jay-z •Web 2.0 –“a web application that combines data from more than one source into a single integrated tool “ (Wikipedia)web application

4 Hype!!!!

5 Soorten mashups •Publieke mashups •Enterprise mashups –combineer enterprise data uit verschillende bronnen –mogelijk ook publieke bronnen •Gadgets / widgets in sidebar / persoonlijke pagina –eigenlijk geen mashup; –soms gebruikt in mashups.

6 Soorten gegevensbronnen •Feeds –(Geo)-RSS –ATOM •(Web) services –Typisch in enterprise-context •Maps –Google, Yahoo!, Virtual Earth,... •HTML –Screen scraping

7 Voorbeelden, shopping •Zoeken in verschillende shops; •Vergelijken van de prijzen van de verschillende shops; •Community, review door andere gebruikers over producten én shops. •http://www.vergelijk.nl/http://www.vergelijk.nl/

8 Voorbeelden, nieuws •Integreren van verschillende nieuwsbronnen; •Bronnen zijn diverse soorten, bijvoorbeeld de beurs met nieuwsberichten; •http://finance.google.comhttp://finance.google.com

9 Voorbeelden, video en foto •Tonen van foto en map /3d foto’s; •Foto’s m.b.v. een game laten kwalificeren, achterliggen doel: opbouwen hoe mensen foto’s kwalificeren. •Herkenbare punten opslaan. •http://www.360tuscany.net/http://www.360tuscany.net/

10 Voorbeelden, mapping •Informatie met een map combineren; •Geografische informatie (GeoRSS) in kaart brengen; •http://www.swisstrains.chhttp://www.swisstrains.ch

11 Agenda •Mashups •Voorbeelden •Architectuur •Tools •Yahoo! •Google •Case + Demo •Aandachtspunten •Huidige ontwikkelingen •Conclusie

12 Server Side Integratie Figuur 1: server-side mash-up, ref: sun.com

13 Server Side Integratie (2) •Voordelen –Beveiliging: XMLHttpRequest sandboxing; –Veel libraries in JAVA en.NET om WS te gebruiken; –Filtering van data (grote hoeveelheden); –Caching; –Aggregatie.

14 Mashups Client Side Figuur 2: client-side mash-up, ref: sun.com

15 Mashups Client Side •Cross domain issues; •Veel browsers ondersteunen JSON; •Makkelijk en snel, geen applicatieserver nodig; •Performance, kracht van client wordt gebruikt.

16 Agenda •Mashups •Voorbeelden •Architectuur •Tools •Yahoo! •Google •Case + Demo •Aandachtspunten •Huidige ontwikkelingen •Conclusie

17 Yahoo! Toolkit (1) •Yahoo! Music engine •Yahoo! Widgets •Yahoo! Search •Yahoo! Travel •Yahoo! Traffic •Yahoo! User Interface Library •Yahoo! Pipes •…

18 Yahoo! UI Toolkit

19 Yahoo! Widgets •Desktop experience; •Mashups: –Veel standaard; –Zelfbouw mogelijk. •http://widgets.yahoo.comhttp://widgets.yahoo.com

20 Yahoo! Mapping •Verschillende manieren –AJAX (JavaScript); –Flash (Actionscript 2 en 3); –Simple API; –Image API; •Mogelijkheden –Plaatsen van markers, labels etc; –Geocoding; –Routes weergeven (polylines); –Zooming, navigatie.

21 Google APIs so many to choose from... Android Google Data APIs Blogger Data API FeedBurner APIs Gmail Atom Feeds Google Account Authentication Google AdSense API Google AdSense for Audio API Google AdWords API Google AJAX APIs Google AJAX Feed API Google AJAX Language API Google AJAX Search API Google Analytics Google Apps APIs Google Base Data API Google Book Search Book Viewability API Google Calendar APIs and Tools Google Chart API Google Checkout API Google Code Search Google Code Search Data API Google Contacts Data API Google Coupon Feeds Google Desktop Gadget API Google Desktop Search APIs Google Documents List Data API Google Gadgets API Google Gears Google KML Google Mapplets Google Maps API Google Mashup Editor Google News Feeds Google Notebook Data API OpenSocial Orkut Google Safe Browsing APIs Google Search Appliance APIs Google Search History Feeds Google Sitemaps Google SketchUp Ruby API Social Graph API Google Spreadsheets Data API Google Static Maps API Google Talk XMPP Google Themes API Google Toolbar API Google Transit Feed Specification Google Visualization API Google Web Toolkit Picasa APIs Picasa Web Albums Data API YouTube Data API

22 Google APIs bruikbaar voor mashups •Google maps API •Google charts API •Google gadgets API –user preferences (onder Google account) –fetch HTML (screen scraping) –fetch feeds (as JSON object) –fetch XML content (as DOM object) •...en natuurlijk Google Mashup Editor

23 Agenda •Mashups •Voorbeelden •Architectuur •Tools •Yahoo! •Google •Case + Demo •Aandachtspunten •Huidige ontwikkelingen •Conclusie

24 Demo Yahoo! Vs Google •Map tonen; •Basis componenten op map; •Hoe plaats je markers + data; •Zoom naar een marker/ expand; •Bijwerken data op de map; •Charting.

25 Aandachtspunten voor je mashup •Beveiliging –Client-side mashup: per service regelen –Server-side mashup: 1x op de mashup-server •Versionering/ beschikbaarheid –Client-side mashup: Beschikbaarheid van services/ kwaliteit van dienstverlening afhankelijk van derden; –Server-side mashup: Server dient als proxy, indien service niet beschikbaar dan kan server toch leveren door het uit de cache te halen. •Performance; –Client-side: minder load op de server; –Server-side: complexere integratie, caching en polling mogelijk. Voor publieke services moet er een lijn naar buiten zijn. •Integratie; –Client-side mogelijkheden zijn beperkt.

26 Agenda •Mashups •Voorbeelden •Architectuur •Tools •Yahoo! •Google •Case + Demo •Aandachtspunten •Huidige ontwikkelingen •Conclusie

27 Mashup Tools On-line: •Yahoo! Pipes (beta) •Google mashup server (beta) •Microsoft Popfly •OpenKapow •Dapper •Intel Mashmaker (beta) Open Source: •WSO2 Mashup Server •Apatar •SnapLogic

28 Commerciële tools

29 Yahoo! Pipes •Integratieservice; •Resultaat als ‘pipe’ voor de map; •Consumeren van RSS Feeds, Geo feeds, Services (toekomst).

30 Google mashup server

31 Google Mashup Server Wiki Issue Tracker Subversion Repo 100MB (publiek)

32 WSO2 Mashup server •Web service composing; •Deploying services als ws-*, REST met WSDL 1.1, WSDL 2.0, XML-Schema en AJAX test pagina; •Gebaseerd op apache/ axis2 t.b.v. security, betrouwbaarheid en bewaking (governance); •Gericht op enterprise mash-ups; •www.wso2.comwww.wso2.com

33 Standaarden Server-side •OpenSAM; •Open AJAX; •DataPortability.org.

34 Conclusie •Mashup = HYPE, Adoptie = snel (Gartner); •Wildgroei aan tools; •Doe-het-zelf: “Information worker”; •Client vs Server; •Poging tot standaardisatie.

35 Links •Websites –http://www.programmableweb.com/http://www.programmableweb.com/ –http://developer.yahoo.com/http://developer.yahoo.com/ –http://blogs.zdnet.com/Hinchcliffe/?p=111http://blogs.zdnet.com/Hinchcliffe/?p=111 •Mashups –http://www.swisstrains.chhttp://www.swisstrains.ch –http://www.treelz.comhttp://www.treelz.com –http://misdaadkaart.nl/http://misdaadkaart.nl/

36 Huidige ontwikkelingen •Google Mashup toolkit •http://mashmaker.intel.com/http://mashmaker.intel.com/


Download ppt "Mashups for the masses Maarten Brugman & Sven Vintges Atos Origin SI Center of Excellence RIA."

Verwante presentaties


Ads door Google