Database Driven Web 2.0 for the Enterprise

Size: px
Start display at page:

Download "Database Driven Web 2.0 for the Enterprise"

Transcription

1 May 19, :30 p.m. 2:30 p.m. Platform: Linux, UNIX, Windows Session: H03 Database Driven Web 2.0 for the Enterprise Rav Ahuja IBM

2 Agenda What is Web 2.0 Web 2.0 in the Enterprise Web 2.0 Examples and Demos AJAX REST Web Services Feeds Mashups Summary 2

3 What is Web 2.0 A set of technologies and applications that enable efficient interaction among people, content, and data in support of collectively fostering new businesses, technology offerings, and social structures Forrester O Reilly: Web 1.0 Web 2.0 Britannica Online Wikipedia personal websites blogging screen scraping web services publishing participation directories tagging stickiness syndication 3

4 Web 2.0 Web 2.0 is about being an active contributor, not a passive observer Network as a Platform Gets better the more people use it Rich User Experiences architecture of participation Tim O Reilly 4

5 Web 2.0 Examples Wikis Wikipedia ( ) Blogs Blogger ( ) Tagging Flickr ( ) Digg ( Mashups QEDwiki 5

6 Web 2.0 what does it mean to me? technology Radical Simplification Mash-ups HTTP ATOM PHP REST AJAX JSON RSS Networking Wikis Blogs People Behavior Harnessing Collective Intelligence sociology 6

7 Web 2.0 Enablers AJAX Asynchronous Javascript and XML: A mechanism to update parts of a web-page without refreshing the entire page Wiki A group of Web pages that facilitates community authoring AdSense A mechanism that helps creators of web sites serve up advertisements relevant to a site s content Blog A web-based publication of periodic articles (a.k.a. weblog) RSS Really Simple Syndication: a family of XML file formats for web syndication, which provides a way to distribute information Mash-up A mash-up is a composite application derived by aggregating components or services Tagging Bookmarks providing a way to attach keywords to pages or images on the web helping categorize and making it easier to find (i.e., metadata) REST Representative State Transfer: an architectural style for distributed hypermedia systems like the world wide web 7

8 Web 2.0 in the Enterprise Internal and External facing Corporate Communications and Messaging Executive Blogs Content Delivery via RSS Lowering Support costs Self-service and collaborative documentation through wikis Dynamic Applications sans lengthy IT projects Exposing locked-up data using REST services Empowering LOB using Mashups 8

9 Web 2.0 as an extension of a SOA 9

10 Info 2.0 Making data more accessible Social Search & Tagging Collaboration Social Media Sharing Situational Applications Blogs & Wikis Mashups Social Networking Info 2.0 Information Services to create Web 2.0 applications Internet Feeds Enterprise Feeds Departmental Feeds 10

11 Web 2.0 for Information Management Information mashup technologies for business Simple Empowering tech savvy business users Information Driven Value centered on business information Re-mixable New opportunity to combine information Collaborative Open APIs for building an ecosystem of software providers and customers Rich Experience More compelling Internet applications lead to improved user loyalty User Generated Content Active participation & self organization to influence application development 11

12 Key Web 2.0 Technologies XML Open Source Scripting AJAX Web Services Feeds and Syndication Mashups 12

13 What is XML? XML = extensible Markup Language Simplicity Self describing Adaptive Interoperable Standards based <book> <authors> <author id= 47 >John Doe</author> <author id= 58 >Peter Pan</author> </authors> <title>database systems</title> <price>29</price> <keywords> <keyword>sql</keyword> <keyword>relational</keyword> </keywords> </book> 13

14 DB2 9: purexml and Relational Capabilities Relational and XML data are stored differently, but closely linked SQL to manipulate relational data SQL/XML to publish relational data as XML XQuery or SQL/XML to query XML data Join Relational and XML data DB2 9 SERVER CLIENT DB2 Client / Client Application SQL/XML XQuery Relational Interface XML Interface Hybrid DB2 Engine DB2 Storage: Relational XML 14

15 DB2 9 and XML XML data is stored in XML-typed columns in tables create table dept (deptid char(8),, deptdoc xml); XML is stored in a parsed hierarchical format deptid PR27 deptdoc <dept> <emp> </emp> </dept> Relational columns are stored in relational format DB2 Storage 15

16 Key Web 2.0 Technologies XML Open Source Scripting AJAX Web Services Feeds and Syndication (RSS and Atom) Mashups 16

17 PHP Extensive PHP support in DB2 IBM supported PHP drivers/extensions PHP Data Objects: PDO_DB2 Native extension for DB2 (ibm_db2) Concentrating on API common stack for PHP, PDO, abstraction layers, etc., Via DB2 CLI Driver (aka CLI Thin Client) All IBM PHP drivers are offered under open-source licenses and are available at and Zend core for IBM released in partnership with Zend 17

18 PHP Demo IBM Software Group 18

19 RUBY on Rails with DB2 Native DB2 RUBY driver supported by IBM Rails adaptor (active record based) supported by IBM Built on top of DB2 CLI for optimum performance Starter Toolkit for DB2 on Rails One-click installer for pre-tested, reconfigured installation of Ruby, Rails & DB2 Express-C Check it 19

20 RoR Demo IBM Software Group 20

21 Key Web 2.0 Technologies XML Open Source Scripting AJAX Web Services Feeds and Syndication Mashups 21

22 AJAX Asynchronous JavaScript Allows Partial refreshes of web content possible Information can be pushed to user Rich set of user interface controls Useful for building Rich Internet Applications A web-based application that makes use of advanced UI capabilities and transfers some of the processing to the client. HTML Data Data User uses the web page! XML 22

23 AJAX allows asynchronous calls Building the DOM AJAX Calls Web Server Web Client Using AJAX, multiple asynchronous calls can be made to multiple datasources This data composes the DOM creating a mashup of information presented to the user as a single experience DB2 9 23

24 Dojo Toolkit IBM Software Group The Dojo toolkit is a modular open source DHTML library written in JavaScript designed to ease the rapid development of JavaScript-based applications in a number of environments. Dual-licensed, and may be obtained under the terms of either the BSD License or the Academic Free License. Provides a framework for creating AJAX applications 24

25 Web 2.0 Example using Dojo and DB2 9 25

26 Ajax Demo IBM Software Group 26

27 Key Web 2.0 Technologies XML Open Source Scripting AJAX Web Services Feeds and Syndication Mashups 27

28 Web Services Web Service: A repeatable business task e.g. get product price and description, validate address, get temperature, check customer credit, open new account, etc. Allow interaction between services on any platform, written in any language Types of Web Services SOAP more commonly used in Enterprise and SOA environments REST more prevalent in Web 2.0 Both based on XML 28

29 REST Web Services REST allows us to assign a unique address (URL) to a resource We can then retrieve this resource using HTTP The URL returns an XML representation of the kitchen products sold by mycompany Easily expose data in DB2 9 as a web service Can return XML data using either SQL/XML or XQuery Easily call other web services from DB2 9 Can directly store the XML returned by Web services 29

30 REST Demos 30

31 Key Web 2.0 Technologies XML Open Source Scripting AJAX Web Services Feeds and Syndication Mashups 31

32 Feeds and Blogs Feeds From Wikipedia: A web feed is a data format used for serving users frequently updated content. Content distributors syndicate a web feed, thereby allowing users to subscribe to it. Making a collection of web feeds accessible in one spot is known as aggregation. Most common XML formats are ATOM and RSS syndication Feeds can be based on Blogs 32

33 Feeds and DB2 Syndication is heartbeat of Web 2.0 RSS/ATOM Feeds encapsulated as XML Use XML database for serving and strong feeds E.g. Stock ticker feeds, inventory feeds, etc. Web Server Web Server ATOM/RSS Reader DB2 9 ATOM/RSS Provider 33

34 Demo of DB2 Serving ATOM Feed Show we can take a given XML document and produce a feed: This demo includes have pre-built some stored procedures to help us simplify XML to ATOM. We can pre-define feeds which can be served directly from the database via most Web technologies: PHP,.NET, WebSphere or Ruby 34

35 Key Web 2.0 Technologies XML Open Source Scripting AJAX Web Services Feeds and Syndication Mashups 35

36 What is a Mash-Up? From WikiPedia: A mashup is a website or web application that seamlessly combines content from more than one source into an integrated experience. How are they created? Typically APIs are sourced from Information Source Demos of QEDWiki which builds mash-up with DB2 9 can be found on the following URL: Tiny url needed : 36

37 Mashup Demo 37

38 Summary Web 2.0 merger technology and social networking Enterprises leveraging Web 2.0 for a variety of benefits Easily enable data driven Web 2.0 with DB2: Use purexml to lay the foundation for Web 2.0 projects Build rich web applications with DB2 e.g. AJAX, PHP, Ruby on Rails Expose DB2 data as services or consume data form other services Expose data as feeds or store feeds in DB2 Mashup data in DB2 with other data sources It is good and it is easy. Let s go do it! 38

39 Session H03 Session: Database Driven Web 2.0 for the Enterprise Rav Ahuja IBM 39

Web 2.0 Tutorial. Jacek Kopecký STI Innsbruck

Web 2.0 Tutorial. Jacek Kopecký STI Innsbruck Web 2.0 Tutorial Jacek Kopecký STI Innsbruck SOA4All Kick-off -Madrid, 25th-27th March 2008 Web 2.0 and SOA: Overview Questions to be addressed: What is Web 2.0? What technologies does Web 2.0 comprise?

More information

Welcome to. Software Belux Techical Symposium November 14, Information Management

Welcome to. Software Belux Techical Symposium November 14, Information Management Welcome to Software Belux Techical Symposium November 14, 2006 Stefan Van den Borre, IT specialist, Database & Integration Services +32.2.655.55.88 +32.486.64.21.56 Stefan.vandenborre@be.ibm.com DB2 9

More information

All About Open & Sharing

All About Open & Sharing All About Open & Sharing 차세대웹기술과컨버전스 Lecture 3 수업블로그 : http://itmedia.kaist.ac.kr 2008. 2. 28 한재선 (jshan0000@gmail.com) NexR 대표이사 KAIST 정보미디어경영대학원대우교수 http://www.web2hub.com Open & Sharing S2 OpenID Open

More information

Technology Brown Bag: Web 2.0

Technology Brown Bag: Web 2.0 Technology Brown Bag: Web 2.0 Schedule information Event Technology Brown Bag: Web 2.0 When Thursday, May 4, 2006 from 12:00pm to 1:30pm Where Harris 1300 Event details Details Access Contact What is Web

More information

DB2 purexml. IBM Information Management Cloud Computing Center of Competence IBM Canada Lab IBM Corporation

DB2 purexml. IBM Information Management Cloud Computing Center of Competence IBM Canada Lab IBM Corporation DB2 purexml IBM Information Management Cloud Computing Center of Competence IBM Canada Lab 1 2011 IBM Corporation Agenda Overview Inserting XML data XPath XQuery Querying XML data using SQL/XML Querying

More information

Web 2.0, AJAX and RIAs

Web 2.0, AJAX and RIAs Web 2.0, AJAX and RIAs Asynchronous JavaScript and XML Rich Internet Applications Markus Angermeier November, 2005 - some of the themes of Web 2.0, with example-sites and services Web 2.0 Common usage

More information

Web 2.0 Käyttöliittymätekniikat

Web 2.0 Käyttöliittymätekniikat Web 2.0 Käyttöliittymätekniikat ELKOM 07 Sami Ekblad Projektipäällikkö Oy IT Mill Ltd What is Web 2.0? Social side: user generated contents: comments, opinions, images, users own the data The Long Tail:

More information

Web 2.0, Social Programming, and Mashups (What is in for me!) Social Community, Collaboration, Sharing

Web 2.0, Social Programming, and Mashups (What is in for me!) Social Community, Collaboration, Sharing Department of Computer Science University of Cyprus, Nicosia December 6, 2007 Web 2.0, Social Programming, and Mashups (What is in for me!) Dr. Mustafa Jarrar mjarrar@cs.ucy.ac.cy HPCLab, University of

More information

Web 2.0. Agenda. What you will need to have handy for this class. Social Software Applications for Libraries. Day 1. Day 2

Web 2.0. Agenda. What you will need to have handy for this class. Social Software Applications for Libraries. Day 1. Day 2 Web 2.0 Social Software Applications for Libraries Day 1 Agenda Web 1.0 Web 2.0/Library 2.0 Blogs/RSS Wikis Podcasting/Videos Day 2 Docs/Spreadsheets Networking Photos Mapping Mashups Folksonomies Implications

More information

Oracle WebCenter Suite Provides Web 2.0 Services for Enterprise Developers. An Oracle White Paper October 2006

Oracle WebCenter Suite Provides Web 2.0 Services for Enterprise Developers. An Oracle White Paper October 2006 Oracle WebCenter Suite Provides Web 2.0 Services for Enterprise Developers An Oracle White Paper October 2006 Oracle WebCenter Suite Provides Web 2.0 Services for Enterprise Developers Web 2.0, a phrase

More information

Semantic Web and Web2.0. Dr Nicholas Gibbins

Semantic Web and Web2.0. Dr Nicholas Gibbins Semantic Web and Web2.0 Dr Nicholas Gibbins Web 2.0 is the business revolution in the computer industry caused by the move to the internet as platform, and an attempt to understand the rules for success

More information

Nick Terkay CSCI 7818 Web Services 11/16/2006

Nick Terkay CSCI 7818 Web Services 11/16/2006 Nick Terkay CSCI 7818 Web Services 11/16/2006 Ning? Start-up co-founded by Marc Andreeson, the co- founder of Netscape. October 2005 Ning is an online platform for painlessly creating web apps in a jiffy.

More information

Applikationen im Browser Webservices ohne Grenzen

Applikationen im Browser Webservices ohne Grenzen Applikationen im Browser Webservices ohne Grenzen Dan Theurer, Technical Evangelist Yahoo! Developer Network Java Forum Stuttgart, CA 5. Juli 2007 2007 About Me Software Technik - FHTE Esslingen DB2e -

More information

Web 2.0 Attacks Explained

Web 2.0 Attacks Explained Web 2.0 Attacks Explained Kiran Maraju, CISSP, CEH, ITIL, ISO27001, SCJP Email: Kiran_maraju@yahoo.com Abstract This paper details various security concerns and risks associated with web 2.0 technologies

More information

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools

HTML 5 and CSS 3, Illustrated Complete. Unit M: Integrating Social Media Tools HTML 5 and CSS 3, Illustrated Complete Unit M: Integrating Social Media Tools Objectives Understand social networking Integrate a Facebook account with a Web site Integrate a Twitter account feed Add a

More information

Mobile Systeme Grundlagen und Anwendungen standortbezogener Dienste. Location Based Services in the Context of Web 2.0

Mobile Systeme Grundlagen und Anwendungen standortbezogener Dienste. Location Based Services in the Context of Web 2.0 Mobile Systeme Grundlagen und Anwendungen standortbezogener Dienste Location Based Services in the Context of Web 2.0 Department of Informatics - MIN Faculty - University of Hamburg Lecture Summer Term

More information

AD406: What s New in Digital Experience Development with IBM Web Experience Factory

AD406: What s New in Digital Experience Development with IBM Web Experience Factory AD406: What s New in Digital Experience Development with IBM Web Experience Factory Jonathan Booth, Senior Architect, Digital Experience Tooling, IBM Adam Ginsburg, Product Manager, Digital Experience

More information

PGT T3CHNOLOGY SCOUTING. Google Webtoolkit. JSF done right?

PGT T3CHNOLOGY SCOUTING. Google Webtoolkit. JSF done right? Google Webtoolkit JSF done right? Session topics Web 2.0, Ajax GWT What is it? Java EE and the Web GWT and Java EE JSF done right? Time for a demo? 2 2008 Dipl.-Wing. P. G. Taboada Web 2.0 Hard to define

More information

Tooling for Ajax-Based Development. Craig R. McClanahan Senior Staff Engineer Sun Microsystems, Inc.

Tooling for Ajax-Based Development. Craig R. McClanahan Senior Staff Engineer Sun Microsystems, Inc. Tooling for Ajax-Based Development Craig R. McClanahan Senior Staff Engineer Sun Microsystems, Inc. 1 Agenda In The Beginning Frameworks Tooling Architectural Approaches Resources 2 In The Beginning 3

More information

DB2 Express-C University Program

DB2 Express-C University Program DB2 Express-C University Program Offerings, agenda and requirements Raul F. Chong DB2 Express-C University Enablement Program Manager IBM Toronto Laboratory Email: rfchong@ca.ibm.com DB2 Express-C University

More information

Lotus, Microsoft or Both. Lotus Collaboration -- Microsoft Integration or Alternative

Lotus, Microsoft or Both. Lotus Collaboration -- Microsoft Integration or Alternative Lotus, Microsoft or Both Lotus Collaboration -- Microsoft Integration or Alternative Notice The information contained in these materials is provided for informational purposes only. While efforts were

More information

What is an RSS/Atom News Aggregator? The best way to explain is to quote from the online Tutorial for BottomFeeder:

What is an RSS/Atom News Aggregator? The best way to explain is to quote from the online Tutorial for BottomFeeder: BottomFeeder is an RSS/Atom News Aggregator. It's free, open source (Artistic License) and may be downloaded from: http://www.cincomsmalltalk.com/bottomfeeder What is an RSS/Atom News Aggregator? The best

More information

Lesson 14 SOA with REST (Part I)

Lesson 14 SOA with REST (Part I) Lesson 14 SOA with REST (Part I) Service Oriented Architectures Security Module 3 - Resource-oriented services Unit 1 REST Ernesto Damiani Università di Milano Web Sites (1992) WS-* Web Services (2000)

More information

Information On Demand Conference 2007

Information On Demand Conference 2007 A New Way to Handle Complex Dynamic Data Type by Using pureml Samson Tai Manager of BetaWorks, Software Group Introduction DB2 9 pureml support enables us to justify new applications which may not have

More information

Modern Application Development Featuring Web 2.0 for System z

Modern Application Development Featuring Web 2.0 for System z Modern Application Development Featuring Web 2.0 for System z Michelle A. Cordes Rational for System z Ecosystem Team mcordes@us.ibm.com 2006 IBM Corporation 2009 2007 IBM IBM Corporation Agenda IBM Software

More information

Implementation of Library 2.0 Technologies in BBEC Library using Blogger

Implementation of Library 2.0 Technologies in BBEC Library using Blogger Ms. Dhiru Barman Librarian, Bineswar Brahma Engineering College, Kokrajhar, Assam Mobile No. 9954105742, Email Id: dhirubarman@gmail.com Abstract: Web 2.0 technologies growing day to day quickly and become

More information

Introduction to creating mashups using IBM Mashup Center

Introduction to creating mashups using IBM Mashup Center Introduction to creating mashups using IBM Mashup Center ii Introduction to creating mashups using IBM Mashup Center Contents Chapter 1. Tutorial: Introduction to creating mashups using IBM Mashup Center...............

More information

Like It Or Not Web Applications and Mashups Will Be Hot

Like It Or Not Web Applications and Mashups Will Be Hot Like It Or Not Web Applications and Mashups Will Be Hot Tommi Mikkonen Tampere University of Technology tommi.mikkonen@tut.fi Antero Taivalsaari Sun Microsystems Laboratories antero.taivalsaari@sun.com

More information

UNIT-II : VIRTUALIZATION & COMMON STANDARDS IN CLOUD COMPUTING

UNIT-II : VIRTUALIZATION & COMMON STANDARDS IN CLOUD COMPUTING Cloud Computing UNIT-II : VIRTUALIZATION & COMMON STANDARDS IN CLOUD COMPUTING Prof. S. S. Kasualye Department of Information Technology Sanjivani College of Engineering, Kopargaon Common Standards 1.

More information

WebCenter Interaction 10gR3 Overview

WebCenter Interaction 10gR3 Overview WebCenter Interaction 10gR3 Overview Brian C. Harrison Product Management WebCenter Interaction and Related Products Summary of Key Points AquaLogic Interaction portal has been renamed

More information

Leveraging the Social Web for Situational Application Development and Business Mashups

Leveraging the Social Web for Situational Application Development and Business Mashups Leveraging the Social Web for Situational Application Development and Business Mashups Stefan Tai stefan.tai@kit.edu www.kit.edu About the Speaker: Stefan Tai Professor, KIT (Karlsruhe Institute of Technology)

More information

Copyright 2014 Blue Net Corporation. All rights reserved

Copyright 2014 Blue Net Corporation. All rights reserved a) Abstract: REST is a framework built on the principle of today's World Wide Web. Yes it uses the principles of WWW in way it is a challenge to lay down a new architecture that is already widely deployed

More information

Part 3: Online Social Networks

Part 3: Online Social Networks 1 Part 3: Online Social Networks Today's plan Project 2 Questions? 2 Social networking services Social communities Bebo, MySpace, Facebook, etc. Content sharing YouTube, Flickr, MSN Soapbox, etc. Corporate

More information

Etanova Enterprise Solutions

Etanova Enterprise Solutions Etanova Enterprise Solutions Front End Development» 2018-09-23 http://www.etanova.com/technologies/front-end-development Contents HTML 5... 6 Rich Internet Applications... 6 Web Browser Hardware Acceleration...

More information

2nd Year PhD Student, CMU. Research: mashups and end-user programming (EUP) Creator of Marmite

2nd Year PhD Student, CMU. Research: mashups and end-user programming (EUP) Creator of Marmite Mashups Jeff Wong Human-Computer Interaction Institute Carnegie Mellon University jeffwong@cmu.edu Who am I? 2nd Year PhD Student, HCII @ CMU Research: mashups and end-user programming (EUP) Creator of

More information

Oracle Applications Unlimited and Web 2.0: You Can Have It Now!

Oracle Applications Unlimited and Web 2.0: You Can Have It Now! Oracle Applications Unlimited and Web 2.0: You Can Have It Now! Product Manager Oracle WebCenter & Portal Products The preceding is intended to outline our general product direction. It is intended for

More information

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved.

1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Oracle WebCenter Portal and ADF Development Richard Maldonado Principal Product Manager 2 Copyright 2012, Oracle and/or its affiliates.

More information

Developing ASP.NET MVC Web Applications (486)

Developing ASP.NET MVC Web Applications (486) Developing ASP.NET MVC Web Applications (486) Design the application architecture Plan the application layers Plan data access; plan for separation of concerns, appropriate use of models, views, controllers,

More information

What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x IBM Corporation

What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x IBM Corporation What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x 2013 IBM Corporation Leaders leverage social business for a competitive advantage IBM MobileFirst As a mobile enterprise,

More information

Speech 2 Part 2 Transcript: The role of DB2 in Web 2.0 and in the IOD World

Speech 2 Part 2 Transcript: The role of DB2 in Web 2.0 and in the IOD World Speech 2 Part 2 Transcript: The role of DB2 in Web 2.0 and in the IOD World Slide 1: Cover Welcome to the speech, The role of DB2 in Web 2.0 and in the Information on Demand World. This is the second speech

More information

Portail : WebSphere Portlet Factory RIA et Web 2.0 autour de WebSphere Portal

Portail : WebSphere Portlet Factory RIA et Web 2.0 autour de WebSphere Portal LOT02P5 Portail : WebSphere Portlet Factory RIA et Web 2.0 autour de WebSphere Portal Arjen Moermans arjen.moermans@nl.ibm.com IT Specialist Lotus Techworks SWIOT 2009 IBM Corporation Legal Disclaimer

More information

ID412. Why Mashups Matter. Nicole Carrier Product Manager Lotus Remix Mikael Örn Development Manager Lotus Remix

ID412. Why Mashups Matter. Nicole Carrier Product Manager Lotus Remix Mikael Örn Development Manager Lotus Remix ID412 Why Mashups Matter Nicole Carrier Product Manager Lotus Remix Mikael Örn Development Manager Lotus Remix Agenda Mashups 101 The Mashup Development Process The Business Value of Mashups Challenges

More information

Module 1: Internet Basics for Web Development (II)

Module 1: Internet Basics for Web Development (II) INTERNET & WEB APPLICATION DEVELOPMENT SWE 444 Fall Semester 2008-2009 (081) Module 1: Internet Basics for Web Development (II) Dr. El-Sayed El-Alfy Computer Science Department King Fahd University of

More information

IBM JZOS Meets Web 2.0

IBM JZOS Meets Web 2.0 IBM JZOS Meets Web 2.0 Tuesday, August 3 rd 2010 Session 7637 Steve Goetze Kirk Wolf http://dovetail.com info@dovetail.com Copyright 2010, Dovetailed Technologies Abstract The development and deployment

More information

Space Details. Available Pages

Space Details. Available Pages Key: Space Details extremescale Name: WebSphere extreme Scale and DataPower XC10 Appliance Wiki Description: Creator (Creation Date): dwblogadmin (Apr 09, 2009) Last Modifier (Mod. Date): carriemiller

More information

Create-A-Page Design Documentation

Create-A-Page Design Documentation Create-A-Page Design Documentation Group 9 C r e a t e - A - P a g e This document contains a description of all development tools utilized by Create-A-Page, as well as sequence diagrams, the entity-relationship

More information

Lesson 15 Transcript: Pure XML SQL / XML & XQuery

Lesson 15 Transcript: Pure XML SQL / XML & XQuery Lesson 15 Transcript: Pure XML SQL / XML & XQuery Slide 1: Cover Welcome to Lesson 15 of DB2 on Campus lecture series. Today, we are going to talk about Pure XML-SQL and the use of XML and XQuery. My name

More information

WebSphere MQ Update. Paul Dennis WMQ Development 2007 IBM Corporation

WebSphere MQ Update. Paul Dennis WMQ Development 2007 IBM Corporation WebSphere MQ Update Paul Dennis WMQ Development dennisps@uk.ibm.com Corporation SOA Entry Points Help Customers Get Started People What is it? Deliver role-based interaction and collaboration through services

More information

Unlock your XML potential with DB2 9

Unlock your XML potential with DB2 9 IBM Software Group Unlock your XML potential with DB2 9 A DB2 Chat with the Lab Sept 20, 2006 2006 IBM Corporation Agenda Part I Value of managing XML data Background Usage scenarios and examples Part

More information

At present we use several collaboration (web) tools, like SuperB website Wiki SVN Document management system etc.

At present we use several collaboration (web) tools, like SuperB website Wiki SVN Document management system etc. At present we use several collaboration (web) tools, like SuperB website Wiki SVN Document management system etc. Each tool is a stand-alone service. Should we try to «consolidate» applications? 2/10 From

More information

IBM WebSphere Application Server 8. Java EE 6 Feature Packs

IBM WebSphere Application Server 8. Java EE 6 Feature Packs IBM WebSphere Application Server 8 EE 6 Feature Packs Thomas Bussière- bussiere@fr.ibm.com IT Architect Business Solution Center La Gaude, France Enabling Developers to Start With Open Source/Community

More information

Database Applications

Database Applications Database Applications Database Programming Application Architecture Objects and Relational Databases John Edgar 2 Users do not usually interact directly with a database via the DBMS The DBMS provides

More information

Publishing Technology 101 A Journal Publishing Primer. Mike Hepp Director, Technology Strategy Dartmouth Journal Services

Publishing Technology 101 A Journal Publishing Primer. Mike Hepp Director, Technology Strategy Dartmouth Journal Services Publishing Technology 101 A Journal Publishing Primer Mike Hepp Director, Technology Strategy Dartmouth Journal Services mike.hepp@sheridan.com Publishing Technology 101 AGENDA 12 3 EVOLUTION OF PUBLISHING

More information

<Insert Picture Here>

<Insert Picture Here> Oracle Forms Modernization with Oracle Application Express Marc Sewtz Software Development Manager Oracle Application Express Oracle USA Inc. 540 Madison Avenue,

More information

Web 2.0: Is it a Whole New Internet?

Web 2.0: Is it a Whole New Internet? Web 2.0: Is it a Whole New Internet? 1 It s Hard to Define, But I Know it When I See it Emerging Tech Apps You Know Some Apps You Don t know Web Services / API s Folksonomies / Content tagging AJAX RSS

More information

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group

A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group A Closer Look at XPages in IBM Lotus Domino Designer 8.5 Ray Chan Advisory I/T Specialist Lotus, IBM Software Group 2008 IBM Corporation Agenda XPage overview From palette to properties: Controls, Ajax

More information

IBM Rational Developer for System z Version 7.5

IBM Rational Developer for System z Version 7.5 Providing System z developers with tools for building traditional and composite applications in an SOA and Web 2.0 environment IBM Rational Developer for System z Version 7.5 Highlights Helps developers

More information

Semantic Integration Platform for Web Widgets Communication

Semantic Integration Platform for Web Widgets Communication UNIVERSITY OF TARTU FACULTY OF MATHEMATICS AND COMPUTER SCIENCE Institute of Computer Science Information Technology Rainer Villido Semantic Integration Platform for Web Widgets Communication Master s

More information

The Now Platform Reference Guide

The Now Platform Reference Guide The Now Platform Reference Guide A tour of key features and functionality START Introducing the Now Platform Digitize your business with intelligent apps The Now Platform is an application Platform-as-a-Service

More information

OU Mashup V2. Display Page

OU Mashup V2. Display Page OU Mashup V2 OU Mashup v2 is the new iteration of OU Mashup. All instances of OU Mashup implemented in 2018 and onwards are v2. Its main advantages include: The ability to add multiple accounts per social

More information

Marc Holmes, Andy James, Jeff Johnson. Microsoft Corporation

Marc Holmes, Andy James, Jeff Johnson. Microsoft Corporation Marc Holmes, Andy James, Jeff Johnson Microsoft Corporation Session Objectives Getting Business Value from SOA Rich UX and visualisation Microsoft Office Platform for consuming SOA/BPM BizTalk Server 2009

More information

Interactive Information Dissemination: Web 2.0 and Beyond

Interactive Information Dissemination: Web 2.0 and Beyond Abstract Interactive Information Dissemination: Web 2.0 and Beyond Mohamed Haneefa K The World Wide Web is relying on many technologies to build rich interfaces and applications which enable enhanced interactions

More information

CNIT 129S: Securing Web Applications. Ch 3: Web Application Technologies

CNIT 129S: Securing Web Applications. Ch 3: Web Application Technologies CNIT 129S: Securing Web Applications Ch 3: Web Application Technologies HTTP Hypertext Transfer Protocol (HTTP) Connectionless protocol Client sends an HTTP request to a Web server Gets an HTTP response

More information

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018

Understanding RESTful APIs and documenting them with Swagger. Presented by: Tanya Perelmuter Date: 06/18/2018 Understanding RESTful APIs and documenting them with Swagger Presented by: Tanya Perelmuter Date: 06/18/2018 1 Part 1 Understanding RESTful APIs API types and definitions REST architecture and RESTful

More information

Native XML Support in DB2 Universal Database

Native XML Support in DB2 Universal Database IBM Software Group Native XML Support in DB2 Universal Database Matthias Nicola, Bert van der Linden IBM Silicon Valley Lab mnicola@us.ibm.com Sept 1, 2005 Agenda Why native XML and what does it mean?

More information

Utilizing Folksonomy: Similarity Metadata from the Del.icio.us System CS6125 Project

Utilizing Folksonomy: Similarity Metadata from the Del.icio.us System CS6125 Project Utilizing Folksonomy: Similarity Metadata from the Del.icio.us System CS6125 Project Blake Shaw December 9th, 2005 1 Proposal 1.1 Abstract Traditionally, metadata is thought of simply

More information

Delivery Options: Attend face-to-face in the classroom or remote-live attendance.

Delivery Options: Attend face-to-face in the classroom or remote-live attendance. XML Programming Duration: 5 Days Price: $2795 *California residents and government employees call for pricing. Discounts: We offer multiple discount options. Click here for more info. Delivery Options:

More information

Emerging Technologies: De-mystifying Web 2.0

Emerging Technologies: De-mystifying Web 2.0 Emerging Technologies: De-mystifying Web 2.0 William Dana Academic Support Resources danax002@umn.edu William Dana Lead Business Analyst Academic Support Resources, Universi ty of Minnesota Not a developer,

More information

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org

Where the Social Web Meets the Semantic Web. Tom Gruber RealTravel.com tomgruber.org Where the Social Web Meets the Semantic Web Tom Gruber RealTravel.com tomgruber.org Doug Engelbart, 1968 "The grand challenge is to boost the collective IQ of organizations and of society. " Tim Berners-Lee,

More information

History and Backgound: Internet & Web 2.0

History and Backgound: Internet & Web 2.0 1 History and Backgound: Internet & Web 2.0 History of the Internet and World Wide Web 2 ARPANET Implemented in late 1960 s by ARPA (Advanced Research Projects Agency of DOD) Networked computer systems

More information

Bridging the Gap. Peter Ebell AMIS

Bridging the Gap. Peter Ebell AMIS Bridging the Gap between SOA and the Database Peter Ebell AMIS Agenda Two different worlds: Database and SOA? Bridging the Gap How the Database reaches out to SOA Middleware How SOA Middleware reaches

More information

STARCOUNTER. Technical Overview

STARCOUNTER. Technical Overview STARCOUNTER Technical Overview Summary 3 Introduction 4 Scope 5 Audience 5 Prerequisite Knowledge 5 Virtual Machine Database Management System 6 Weaver 7 Shared Memory 8 Atomicity 8 Consistency 9 Isolation

More information

Delivery Options: Attend face-to-face in the classroom or via remote-live attendance.

Delivery Options: Attend face-to-face in the classroom or via remote-live attendance. XML Programming Duration: 5 Days US Price: $2795 UK Price: 1,995 *Prices are subject to VAT CA Price: CDN$3,275 *Prices are subject to GST/HST Delivery Options: Attend face-to-face in the classroom or

More information

ALL content should be created with findability in mind.

ALL content should be created with findability in mind. Agenda Harnessing the Power of RSS Harnessing the Power of RSS Amy Greer & Roger Gilliam Closed Loop Marketing Web Builder 2.0 Las Vegas December 4, 2007 Build the Foundation What is RSS? RSS Feed Elements

More information

Lesson 12: JavaScript and AJAX

Lesson 12: JavaScript and AJAX Lesson 12: JavaScript and AJAX Objectives Define fundamental AJAX elements and procedures Diagram common interactions among JavaScript, XML and XHTML Identify key XML structures and restrictions in relation

More information

MarkLogic Server. Reference Application Architecture Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved.

MarkLogic Server. Reference Application Architecture Guide. MarkLogic 9 May, Copyright 2017 MarkLogic Corporation. All rights reserved. Reference Application Architecture Guide 1 MarkLogic 9 May, 2017 Last Revised: 9.0-1, May, 2017 Copyright 2017 MarkLogic Corporation. All rights reserved. Table of Contents Table of Contents Reference

More information

Sentinet for Microsoft Azure SENTINET

Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure SENTINET Sentinet for Microsoft Azure 1 Contents Introduction... 2 Customer Benefits... 2 Deployment Topologies... 3 Cloud Deployment Model... 3 Hybrid Deployment Model...

More information

Building Your Blog Audience. Elise Bauer & Vanessa Fox BlogHer Conference Chicago July 27, 2007

Building Your Blog Audience. Elise Bauer & Vanessa Fox BlogHer Conference Chicago July 27, 2007 Building Your Blog Audience Elise Bauer & Vanessa Fox BlogHer Conference Chicago July 27, 2007 1 Content Community Technology 2 Content Be. Useful Entertaining Timely 3 Community The difference between

More information

AJAX: Rich Internet Applications

AJAX: Rich Internet Applications AJAX: Rich Internet Applications Web Programming Uta Priss ZELL, Ostfalia University 2013 Web Programming AJAX Slide 1/27 Outline Rich Internet Applications AJAX AJAX example Conclusion More AJAX Search

More information

The Dojo Ecosystem: How Open-Source and Commercial Succeed Together

The Dojo Ecosystem: How Open-Source and Commercial Succeed Together presents The Dojo Ecosystem: How Open-Source and Commercial Succeed Together Nice to Meet you Dylan Schiemann Co-Founder of Dojo Toolkit CEO, SitePen, Inc. President, Dojo Foundation Based in Phoenix area

More information

Liferay Digital Experience Platform. New Features Summary

Liferay Digital Experience Platform. New Features Summary Liferay Digital Experience Platform New Features Summary Liferay has redesigned its platform with new functionality in Liferay Digital Experience Platform (DXP). The following is a summary of the key new

More information

IBM Rational Application Developer for WebSphere Software, Version 7.0

IBM Rational Application Developer for WebSphere Software, Version 7.0 Visual application development for J2EE, Web, Web services and portal applications IBM Rational Application Developer for WebSphere Software, Version 7.0 Enables installation of only the features you need

More information

Designing for diverse devices. Dr. Andres Baravalle

Designing for diverse devices. Dr. Andres Baravalle Designing for diverse devices Dr. Andres Baravalle 1 Outline Web 2.0 Designing for diverse devices 2 Web 2.0 Web 2.0 Web 2.0 is one of neologisms commonly in use in the Web community According to Tim O

More information

Make your application real-time with PubSubHubbub. Brett Slatkin May 19th, 2010

Make your application real-time with PubSubHubbub. Brett Slatkin May 19th, 2010 Make your application real-time with PubSubHubbub Brett Slatkin May 19th, 2010 View live notes and ask questions about this session on Google Wave http://tinyurl.com/push-io2010 Me http://onebigfluke.com

More information

IBM Lotus Domino Product Roadmap

IBM Lotus Domino Product Roadmap IBM Lotus Domino Product Roadmap Your Name Your Title Today s agenda Domino Strategy What s coming in Domino 8? What s planned beyond Domino 8? Lotus Domino Strategy The integrated messaging & collaboration

More information

Take a Load Off with U2 RESTful Web Services. Nik Kesic, Lead Technical Support for Rocket U2

Take a Load Off with U2 RESTful Web Services. Nik Kesic, Lead Technical Support for Rocket U2 Take a Load Off with U2 RESTful Web Services Nik Kesic, Lead Technical Support for Rocket U2 Webinar Opening Procedure Orange arrow = control GoTo Webinar control panel This webinar will be recorded and

More information

Development of an e-library Web Application

Development of an e-library Web Application Development of an e-library Web Application Farrukh SHAHZAD Assistant Professor al-huda University, Houston, TX USA Email: dr.farrukh@alhudauniversity.org and Fathi M. ALWOSAIBI Information Technology

More information

dotnettips.com 2009 David McCarter 1

dotnettips.com 2009 David McCarter 1 David McCarter About David McCarter Microsoft MVP David McCarter s.net Coding Standards http://codingstandards.notlong.com/ dotnettips.com 700+ Tips, Tricks, Articles, Links! Open Source Projects: http://codeplex.com/dotnettips

More information

Introduction. Key Features and Benefits

Introduction. Key Features and Benefits Introduction Stabilix Underwriting Framework is a highly adaptable XML based J2EE com-pliant software platform built on the Stabilix s business process automation (BPA) suite, code named CloudEx. CloudEx

More information

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group

Enabling Web 2.0 User Experience for E-Business Suite. Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group Enabling Web 2.0 User Experience for E-Business Suite Padmaprabodh Ambale, Gustavo Jimenez Development Managers, Applications Technology Group The following is intended to outline our general product direction.

More information

Services Interoperability With Java Technology and.net: Technologies for Web 2.0

Services Interoperability With Java Technology and.net: Technologies for Web 2.0 Services Interoperability With Java Technology and.net: Technologies for Web 2.0 Marina Fisher, Staff Engineer, ISV Engineering Gerald Beuchelt, Sr. Staff Engineer, CTO Office Sun Microsystems, Inc. http://www.sun.com/

More information

User Interaction: jquery

User Interaction: jquery User Interaction: jquery Assoc. Professor Donald J. Patterson INF 133 Fall 2012 1 jquery A JavaScript Library Cross-browser Free (beer & speech) It supports manipulating HTML elements (DOM) animations

More information

INFSCI 2480! RSS Feeds! Document Filtering!

INFSCI 2480! RSS Feeds! Document Filtering! INFSCI 2480! RSS Feeds! Document Filtering! Yi-ling Lin! 02/02/2011! Feed? RSS? Atom?! RSS = Rich Site Summary! RSS = RDF (Resource Description Framework) Site Summary! RSS = Really Simple Syndicate! ATOM!

More information

Professional SharePoint 2010 Development

Professional SharePoint 2010 Development Professional SharePoint 2010 Development Rizzo, T ISBN-13: 9781118131688 Table of Contents INTRODUCTION xxv CHAPTER 1: INTRODUCTION TO SHAREPOINT 2010 1 What s New in the SharePoint Platform and Tools

More information

An Overview of. Eric Bollens ebollens AT ucla.edu Mobile Web Framework Architect UCLA Office of Information Technology

An Overview of. Eric Bollens ebollens AT ucla.edu Mobile Web Framework Architect UCLA Office of Information Technology An Overview of Eric Bollens ebollens AT ucla.edu Mobile Web Framework Architect UCLA Office of Information Technology August 23, 2011 1. Design Principles 2. Architectural Patterns 3. Building for Degradation

More information

Web 2.0 and AJAX Security. OWASP Montgomery. August 21 st, 2007

Web 2.0 and AJAX Security. OWASP Montgomery. August 21 st, 2007 Web 2.0 and AJAX Security OWASP Montgomery August 21 st, 2007 Overview Introduction Definition of Web 2.0 Basics of AJAX Attack Vectors for AJAX Applications AJAX and Application Security Conclusions 1

More information

Google & the Cloud. GData, Mashup Editor, AppEngine. Gregor Hohpe Software Engineer Google, Inc. All rights reserved,

Google & the Cloud. GData, Mashup Editor, AppEngine. Gregor Hohpe Software Engineer Google, Inc. All rights reserved, Google & the Cloud GData, Mashup Editor, AppEngine Gregor Hohpe Software Engineer www.eaipatterns.com 2008 Google, Inc. All rights reserved, 2008 Google, Inc. All rights reserved, 2 1 Web 2.0 From the

More information

CPET 581 E-Commerce & Business Technologies. Topics

CPET 581 E-Commerce & Business Technologies. Topics CPET 581 E-Commerce & Business Technologies Design and Build E-Commerce Web Sites, Mobile Sites, and Apps Lecture Note 1 of 2 References: *Chapter 4. Building an E-Commerce Presence: Web Sites, Mobile

More information

WHAT S NEW IN ZEND FRAMEWORK 1.6?

WHAT S NEW IN ZEND FRAMEWORK 1.6? WHAT S NEW IN ZEND FRAMEWORK 1.6? By Wil Sinclair, Development Manager Matthew Weier O Phinney, Software Architect Alexander Veremyev, Software Engineer Ralph Schindler, Software Engineer Copyright 2007,

More information

E : Web Application Servers. Architecture and Design

E : Web Application Servers. Architecture and Design E6998-04: Web Application Servers Dr. Donald F. Ferguson, IBM Fellow Chief Architect, IBM Software Group dff@us.ibm.com, or donff2@aol.com BLOG: http://www.ibm.com/developerworks/blogs/page/donferguson

More information