Everyplace Suite: Websphere Transcoding Publisher Technical Overview

Size: px
Start display at page:

Download "Everyplace Suite: Websphere Transcoding Publisher Technical Overview"

Transcription

1 Pervasive Computing Solutions Everyplace Suite: Websphere Transcoding Publisher Technical Overview -----KRnet Byun Ho Sup

2 Agenda Key Terms The Solution: WebSphere Transcoding Publisher WTP Architecture WTP Feature WTP Configuration HTTP Flow WAP Flow WES(Websphere Everyplace Suite)

3 Key Terms Hypertext Markup Language (HTML) Extensible Markup Language (XML) Extensible Stylesheet Language (XSL) Wireless Markup Language (WML)

4 Key Terms (continued) HTTP Web Web Application Proxy Wireless Application Protocol (WAP)

5 The Way We Access Data is Changing Computing is no longer limited to traditional desktop or laptop PC's 4.6 million handheld companion units shipped in the United States by the end of 2000 (IDC) Worldwide shipments of handheld computers will surpass 5.7 million units, a 47% increase over last year (Dataquest) 50% of all Internet devices sold will be non-pcs by 2002

6 What are the Challenges to Universal Information Access? Multiple types of source data Multiple types of applications Different device capabilities Different network requirements? Unique format requirements for content Different processing capabilities No common format for automated communication Complex middleware needed Constantly evolving standards

7 The Solution: WebSphere Transcoding Publisher Multiple types of source data Multiple types of applications Different device capabilities Different bandwidth requirements Format conversion WebSphere Transcoding Publisher Device filtration Unique format requirements for content Different processing capabilities No common format for automated communication Complex middleware needed Constantly evolving standards

8 Transcoding Technology Web s Source ( Text, XML, Image ) Transcoding Services The Internet Plug-Ins W M L Host Data Systems Extend Enterprise Data to: New devices: PDA's, Smart Phones, Autos New Locations New Uses

9 Architecture Transcoding Plugin Layer Developer Toolkit Profiles Image Transcoder Text Engine: HTML Text Engine: XML Other IBM Transcoder 3rd Party Transcoder Transcoding Framework Administration Console

10 Transcoding Framework Rules engine Determines type of request and required response Selects transcoders to be run Sequences transcoders Preference aggregator Resolves any conflicts between profiles Framework Provides capability to plug-in 3rd party transcoders

11 Transcoders Individual modules that "plug in" to the framework Made up of components known as MEGs Monitors Editors Generators Each transcoder contains one or more MEGs MEGs work in sequence Output from one MEG becomes input for another

12 Types of MEGs Request editors Modify fields in the request itself Example: modifying fields in an HTTP header Generators Convert a request into a response Example: get an HTML page from a web server Response editors Modify the content of a response Example: convert graphical links to text hyperlinks Monitors Observe requests without changing them in any way Example: logging access to particular pages

13 Transcoders - Image Engine Transcodes GIF and JPEG images Converts between formats Modifies scale and colour levels Includes several MEGs Request editor to update the Accept field in an HTTP header Response editor to modify images in response Modifies scale and quality Converts GIF to JPEG or JPEG to GIF

14 Transcoders - Text Engine (HTML) Simplifies HTML documents Converts HTML to a well-formed XML document Replaces content Removes unnecessary content Simplifies content Converts HTML to WML First step in converting Web content for a WAP device Converts HTML to i-mode i-mode is a popular markup language in Japan

15 Transcoders - Text Engine (XML) Transforms XML documents to suit specific devices Can re-render XML to meet device and network requirements Can transform XML to other formats (eg. WML)

16 Profiles Define how a request is handled Which transcoders are invoked for a particular request Sequence in which transcoders are invoked Provides a standard set of device and network profiles Enables use of other profiles

17 Administration Console Register new profiles, transcoders and XML stylesheets Modify values in profiles and stylesheet selectors Enable or disable transcoders, profiles and stylesheet selectors. View messages such as log entries Configure and view trace information

18 Developer Toolkit Enables development of customised transcoders Enhances profiles Contains a set of samples, instructions, documentation, and procedures Includes the Transform Tool to test the result after transcoding Includes the Request Viewer to monitor the operation of transcoders

19 Current Transcoders Text transcoder (HTML): Remove (filter) unnecessary content such as images Simplify content such as converting tables to unordered lists Convert HTML to WML Image transcoder: Converts GIF to JPEG or JPEG to GIF Modifies image scale, color, quality Text transcoder (XML): Can re-render XML to meet device requirements Can transform XML to other formats (eg. WML)

20 Platforms Supported Devices Windows CE with Pocket Internet Explorer browser PalmOS (Palm Pilot and IBM Workpad) with Handweb browser WAP phones Desktops with Netscape Navigator browser Desktops with Microsoft Internet Explorer browser Devices with XML-capable browsers Default s RS/6000 with AIX Version or higher installed Sun with Sun Solaris 7 or later installed

21 Configurations Transcoding Publisher server software can be deployed in the following configurations Proxy (default) with a Caching Proxy (optional) with a Firewall (optional) Caching Proxy (optional) Web s Devices WTP Proxy Firewall (optional)

22 Basic Everyplace Suite Configuration Internet Edge - Caching Proxy (Optional) Web Application s Authentication Proxy Transcoding Proxy Wireless/WAP Gateway (Optional) Everyplace Suite Services Web s

23 Scalable Everyplace Suite Configuration Everyplace Suite Services Internet Transcoding Publisher Authentication Proxy Edge - Load Balancer Transcoding Publisher Wireless/WAP Gateway Transcoding Publisher

24 Benefits for the Enterprise and Content Provider Reduces costs Eliminates expense of reauthoring or porting data and content sources, for multiple systems and devices -- easily extends Business to Business capabilities Greater choice of user access devices, better match for end-user needs, preferences AND budget Improves productivity Improves communications for mobile employee Extends access to traditional and web-based applications Improves customer service and competitiveness Expands reach of self-service applications for product and services Reaches new customers and create new business opportunities

25 Benefits for the End-User Improves access to data Access to data not previously available Customises the format and content of information based on the user's device and network Flexible, more productive work style Simplifies access with smaller, lighter-weight devices - expands on the benefits provided by traditional pagers

26 Text Transcoding Example Some devices may have limited graphics capabilities May not correctly render pages that contain graphics Graphics resolution may be less than optimal Original HTML <html>... <b>shopping Services</b><br> <img width=49 height=37 src="/g/misc/people.gif" alt="people" hspace=2> Try our shopping service:... </html> Rendered Page Shopping Services Try our shopping service:

27 Text Transcoding Example (cont) Transcoders can transform graphics to text hyperlinks Avoids problems with colour capability/resolution More suitable for small-screen devices such as WAP phones Transcoded HTML <html>... <b>shopping Services</b><br> <br><a HREF="/g/misc/people.gif/PVC_PHANTOM_GENERATORw49_h37_">People</a><br> Try our shopping service:... </html> Rendered Page Shopping Services People Try our shopping service:

28 Image Transcoding Example

29 Image Transcoding Example (cont) Transcoders can automatically scale the image

30 WAP Transcoding Example

31 WAP Transcoding Example (cont.)

32 WebSphere Transcoding Publisher Transcoding Proxy Devices Administration Console Web s

33 Infrastructure Improvements Shares configuration and profiles among installations of Transcoding Publisher Uses LDAP to share information Reduces administration costs Signals when transcoding complete Sets value in HTTP header to indicate when complete Avoids repetitively transcoding content

34 Network and Device Recognition In the Everyplace Suite, the Authentication : Detects network and device types and stores the result in a HTTP header Specifies the following network types: Default Wireless Dial-up Transcoding Proxies: Use the network and device types in the HTTP header to transcode content

35 Transcoding Improvements Converts HTML to i-mode Converts GIF to WBMP and JPEG to WBMP Provides new device profiles for WAP and I-Mode phones

36 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 7 1 Authentication 3 Transcoding Proxy 4 Cache Web Web Application 6 Static Content

37 HTTP Flow: Setup Administration Console Transcoding Publisher Cache Profiles LDAP Directory Profiles

38 HTTP Flow 1 Authentication

39 HTTP Flow 1 Authentication 2

40 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 1 Authentication 3 Transcoding Proxy 2

41 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 1 Authentication 3 Transcoding Proxy 4 Cache 2

42 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 1 Authentication 3 Transcoding Proxy 4 Cache Web Web Application

43 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 1 Authentication 3 Transcoding Proxy 4 Cache Web Web Application 6 Static Content

44 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 7 1 Authentication 3 Transcoding Proxy 4 Cache Web Web Application 6 Static Content

45 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 7 1 Authentication 3 Transcoding Proxy 4 Cache Web Web Application 6 Static Content

46 HTTP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: 7 1 Authentication 3 Transcoding Proxy 4 Cache Web Web Application 6 Static Content

47 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache Web Web Application 6 Static Content

48 WAP Flow WAP Gateway 1

49 WAP Flow WAP Gateway 2 Authentication 1

50 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway 2 3 Authentication Transcoding Proxy 1

51 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache 1

52 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache Web Web Application

53 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache Web Web Application 6 Static Content

54 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache Web Web Application 6 Static Content

55 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache Web Web Application 6 Static Content

56 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache Web Web Application 6 Static Content

57 WAP Flow HTTP req + User-Agent: + Network: + Authorization: + SessionID: + User: + Device: WAP Gateway Authentication Transcoding Proxy Cache Web Web Application 6 Static Content

58 모빌 e- 비즈니스를위한미들웨어 - WES Content/ Transaction Providers (enterprises) Service Providers (wireless Operators) End Users Consumers Employees ISVs/ASPs, System/Web Integrators TEMs Device Manufacturers Tools 개방형표준기반 Content authoring tools Application dev. tools Middleware 견고하고, 확장가능하며, 연장가능한 "WebSphere Everyplace Suite" Transcoding Wireless gateway Management (user, device, application) Optimization (personalization, load balancing, synchronization) Database Web application server Embedded Technologies 기술리더쉽 Device software

59 WebSphere Everyplace Suite 최첨단의증명된기술기반의통합오퍼링 고객이익 : e- 비즈니스를무선으로신속하고용이하게확장 TCO 절감 Connectivity Security Content Adaptation Optimization 굳건하고, 안전하며신뢰할수있는 확장가능하며연장성있는 Start small and grow fast! Management Services Services HTTP

60 WebSphere Everyplace Suite 구독관리자가및중앙기능지원사용자별및그룹별장비관리초기구성재고관리 SW 분배백업/ 복구에러통지원격모니터링문제진단어플리케이션관리서버-to- 서버분배/ 복구억세스콘트롤사용자/ 장비/ 그룹할당모니터링 & 제어문제진단보안인증장비, 사용자, 그룹, 어플리케이션프라이버시데이타무결성저장시/ 전송시 데이타동기화/ 메세징사용자데이타와서버데이타일관성콘텐츠적용장비와네트워크에맞게트랜스코딩어플리케이션특성고려네트워크연결성 non-ip protocols 지원 WAP wireless, wireline 커스마이제이션툴사용자구독다이날로그사용자홈혹은다른페이지빌링기록개인화 (personalization) 보안메카니즘컨텐츠적용계획비즈니스기능과의인터페이스사건중심 (event driven) 빌링사용자상황에따른반영

61 감사합니다. 좀더자세한정보는

IBM WebSphere Transcoding Publisher Version 4.0 Developer's Guide

IBM WebSphere Transcoding Publisher Version 4.0 Developer's Guide WTP Developer's Guide IBM WebSphere Transcoding Publisher Version 4.0 Developer's Guide Introduction Overview Architecture and Components Adding Transcoders Document Clipping Using Text Clippers Using

More information

Mobile Devices: Server and Management Lesson 04 Gateways and Portals

Mobile Devices: Server and Management Lesson 04 Gateways and Portals Mobile Devices: Server and Management Lesson 04 Gateways and Portals Oxford University Press 2007. All rights reserved. 1 Gateway Connects two networks, each using different protocols in its network layers

More information

Pervasive Web Application Architecture. History Scalability Availability Development Application Architecture

Pervasive Web Application Architecture. History Scalability Availability Development Application Architecture Pervasive Web Application Architecture History Scalability Availability Development Application Architecture It support multiple devices, such as PCs, WAP phones, PDAs and voice-only phones enables to

More information

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3

BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 BlackBerry Integration With IBM WebSphere Everyplace Access 4.3 Integration Note Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Integration overview... 3 Related resources...

More information

adapted images adapted images adapted images

adapted images adapted images adapted images network agnostic adapted images adapted images streaming images for the wireless multiple device support multiple device support enriched interactive experience adapted images enriched interactive experience

More information

PeopleSoft Internet Architecture

PeopleSoft Internet Architecture PeopleSoft Internet Architecture AN OPEN ARCHITECTURE FOR INTERNET ACCESS AND INTEGRATION 3 ( 2 3 / (6 2 ) 7 Ã3 2 6, 7, 2 1 Ã3 $ 3 ( 5 - $ 1 8 $ 5 < Ã 3 (23/(6 2)7Ã, 17(51(7Ã$ 5&+,7(&785( - $18$5

More information

e-business on demand Competitive Technical Briefing Enterprise Portals

e-business on demand Competitive Technical Briefing Enterprise Portals e-business on demand Competitive Technical Briefing Enterprise Portals Portal in the Enterprise Did you kw that you can also use the portal to enable your employees to access business function without

More information

Cisco Mobile Pilot. Colin Seward - MCOE April 11 th 2002

Cisco Mobile Pilot. Colin Seward - MCOE April 11 th 2002 Cisco Mobile Pilot Colin Seward - MCOE April 11 th 2002 2001, Cisco Systems, Inc. All 2001, rights Cisco reserved. Systems, Inc. All rights reserved. 1 Productivity Gains from Internet Business Solutions

More information

TECHNICAL HELP: PRESS * 0

TECHNICAL HELP: PRESS * 0 28-NOV- 2001 1 Oracle Corporation 9i Series iseminar: Presenters: Taesang Choi Eun Heo YunSeok Choi Fukiat Julnual Wednesday, November 28, 2001 28-NOV- 2001 2 think fast. think simple. think smart. 28-NOV-

More information

Cisco Content Transformation Engine (CTE) 1400 Series Configuration Note

Cisco Content Transformation Engine (CTE) 1400 Series Configuration Note Cisco Content Transformation Engine (CTE) 1400 Series Configuration Note Product Number: CTE-1400 This publication contains the procedures for configuring the Cisco Content Transformation Engine (CTE)

More information

M.SARAVANA KARTHIKEYAN

M.SARAVANA KARTHIKEYAN PERVASIVE COMPUTING Unit II Part A 1. What is XML? XML stands for EXtensible Markup Language XML is a markup language much like HTML XML was designed to carry data, not to display data XML tags are not

More information

UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION PERVASIVE COMPUTING PART A

UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION PERVASIVE COMPUTING PART A UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION 2008 080250049-PERVASIVE COMPUTING PART A 1. Mention the characteristics of pervasive computing. Minimal user distraction Collaborative interaction User

More information

IBM WebSphere Business Integration Event Broker and Message Broker V5.0

IBM WebSphere Business Integration Event Broker and Message Broker V5.0 Software Announcement May 20, 2003 IBM Event Broker and Message Broker V5.0 Overview WebSphere MQ is the leader in enterprise messaging, offering reliable, once and once only delivery between the broadest

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information

IBM SecureWay On-Demand Server Version 2.0

IBM SecureWay On-Demand Server Version 2.0 Securely delivering personalized Web applications IBM On-Demand Server Version 2.0 Highlights Delivers personalized Web solutions on demand to anyone, anywhere using profile serving Provides industry-leading,

More information

IBM DB2 Web Query Tool Version 1.3

IBM DB2 Web Query Tool Version 1.3 IBM DB2 Web Query Tool Version 1.3 A database workbench for DB2 and the Web Functions and features Agenda What is DB2 Web Query Tool? What can you do with DB2 Web Query Tool? How does DB2 Web Query Tool

More information

Java Applets, etc. Instructor: Dmitri A. Gusev. Fall Lecture 25, December 5, CS 502: Computers and Communications Technology

Java Applets, etc. Instructor: Dmitri A. Gusev. Fall Lecture 25, December 5, CS 502: Computers and Communications Technology Java Applets, etc. Instructor: Dmitri A. Gusev Fall 2007 CS 502: Computers and Communications Technology Lecture 25, December 5, 2007 CGI (Common Gateway Interface) CGI is a standard for handling forms'

More information

Introducing Lotus Domino 8, Designer 8 and Composite Applications

Introducing Lotus Domino 8, Designer 8 and Composite Applications Introducing Lotus Domino 8, Designer 8 and Composite Applications IBM Lotus collaboration product strategy Rich client W indows/office Browser eforms Portal RSS/Atom Mobile Interaction and client services

More information

WAP/ WML : Wireless Protocol wireless protocol

WAP/ WML : Wireless Protocol wireless protocol Device Connectivity Device Connectivity Pervasive computing devices do not develop their full potential unless they are connected to applications and services through the Internet. Device connectivity

More information

IBM WebSphere Everyplace Connection Manager V4.2 Enables You to Extend Applications to Wireless Devices Over Multiple Networks

IBM WebSphere Everyplace Connection Manager V4.2 Enables You to Extend Applications to Wireless Devices Over Multiple Networks Software Announcement October 15, 2002 IBM WebSphere Everyplace Connection Manager V4.2 Enables You to Extend Applications to Wireless Devices Over Multiple Networks Overview WECM V4.2 allows enterprises

More information

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by

Languages in WEB. E-Business Technologies. Summer Semester Submitted to. Prof. Dr. Eduard Heindl. Prepared by Languages in WEB E-Business Technologies Summer Semester 2009 Submitted to Prof. Dr. Eduard Heindl Prepared by Jenisha Kshatriya (Mat no. 232521) Fakultät Wirtschaftsinformatik Hochshule Furtwangen University

More information

Java Everywhere. Simon Ritter Technology Evangelist Sun Microsystems, Inc.

Java Everywhere. Simon Ritter Technology Evangelist Sun Microsystems, Inc. Java Everywhere Simon Ritter Technology Evangelist Sun Microsystems, Inc. Agenda Data & Web Services The Sun Java Enterprise System Future Directions For Java Ease of Development Summary Waves of the Internet

More information

Analysis Tools - XML/HTML Project Reports

Analysis Tools - XML/HTML Project Reports Exclusively within Revolve Enterprise Edition there are tools that create HTML pages. These tools are located under the Analysis Tools selection under the Enterprise option on the menu bar. There are 4

More information

INTRODUCTORY INFORMATION TECHNOLOGY CREATING WEB-ENABLED APPLICATIONS. Faramarz Hendessi

INTRODUCTORY INFORMATION TECHNOLOGY CREATING WEB-ENABLED APPLICATIONS. Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY CREATING WEB-ENABLED APPLICATIONS Faramarz Hendessi INTRODUCTORY INFORMATION TECHNOLOGY Lecture 11 Fall 2010 Isfahan University of technology Dr. Faramarz Hendessi 2

More information

Micro Focus EnterpriseLink

Micro Focus EnterpriseLink data sheet Micro Focus EnterpriseLink I would advise anyone who needs to map legacy applications to the Web to use EnterpriseLink. It s the best tool for the job. Wanna Noparbhorn Managing Director Technology

More information

ThinAir Server Platform White Paper June 2000

ThinAir Server Platform White Paper June 2000 ThinAir Server Platform White Paper June 2000 ThinAirApps, Inc. 1999, 2000. All Rights Reserved Copyright Copyright 1999, 2000 ThinAirApps, Inc. all rights reserved. Neither this publication nor any part

More information

Extending Enterprise Applications to Mobile - Key Considerations. Zensar Technologies Sep 2011

Extending Enterprise Applications to Mobile - Key Considerations. Zensar Technologies Sep 2011 Extending Enterprise Applications to Mobile - Key Considerations Zensar Technologies Sep 2011 AGENDA Section 1: Trends & Adoption across industry Section 2: Enterprise Mobile Application Development --

More information

Developing Wireless Applications for Multiple Geographies. Christopher Koppe Speedware Corporation

Developing Wireless Applications for Multiple Geographies. Christopher Koppe Speedware Corporation Developing Wireless Applications for Multiple Geographies Christopher Koppe Speedware Corporation The Wireless World of Internet-Enabled Devices Mobile Phones Microbrowser-enabled Smart Phones The Wireless

More information

Enabling the Wireless Internet

Enabling the Wireless Internet Enabling the Wireless Internet Presented to IEEE CVT-Dallas February 15, 2000 Barry Herbert barry.herbert herbert@nortelnetworks.com Operator Market Dynamics Price/Min in U.S. Cents 16 14 12 10 8 6 4 2

More information

Wireless Access Protocol(WAP) architecture

Wireless Access Protocol(WAP) architecture Wireless Access Protocol(WAP) architecture While the evolution of cellular networks has resulted in many mobile services, such services are primarily for voice. Mobile phone users do have the desire to

More information

Chapter 3. Technology Adopted. 3.1 Introduction

Chapter 3. Technology Adopted. 3.1 Introduction Chapter 3 Technology Adopted 3.1 Introduction The previous chapter described difference between the propose system and traditional methods and also about the existing similar systems. In this chapter,

More information

Mobile Web Today. Lots of people think Mobile Web will be next big thing However, huge barriers: How to make existing content work on such devices?

Mobile Web Today. Lots of people think Mobile Web will be next big thing However, huge barriers: How to make existing content work on such devices? Mobile Web Mobile Web Today Lots of people think Mobile Web will be next big thing However, huge barriers: Network speed Poor input Small screens How to make existing content work on such devices? Today

More information

UiB 1. april 04. Sun Microsystems

UiB 1. april 04. Sun Microsystems UiB 1. april 04 hans.bue@sun.com Sun Microsystems Agenda Java Desktop System (JDS) StarOffice / OpenOffice Videre utvikling Java Enterprise System (JES) Konsept for fremtidens desktop 2 JDS Java Desktop

More information

Types and Methods of Content Adaptation. Anna-Kaisa Pietiläinen

Types and Methods of Content Adaptation. Anna-Kaisa Pietiläinen Types and Methods of Content Adaptation Anna-Kaisa Pietiläinen Agenda Introduction Multimedia Content Types Types of Adaptation Methods of Adaptation Conclusion Networks 2 Introduction Networks 3 The Problem

More information

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation IBM Europe Announcement ZP07-0445, dated October 9, 2007 IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation Description...2 Product

More information

Developing corporate mobile applications. An alternative approach to native development

Developing corporate mobile applications. An alternative approach to native development Developing corporate mobile applications An alternative approach to native development SUN J2ME Code Camp Paris, November 5th, 2001 Franck Lefèvre Franck.lefevre@DigitalAirways.com 2 The problem with developing

More information

EPiServer Portals. Abstract

EPiServer Portals. Abstract EPiServer Portals Abstract This white paper outlines EPiServer's portal functionality. The document includes a high-level description of Web Services for Remote Portlets (WSRP) technology. Product version:

More information

XML: the document format of the future?

XML: the document format of the future? Arco User Conference 99 XML: the document format of the future? Hans C. Arents senior IT market analyst I.T. Works Guiding the IT Professional Innovation Center, Technologiepark 3, B-9052 Gent (Belgium),

More information

Extended Search Administration

Extended Search Administration IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 IBM Lotus Extended Search Extended Search Administration Version 4 Release 0.1 SC27-1404-02 Note! Before using

More information

Intermediary Systems: A Survey

Intermediary Systems: A Survey Intermediary Systems: A Survey Marios Dikaiakos Dept. of Computer Science University of Cyprus 3 rd Anwire Workshop on Adaptable Service Provision 18 th November 2003, Paris Outline Introduction. Classifying

More information

BlackBerry Enterprise Server for Microsoft Exchange

BlackBerry Enterprise Server for Microsoft Exchange BlackBerry Enterprise Server for Microsoft Exchange Version 3.5 Service Pack 1 Hotfix 2 December 2002 PLEASE READ THE LEGAL NOTICES SET OUT AT THE END OF THIS DOCUMENT. This document provides information

More information

TABLE OF CONTENTS 1. INTRODUCTION DEFINITIONS Error! Bookmark not defined REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4.

TABLE OF CONTENTS 1. INTRODUCTION DEFINITIONS Error! Bookmark not defined REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4. TABLE OF CONTENTS 1. INTRODUCTION 1 1.1 DEFINITIONS Error! Bookmark not defined. - 2 2. REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4. OVERVIEW 2-3 5. HARDWARE ARCHITECTURE 3 6. SUPPORTED CONFIGURATIONS

More information

Citrix Web Interface for Microsoft SharePoint Administrator s Guide. Citrix Access Suite 4.2

Citrix Web Interface for Microsoft SharePoint Administrator s Guide. Citrix Access Suite 4.2 Citrix Web Interface for Microsoft SharePoint Administrator s Guide Citrix Web Interface for Microsoft SharePoint Citrix Access Suite 4.2 Use of the product documented in this guide is subject to your

More information

Thin Client Content Options

Thin Client Content Options Content Adaptation and Provisioning David Tipper Associate Professor Department of Information Science and Telecommunications University of Pittsburgh tipper@tele.pitt.edu http://www.sis.pitt.edu/~dtipper/2727.html

More information

Software Announcement June 24, 2003

Software Announcement June 24, 2003 Software Announcement June 24, 2003 IBM WebSphere Everyplace Connection Manager V5 Can Enable Enterprises to Extend Existing Applications to Mobile Users Over Multiple Networks; WECM Starter Edition Updated

More information

Novell Access Manager 3.1

Novell Access Manager 3.1 Technical White Paper IDENTITY AND SECURITY www.novell.com Novell Access Manager 3.1 Access Control, Policy Management and Compliance Assurance Novell Access Manager 3.1 Table of Contents: 2..... Complete

More information

CompTIA i-net+ Certification Exam Objectives (http://www.comptia.org/certification/i-net/objectives.asp)

CompTIA i-net+ Certification Exam Objectives (http://www.comptia.org/certification/i-net/objectives.asp) CompTIA i-net+ Certification Exam Objectives (http://www.comptia.org/certification/i-net/objectives.asp) The skills and knowledge measured by this exam are derived from an industry-wide and worldwide job

More information

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003

Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database. An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release 7 on HP-UX Servers and Oracle9i Database An Oracle White Paper Released October 2003 Performance and Scalability Benchmark: Siebel CRM Release

More information

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs.

Glossary 1. ARPU or Average Revenue per User A method of measuring revenue associated with the delivery of mobile commerce services by MNOs. Glossary 321 Glossary 1 2G or 2nd Generation The currently available digital communication networks for voice and data communication (e.g., GSM, CDMA, PDC). 2.5G or 2.5th Generation Represents an upgrade

More information

WebSphere Application Server, Version 5. What s New?

WebSphere Application Server, Version 5. What s New? WebSphere Application Server, Version 5 What s New? 1 WebSphere Application Server, V5 represents a continuation of the evolution to a single, integrated, cost effective, Web services-enabled, J2EE server

More information

AQU Information Systems Fundamentals Spring 2012 Pg. 9.1

AQU Information Systems Fundamentals Spring 2012 Pg. 9.1 AQU Information Systems Fundamentals Spring 2012 Pg. 9.1 c h a p t e r 9 THE INTERNET & THE NEW INFORMATION TECHNOLOGY INFRASTRUCTURE 9.1 LEARNING OBJECTIVES Describe features of infrastructure & connectivity

More information

IBM Tivoli Netcool Service Quality Manager V4.1.1

IBM Tivoli Netcool Service Quality Manager V4.1.1 000-430 IBM Tivoli Netcool Service Quality Manager V4.1.1 Version: 3.0 QUESTION NO: 1 During the IBM Tivoli Netcool Service Quality Manager planning stages, which two standard options are available to

More information

APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Mobile Databases (W8/2013)

APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Mobile Databases (W8/2013) APPLICATION PROGRAMMING: MOBILE COMPUTING [ INEA00112W ] Marek Piasecki PhD Mobile Databases (W8/2013) Storing Data on Mobile Devices Most mobile applications require data to be stored, organized, and

More information

BlackBerry 101: An Introduction to the BlackBerry Wireless Solution

BlackBerry 101: An Introduction to the BlackBerry Wireless Solution BlackBerry 101: An Introduction to the BlackBerry Wireless Solution BlackBerry 101 Agenda What is the BlackBerry Enterprise Solution? Tracing a Message Security, Security, Security Enabling the User Extensibility:

More information

Outline. CS5984 Mobile Computing HTTP. HTTP (especially 1.0) Problems 1/2. Dr. Ayman Abdel-Hamid, CS5984. Wireless Web.

Outline. CS5984 Mobile Computing HTTP. HTTP (especially 1.0) Problems 1/2. Dr. Ayman Abdel-Hamid, CS5984. Wireless Web. CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Outline HTTP HTTP 1.0 problems Approaches to help wireless access HTTP 1.1 enhancements System Architecture for Web

More information

WebSphere Everyplace Service Delivery V5 offers expanded opportunity into the mobile e-business world

WebSphere Everyplace Service Delivery V5 offers expanded opportunity into the mobile e-business world Software Announcement March 30, 2004 WebSphere Everyplace Service Delivery V5 offers expanded opportunity into the mobile e-business world Overview WebSphere Everyplace Service Delivery V5 is a family

More information

Software Announcement June 26, 2001

Software Announcement June 26, 2001 Software Announcement June 26, 2001 IBM WebSphere Everyplace Server, Service Provider Offering for Multiplatforms Version 2.1 Deliver Mobile Solutions Your Customers Need Anywhere, Anytime Overview Gain

More information

WAP. Bringing the internet to you. Cynthia Luk Marianne Morris Harvey Wong. 4 April, 2002 CMPUT 499

WAP. Bringing the internet to you. Cynthia Luk Marianne Morris Harvey Wong. 4 April, 2002 CMPUT 499 WAP Bringing the internet to you Cynthia Luk Marianne Morris Harvey Wong 4 April, 2002 CMPUT 499 Table of Contents Summary 3 Introduction... 4 What is (WAP)? WAP 2.0 Motivation for WAP WAP Architecture..

More information

EEC-682/782 Computer Networks I

EEC-682/782 Computer Networks I EEC-682/782 Computer Networks I Lecture 20 Wenbing Zhao w.zhao1@csuohio.edu http://academic.csuohio.edu/zhao_w/teaching/eec682.htm (Lecture nodes are based on materials supplied by Dr. Louise Moser at

More information

Introduction to Worklight Integration IBM Corporation

Introduction to Worklight Integration IBM Corporation Introduction to Worklight Integration Agenda IBM Mobile Foundation Introduction to Worklight How to Integrate Worklight Adapters WebAPI HTTP & SOAP Database (SQL) WebSphere Message Broker Cast Iron 2 IBM

More information

IBM WebSphere Commerce Suite

IBM WebSphere Commerce Suite Tools to build dynamic e-commerce solutions IBM WebSphere Commerce Suite Tools HTML authoring Catalog management Site development Rules development Merchandising Administration Customers expect fast, reliable,

More information

IBM WebSphere Everyplace Mobile Portal Enable V6 extends portals to mobile devices

IBM WebSphere Everyplace Mobile Portal Enable V6 extends portals to mobile devices IBM United States Announcement 207-180, dated August 7, 2007 IBM WebSphere Everyplace Mobile Portal Enable V6 extends portals to mobile devices Description...2 Product positioning... 5 Reference information...

More information

IBM Workplace Client Technology API Toolkit

IBM Workplace Client Technology API Toolkit IBM Workplace Client Technology API Toolkit Version 2.5 User s Guide G210-1984-00 IBM Workplace Client Technology API Toolkit Version 2.5 User s Guide G210-1984-00 Note Before using this information and

More information

Glossary. ADO.NET ActiveX Data Objects for.net. A set of data access technologies included in the.net Framework class libraries.

Glossary. ADO.NET ActiveX Data Objects for.net. A set of data access technologies included in the.net Framework class libraries. 308 Glossary Glossary 1G Developed in the 70s and 80s, the first generation (1G) wireless communications technology refers to the analog cellular technology. Popular 1G technology includes AMPS. 2G The

More information

EIGNER PLM 5.1 RELEASE NOTES

EIGNER PLM 5.1 RELEASE NOTES EIGNER PLM 5.1 RELEASE NOTES April 22, 2004 Eigner PLM 5.1 represents both: a service release and a feature release. This document outlines improvements as well as major enhancements and additions that

More information

New Face of z/os Communications Server: V2R1 Configuration Assistant

New Face of z/os Communications Server: V2R1 Configuration Assistant New Face of z/os Communications Server: V2R1 Configuration Assistant Kim Bailey (ktekavec@us.ibm.com) IBM August 14, 2013 Session # 13630 Agenda What is the Configuration Assistant and how can it help

More information

Delivery of Services on Any Device From Java Code to User Interface

Delivery of Services on Any Device From Java Code to User Interface Delivery of Services on Any Device From Java Code to User Interface Davide Carboni, Andrea Piras, Stefano Sanna, Gavino Paddeu CRS4 Center for Advanced Studies, Research and Development in Sardinia VI

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

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server

Dominion KX II-101. Quick Setup Guide. Step 1: Configure the Target Server Dominion KX II-101 Quick Setup Guide Thank you for your purchase of the KX II-101, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick Setup

More information

Oracle Field Service/Palm TM Devices

Oracle Field Service/Palm TM Devices Oracle Field Service/Palm TM Devices Implementation Guide Release 11i December 2001 Part No. A95210-01 1 Introduction This section gives an overview of the complete Field Service process and highlights

More information

November Integrating RFID with your Mainframe

November Integrating RFID with your Mainframe Integrating RFID with your Mainframe November 2004 Agenda RFID Review Integrating RFID The Lightyear Solution Demonstration Slide 2 RFID Timeline RFID developed in WWII to uniquely identify aircraft Wal-Mart

More information

09. Mobile Commerce. Contents. Mobile Computing and Commerce

09. Mobile Commerce. Contents. Mobile Computing and Commerce 09. (Contents) Mobile Commerce Contents 09. Mobile Commerce Mobile Computing and Commerce Code: 166140-01+02 Course: Electronic Commerce Period: Autumn 2011 Professor: Sangwon Lee, Ph.D. 1 09. (Contents)

More information

A MOBILE USER INTERFACE FOR AN ERP SYSTEM

A MOBILE USER INTERFACE FOR AN ERP SYSTEM A MOBILE USER INTERFACE FOR AN ERP SYSTEM Karl Kurbel, European University Viadrina, kurbel@uni-ffo.de Anna Maria Jankowska, European University Viadrina, jankowska@uni-ffo.de Kamil Nowakowski, European

More information

INF RMATIQUE INFORMATIK

INF RMATIQUE INFORMATIK INF RMATIQUE INFORMATIK Zeitschrift der schweizerischen Informatikorganisationen Revue des organisations suisses d informatique Nr./No. 5 Oktober/Octobre 2001 Ubiquitous Computing Pervasive and Mobile

More information

BlackBerry Browser Version 3.2. Technical Reference Guide

BlackBerry Browser Version 3.2. Technical Reference Guide BlackBerry Browser Version 3.2 Technical Reference Guide BlackBerry Browser Version 3.2 Technical Reference Guide Last revised: 12 March 2002 Part number: PDF-04623-001 At the time of printing, this documentation

More information

IBM Mainframe Makeover: What Powers your Mobile Applications and Smart Phones?

IBM Mainframe Makeover: What Powers your Mobile Applications and Smart Phones? IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X IBM Mainframe Makeover: What Powers your Mobile Applications and Smart Phones? Pramod

More information

SyncML DM: A SyncML Protocol for Device Management

SyncML DM: A SyncML Protocol for Device Management SyncML DM: A SyncML Protocol for Device Management James Jennings, Ph.D. IBM James_Jennings@us.ibm.com SyncML Master Class Amsterdam 28 January 2002 Outline What is device management? Who needs device

More information

BEAWebLogic. Portal. MobileAware Interaction Server - BEA Sample Workshop Mobility Project Guide

BEAWebLogic. Portal. MobileAware Interaction Server - BEA Sample Workshop Mobility Project Guide BEAWebLogic Portal MobileAware Interaction Server - BEA Sample Workshop Mobility Project Guide Version 8.1 with Service Pack 4 (MobileAware Version 1.0) Document Revised: February 2005 Copyright Copyright

More information

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol)

Mobile Station Execution Environment (MExE( MExE) Developing web applications for PDAs and Cellphones. WAP (Wireless Application Protocol) Developing web applications for PDAs and Cellphones Mobile Station Execution Environment (MExE( MExE) MExE is a standard for defining various levels of wireless communication These levels are called classmarks

More information

Mobile Commerce. Electronic Commerce

Mobile Commerce. Electronic Commerce Mobile Commerce Electronic Commerce Code: 008023-01+02 Course: Electronic Commerce Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic Commerce 1 00. Contents 01. Mobile

More information

Accessing Mainframe Applications with Wireless Devices

Accessing Mainframe Applications with Wireless Devices L I G H T Y E A R Accessing Mainframe Applications with Wireless Devices Brian Lee Software Development Manager Tel: 403-208-2455 brianlee@lightyr.com Tony Skinner Senior CICS Consultant tskinner@lightyr.com

More information

Dominion KX II-101-V2

Dominion KX II-101-V2 Dominion KX II-101-V2 Quick Setup Guide Thank you for your purchase of the KX II-101-V2, the industry's most full-featured, enterprise-class, secure, digital KVM (Keyboard, Video, Mouse) switch. This Quick

More information

Software Announcement September 23, 2003

Software Announcement September 23, 2003 Software Announcement September 23, 2003 IBM WebSphere Voice Application Access, V4.2 VoiceXML 2.0 support expands speech enablement possibilities for e-business portal or contact center environments Overview

More information

RIM Introduces New BlackBerry Wireless Handhelds With Integrated Speaker/Microphone And Roaming Capabilities For International Travelers

RIM Introduces New BlackBerry Wireless Handhelds With Integrated Speaker/Microphone And Roaming Capabilities For International Travelers October 16, 2002 RIM Introduces New BlackBerry Wireless Handhelds With Integrated Speaker/Microphone And Roaming Capabilities For International Travelers Java-Based BlackBerry 6710 And BlackBerry 6720

More information

Harmony Quick Upgrade Guide

Harmony Quick Upgrade Guide Harmony Quick Upgrade Guide UPGRADE IN FIVE EASY STEPS 1. Register for Harmony 2. Set up Environments 3. Download the new Harmony Studio 4. Upgrade your Integration Server to Local or Cloud Agents 5. Convert

More information

Fundamentals of Windows Server 2008 Network and Applications Infrastructure

Fundamentals of Windows Server 2008 Network and Applications Infrastructure COURSE OVERVIEW This five-day instructor-led course introduces students to network and applications infrastructure concepts and configurations provided by Window Server 2008. Students will be able to acquire

More information

TechTalk: Implementing Citrix Receiver from Windows to iphone. Stacy Scott Architect, Worldwide Technical Readiness

TechTalk: Implementing Citrix Receiver from Windows to iphone. Stacy Scott Architect, Worldwide Technical Readiness TechTalk: Implementing Citrix Receiver from Windows to iphone Stacy Scott Architect, Worldwide Technical Readiness Citrix Receiver Citrix Receiver Overview Citrix Receiver for iphone Citrix Receiver for

More information

Wireless Internet: layers 3,4,5. Wireless Internet: Layers 3,4,5 Case Study: WAP. WAP: Wireless Application Protocol

Wireless Internet: layers 3,4,5. Wireless Internet: Layers 3,4,5 Case Study: WAP. WAP: Wireless Application Protocol W.int.3-2 Wireless Internet: layers 3,4,5 Wireless Internet: Layers 3,4,5 Case Study: WAP Module W.int.3.WAP Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico

More information

How A Website Works. - Shobha

How A Website Works. - Shobha How A Website Works - Shobha Synopsis 1. 2. 3. 4. 5. 6. 7. 8. 9. What is World Wide Web? What makes web work? HTTP and Internet Protocols. URL s Client-Server model. Domain Name System. Web Browser, Web

More information

Integrating with EPiServer

Integrating with EPiServer Integrating with EPiServer Abstract EPiServer is an excellent tool when integration with existing systems within an organization is a requirement. This document outlines the Web services that are shipped

More information

Inside WebSphere Application Server

Inside WebSphere Application Server Inside WebSphere Application Server The anatomy of WebSphere Application Server is quite detailed so, for now, let's briefly outline some of the more important parts. The following diagram shows the basic

More information

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1

IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 IBM Sametime Web Client & Meeting Server - An Introduction to new features in version 9.0.1 Open Mic Date: 13-10-2016 IBM Collaboration Solutions Open Mic Team Jayesh Parmar - IBM ICS Support engineer

More information

RoadSync Java MIDP 2.0 Manual

RoadSync Java MIDP 2.0 Manual RoadSync Java MIDP 2.0 Manual Table of Contents General Product Information What is RoadSync (Exchange ActiveSync )... 4 Advantages for Companies and IT Administrators... 4 Key Product Features... 5 System

More information

Software for secure wireless e-business. Vaughan Harper Tivoli EMEA Security Product Manager

Software for secure wireless e-business. Vaughan Harper Tivoli EMEA Security Product Manager Software for secure wireless e-business Vaughan Harper Tivoli EMEA Security Product Manager Software for secure wireless e-business Why Wireless e-business? Approach to Wireless e-business IBM Products

More information

ProvideX On Handhelds

ProvideX On Handhelds ProvideX On Handhelds Presented by: Jarett Smith Presentation Overview Landscape of Mobile Computing Wireless Connections to Internet Challenges of Mobile Computing Why We Chose Java 2 Micro Edition Java

More information

UC & Collaboration Solutions

UC & Collaboration Solutions UC & Collaboration Solutions Business Applications and Solutions for Unified IP Telephony Fax Over IP (FoIP) solution supported by CommSouth Fax Suite, is a true software ONLY plug & play IP fax server.

More information

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network

Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network Lesson 1 Key-Terms Meanings: Web Connectivity of Devices and Devices Network 1 Application Application: A software (S/W) for an application, such as, creating and sending an SMS, measuring and sending

More information

XenApp 5 Security Standards and Deployment Scenarios

XenApp 5 Security Standards and Deployment Scenarios XenApp 5 Security Standards and Deployment Scenarios 2015-03-04 20:22:07 UTC 2015 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents XenApp 5 Security Standards

More information

Citrix StoreFront 2.0

Citrix StoreFront 2.0 White Paper Citrix StoreFront 2.0 Citrix StoreFront 2.0 Proof of Concept Implementation Guide www.citrix.com Contents Contents... 2 Introduction... 3 Architecture... 4 Installation and Configuration...

More information

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition

National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Software Announcement November 16, 1999 National Language Support for Windows NT and AIX Now Available with IBM WebSphere Application Server V3.0.1, Standard Edition Overview WebSphere Application Server

More information