Web 2.0 for AtGentive A Brief Introduction to Web 2.0 Ye DENG

Slides:



Advertisements
Similar presentations
웹 서비스 개요.
Advertisements

18 Copyright © 2005, Oracle. All rights reserved. Distributing Modular Applications: Introduction to Web Services.
Siebel Web Services Siebel Web Services March, From
Web Services Copyright © Liferay, Inc. All Rights Reserved. No material may be reproduced electronically or in print without written permission.
General introduction to Web services and an implementation example
TOPIC LEARNING BTEC Level 3 Unit 28 Websites L01- All students will understand the web architecture and components which allow the internet and websites.
1 Understanding Web Services Presented By: Woodas Lai.
WEB 2.0. What we are speaking about… Transformation of WEB, the WEB 2.0 –New generation of websites… –Importance of Open Data… –Importance of Users… –Web.
Microsoft and Web 2.0 In the enterprise. A working definition of Web 2.0.
February 11, 2007 Can Ajax be OS for the Browser? Kevin Hakman Co-Founder General Interface Ajax Toolkit Director, Developer Evangelism TIBCO Software.
WP2: Design principles; 2 nd AtGentive GM May 2006, Oxford, UK AtGentive WP2 Design Principles AtGentive; 2 nd General Meeting; May 2006, Oxford,
Future Software Architectures Combining the Web 2.0 with the Semantic Web to realize future Web Communities Maarten Visser
Understand Web Services
6/11/2015Page 1 Web Services-based Distributed System B. Ramamurthy.
What is a web service?  A remote procedure call (RPC) over HTTP.  A web-accessible operation that takes input and returns results in XML.  Like a web.
Web Services Andrea Miller Ryan Armstrong Alex. Web services are an emerging technology that offer a solution for providing a common collaborative architecture.
2006 IEEE International Conference on Web Services ICWS 2006 Overview.
1 How PL/SQL Applications Can Participate in a Service-Oriented Architecture Aino Andriessen AMIS.
B. RAMAMURTHY Web services. Topics What is a web service? From OO to WS WS and the cloud WS code.
Web Services Michael Smith Alex Feldman. What is a Web Service? A Web service is a message-oriented software system designed to support inter-operable.
Ronán Kennedy; NUI Galway e-merging technologies for education and libraries Setting The Scene -- Web 2.0 & Library 2.0.
Web Design Basic Concepts.
Computer Concepts 2014 Chapter 7 The Web and .
THE NEXT STEP IN WEB SERVICES By Francisco Curbera,… Memtimin MAHMUT 2012.
RIA & Adobe Flex Yunhui Fu 11/05/2008. What’s RIA RIA (Rich Internet Applications) –web applications which look and perform like desktop applications.
1 Web Services Distributed Systems. 2 Service Oriented Architecture Service-Oriented Architecture (SOA) expresses a software architectural concept that.
REST vs SOAP for Web Services Applications and Services in Internet Benjamin Hilaire – 81747L
© 2010 Adobe Systems Incorporated. All Rights Reserved. Adobe Confidential. Adobe Flash Catalyst for Agile Interaction Design Harish Sivaramakrishnan |
ITIS 1210 Introduction to Web-Based Information Systems Chapter 23 How Web Host Servers Work.
Web Services An introduction for eWiSACWIS May 2008.
Web Services Description Language (WSDL) Jason Glenn CDA 5937 Process Coordination in Service and Computational Grids September 30, 2002.
International Telecommunication Union Geneva, 9(pm)-10 February 2009 ITU-T Security Standardization on Mobile Web Services Lee, Jae Seung Special Fellow,
Web Services (SOAP, WSDL, UDDI) SNU OOPSLA Lab. October 2005.
Web Services Brenton Lovett Wizard Information Services.
Web Services based e-Commerce System Sandy Liu Jodrey School of Computer Science Acadia University July, 2002.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Cross Site Integration “mashups” cross site scripting.
Module 5 A system where in its parts perform a unified job of receiving inputs, processes the information and transforms the information into a new kind.
Rich Internet Applications 1. “Web 2.0” and Rich Internet Applications.
“ Mobile Internet Development ” Prasert Jaipet (aekram43) MCTS,MCPD,Microsoft Insider Technology Team Manager Digital Beyond Company
Web 2.0 and Telco 2.0 n Service orientation is about inter-operability and federation across domains. l Domain silos defeat the purpose. l User wants one.
Web Services (SOAP) part 1 Eriq Muhammad Adams J |
1 Alternative view on Internet Computing Web 1.0 –Web 1.0 is first generation, Web Information based. Driven by Information provider. Web 2.0 Ajax enabled.
Kemal Baykal Rasim Ismayilov
Advanced Web Technologies Lecture #4 By: Faraz Ahmed.
C# 1 Web services CSC 298. C# 2 Web services  A technology to make libraries available across the internet.  In Visual Studio,  can create a web service.
Web Services from 10,000 feet Part I Tom Perkins NTPCUG CertSIG XML Web Services.
GEO PLACES EXPLORER PRESENTED BY KHUSHBOO BAGHADIYA SUMANA VENKATESH.
Intro to Web Services Dr. John P. Abraham UTPA. What are Web Services? Applications execute across multiple computers on a network.  The machine on which.
Introduction to Web Services Presented by Sarath Chandra Dorbala.
Web 2.0 IS530 Fall 2009 Dr. Dania Bilal. Web 2.0 Is the Web that is being transformed into a computing platform for delivering web applications to end.
Web Services. XML Namespaces, Schemas XML processing. Week 2.
Web Services. Web Service: Simple definition : “ Service Offered On the Web “ Technically : “ A Web Service is a programmable application component that.
By Jeremy Burdette & Daniel Gottlieb. It is an architecture It is not a technology May not fit all businesses “Service” doesn’t mean Web Service It is.
CIS 1203 Web Technologies Introduction to the Internet and the WWW.
A Semi-Automated Digital Preservation System based on Semantic Web Services Jane Hunter Sharmin Choudhury DSTC PTY LTD, Brisbane, Australia Slides by Ananta.
Service Oriented Architecture.  SOA is an architectural pattern in software design.  SOA application components provide services to other components.
WEB SERVICES.
Unit – 5 JAVA Web Services
GF and RS, Dept. of CS, Mangalore University
Some bits on how it works
Web Services CO5027.
Implementing a service-oriented architecture using SOAP
Web services, WSDL, SOAP and UDDI
Introduction to Web Services
Distributed System using Web Services
Distributed System using Web Services
Presentation transcript:

Web 2.0 for AtGentive A Brief Introduction to Web 2.0 Ye DENG

My INSEAD How to connect to external components such as Del.icio.us, Skype, Flickr, blogger, by using the different APIs that are now available. The concept of rich client (Flash / Flex 2, Ajax, Integration Living Actors, etc...)

What is Web 2.0? Web 2.0 generally refers to a second generation of services available on the World Wide Web that lets people collaborate and share information online. New web-based communities Some social networking aspects

Web 1.0 => Web 2.0 Rich Internet Applications (Flex, Ajax) Tags Webservice & APIs Mashups And more…

All about Web 2.0

Web service Web service is a software system designed to support interoperable machine-to-machine interaction over a network. Protocol (Http, Https, SMTP, FTP…; XML-RPC, SOAP and REST.) WSDL (Web Services Description Language) XML: All data to be exchanged is formatted with XML tags

API & Mashup Application programming interface The interface that a computer system, library or application provides in order to allow requests for service to be made of it by other computer programs, and/or to allow data to be exchanged between them. A mashup is a website or web application that seamlessly combines content from more than one source into an integrated experience.

UK speed camera

How does UK speed camera work? Google Maps Speed camera address data Return map image Request Return address Visualize address on the map API Http API

Web 2.0 for AtGentive Why? - How? - When? -

Rich Client RIA (Rich Internet Applications) Adobe Flex 2 Why Flex?

Conclusion flexible component Pluggability MashupXML Web service

Questions?