WO2002044953A2 - Personnalisation de donnees tabulaires pour unites de combine sans fil - Google Patents

Personnalisation de donnees tabulaires pour unites de combine sans fil Download PDF

Info

Publication number
WO2002044953A2
WO2002044953A2 PCT/US2001/049990 US0149990W WO0244953A2 WO 2002044953 A2 WO2002044953 A2 WO 2002044953A2 US 0149990 W US0149990 W US 0149990W WO 0244953 A2 WO0244953 A2 WO 0244953A2
Authority
WO
WIPO (PCT)
Prior art keywords
request
information
enable
tabular data
processor
Prior art date
Application number
PCT/US2001/049990
Other languages
English (en)
Other versions
WO2002044953A3 (fr
Inventor
Murth Nanja
Original Assignee
Intel Corporation
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Intel Corporation filed Critical Intel Corporation
Priority to DE10196915T priority Critical patent/DE10196915T1/de
Priority to AU2002241694A priority patent/AU2002241694A1/en
Priority to GB0303961A priority patent/GB2383161B/en
Publication of WO2002044953A2 publication Critical patent/WO2002044953A2/fr
Publication of WO2002044953A3 publication Critical patent/WO2002044953A3/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents

Definitions

  • Wireless data communication can provide wireless data service subscribers with up-to-date information for stocks, weather, news, sports, etc.
  • Numerous wireless data services are based on a wireless technology known as the Wireless Application Protocol (WAP) .
  • WAP Wireless Application Protocol
  • WAP-100 Wireless Application Protocol Architecture Specification available from the Wireless Application Protocol Forum Ltd., Mountain View, California 94040.
  • WAP is a set of wireless protocol specifications, aiming to standardize the way wireless handset units such as cell phones and pagers access Internet data and services.
  • the WAP specifications leverage and extend existing Internet standards, enabling web application developers to tailor their content to the need of the wireless users.
  • WAP applications or services are based on Wireless Markup Language (WML) and WML Scripts (WMLS) .
  • WML is based on the Extensible Markup Language (XML) . It uses a deck/card metaphor to specify a WML service. A card is a unit of interaction with the user, either a presentation of information or a request for information from the user. A collection of cards is called a deck, which constitutes a WML service. Each WML document represents a deck.
  • WMLS which is ECMA Script, is a lightweight procedural scripting language. It can be used for enhancing services written in WML. For example, it can be used for validating user input on the wireless handset unit.
  • WAP In addition to being wireless network independent, the WAP is also independent of any particular wireless handset device. Instead, WAP specifies a bare minimum functionality for a handset device.
  • a wireless data service client e.g., cell phone or personal digital assistant (PDA)
  • PDA personal digital assistant
  • a wireless data service client may have a less powerful processor, less memory, restricted power consumption, different input devices (e.g., phone keypad) and a smaller display.
  • the smaller size of the display restricts the amount of information that can be displayed on wireless handset units. For instance, a typical cell phone's display consists of about 5-6 lines and about 12-20 characters per line. This restriction may severely impact the amount or types of information that can be rendered on a wireless handset unit.
  • many wireless data service subscribers are used to viewing rich contents including tabular data on their desktop systems. Tabular data is two-dimensional. It has an arbitrary number of columns and rows of information.
  • each column represents a specific aspect or property of an entity, while each row represents information for different entities.
  • a stock portfolio data may have the following information for every stock in the portfolio: ticker, symbol, time, last price, open price, day's high, day' s low, 52-week high, 52-week low, volume, and average volume .
  • Tabular data is typically generated on the web server from database tables or from persistent storage such as text files.
  • Common Gateway Interface (CGI) scripts are mainly used to create tabular data dynamically. WAP applications or services can be hosted on web servers using CGI script technologies such as Active Server Pages (ASPs) , Java Servlets, Java Server Pages (JSPs), etc.
  • ASPs Active Server Pages
  • JSPs Java Server Pages
  • Wireless data service providers may simply display a smaller subset of the tabular data on the wireless handset unit.
  • the data to be displayed on the wireless handset unit is prepackaged on the web server by the service provider.
  • a wireless data service subscriber may not have access to other relevant information within the tabular data.
  • FIG. 1 is a block diagram of a wireless data services system in accordance with one embodiment of the present invention
  • Figure 2 is a block diagram of a request, response model in accordance with one embodiment of the present invention.
  • Figure 3 is a message diagram for communications between a wireless handset unit and web server in accordance with one embodiment of the present invention
  • Figure 4 is a depiction of a user interface in accordance with one embodiment of the present invention
  • Figure 5 is a block diagram of a web server in accordance with one embodiment of the present invention.
  • Figure 6 is a flow chart for software stored on said web server in accordance with one embodiment of the present invention.
  • a wireless communication system 10, shown in Figure 1, includes a wireless handset unit 101, a WAP gateway 102, and a web server 103.
  • the WAP 106 is the protocol interface between the wireless handset unit 101 and the WAP gateway
  • a wireless network 104 couples the wireless handset unit 101 and the WAP gateway 102.
  • the Internet 105 couples the wireless gateway 102 and the web server 103.
  • the wireless handset unit 101 may be a cell phone, a pager, or a PDA, as examples.
  • the handset unit 101 is a WAP enabled device; however, handset unit 101 implementation may have different display characteristics.
  • the WAP gateway 102 acting as an intermediary or as a proxy for the wireless handset unit 101, couples the wireless network domain with the Web.
  • the Web server 103 may provide content for the wireless handset unit 101.
  • the wireless network 104 may be one of a variety of wireless networks supported by WAP such as GSM (Global System for Mobile Communication) , IS-95 CDMA (Code Division Multiple Access), IS-136 TDMA (Time Division Multiple Access) , and PDC (Packetized Digital Cellular) .
  • WAP Global System for Mobile Communication
  • CDMA Code Division Multiple Access
  • IS-136 TDMA Time Division Multiple Access
  • PDC Packetized Digital Cellular
  • the wireless network 104 may use the WAP protocol 106, which is a family of protocols derived from the Internet standards, while the Internet 105 uses the standard Internet HTTP protocol 107.
  • software components on the web server 103 may enable the presentation of tabular data on the unit 101. No modifications or additional components, either hardware or software, may be needed, in some embodiments .
  • FIG. 2 depicts a typical request/response model used by the wireless data services system in accordance with one embodiment of the present invention.
  • a WAP micro-browser 208 running on the wireless handset unit 101 initiates a WAP request 204 for content from the web server 103 via the WAP Gateway 102 by inputting a specific uniform resource locator (URL) .
  • the micro-browser 208 encodes the WAP request to reduce the size and number of packets traveling over the wireless data network before sending that request to the WAP gateway 102.
  • URL uniform resource locator
  • the WAP gateway 102 When the WAP gateway 102 receives the WAP request 204, it decodes the WAP request 204, using the encoder/decoder 209, resolves the address specified by the URL, and finally creates an HTTP request 205 to the Web Server 103 using the Internet HTTP protocol.
  • the web server 103 processes the HTTP request 205 received from the WAP gateway 102 using a CGI script 210 and then sends a response as a HTTP response 206 to the WAP gateway 102.
  • the CGI script 210 accesses the target web content 212 directly or indirectly, through for example middleware software components, and generates tabular data 211.
  • the CGI script 210 uses the tabular data 211 to define one or more WML cards within a WML deck and encapsulates the resulting WML deck as part of the HTTP response 206.
  • the WAP gateway 102 encodes the HTTP response 206 using the encoder/decoder 209, creates a WAP response 207, and then sends the WAP response to the micro-browser 208.
  • FIG 3 shows a typical interaction between a wireless handset unit 101 and a WAP service on a web server 103 in accordance with one embodiment of the present invention.
  • a wireless subscriber accesses WAP WML services from the wireless data service provider' s web site by entering a specific URL as shown by arrow 303.
  • This WAP request results in execution of a CGI script on the web server 103.
  • the web server 103 creates a WAP response and sends this response to the wireless handset 101. This action may result in display of a welcome screen on the wireless handset unit 101 as shown by the arrow 304.
  • This welcome screen has a set of menu options that facilitate subscriber log in and subsequent access to the tabular data on the service provider's web site. After logging in to the service provider's web site, the subscriber selects one of the menu options to dynamically generate tabular data on the web server 103 and display that data on the wireless handset unit 101. This interaction is shown as arrow 305 in Figure 3. This action results in another WAP request to the web server 103. This time a different CGI script on the web server generates tabular data and sends a WAP response back to the wireless handset unit 101 as shown by the arrow 306.
  • the WAP response just received by the wireless handset unit 101 may not carry the actual tabular data created on the web server 103. Rather, it may include two pieces of information about the tabular data: (1) meta-information about the tabular data (e.g., number of rows and number of columns) , and (2) a display menu to define a fragment of the tabular data to be displayed on the wireless handset unit 101.
  • the display menu may include options such as Default Display, Row-wise Display, and Custom Display in one embodiment.
  • another WAP request is generated and sent to the web server 103 as shown by arrow 307, which in turn dynamically selects a fragment of the tabular data and then sends the resulting WAP response back to the wireless handset unit 101 as shown by arrow 308.
  • FIG. 4 shows an example of a user interface 400 for a wireless handset unit for the interaction depicted in Figure 3.
  • the user interface display screens 401-406 involve stock portfolio information service to demonstrate the working principles of one embodiment.
  • the wireless subscriber enters the URL for the wireless service provider's web site. This will result in a Welcome Menu as shown in screen display 401.
  • the wireless subscriber first logs in to the wireless service provider's web site. After authenticating the wireless subscriber, a new menu screen display 402 is displayed on the unit 101. At this point the wireless subscriber may select Default Display, Row-wise Display and Custom Display in one example. If the wireless subscriber selects the Default Display option, then the screen display 404 is displayed. This screen display 404 includes only the ticker symbol and last price for all stocks in the stock portfolio. Depending on the number of stocks in the stock portfolio, more than one WML card may be used to display all the data. At this point the wireless subscriber has the option to go back to the screen display 402 by selecting the Again soft key 407 on the unit 101 or to display more tabular data by selecting the Next soft key 408.
  • the screen display 405 is displayed. In this mode, each row of the tabular data is displayed, one row at a time, starting with the first row. The wireless subscriber at this point can either view the remaining rows in the tabular data by selecting the Next soft key 408 on the unit 101 or the subscriber can go back to the screen shown in 402 by selecting the Again soft key 407. If the wireless subscriber selects the last option, Custom Display, then the screen display menu 403 is displayed. Using the screen display 403 the wireless subscriber can fully customize the tabular data by choosing the subset of columns for display. The custom display 406 results when the user requests Ticker, Last, Time and Open. The custom display screen 403 provides a flexible way to display the tabular data. Again, the wireless subscriber has the option to go back to the screen display 402 by selecting the Again soft key 407 or to display more tabular data by selecting the Next soft key 408 on the unit 101.
  • the display of tabular data may be customized by the subscriber using a wireless handset unit 101.
  • the tabular data is generated on the server 103, and then the meta- information about the tabular data is displayed together with customization options on the wireless handset unit 101.
  • a fragment of the tabular data is then delivered to the wireless subscriber based on the indicated preferences.
  • the customization may be implemented using only software components in the form of CGI scripts running on the web server 103. No modifications or changes are required on the wireless handset unit 101 or the WAP gateway 202 in one embodiment. Thus, in some embodiments only existing wireless data services infrastructures may be needed.
  • the web server 103 may be a processor-based device as shown in Figure 5.
  • a processor 500 may be coupled to an interface 502 to system memory 504.
  • the interface 502 may also coupled to a bus 506.
  • the bus 506 may couple another interface 508 which couples the server 103 to the Internet 105.
  • the bridge 510 is coupled to a storage device 512 which stores the software 514.
  • the tabular data server software 514 initially detects a service request from a wireless handset unit 101 as indicated in diamond 600. When such a request is received, a welcome display is provided as indicated in block 602. The software then awaits a tabular data request as indicated in diamond 604. Once the request is received, the software causes the meta-information and display options to be displayed as indicated in block 606. When the user makes a selection, as determined in diamond 608, the tabular data is provided in the requested format as indicated in block 610.

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

Des données tabulaires destinées à être affichées sur une unité de combiné sans fil peuvent être personnalisées avant l'affichage sur l'unité de combiné. Sur demande un serveur peut fournir des informations relatives aux données tabulaires et un menu d'affichage afin de définir un fragment des données tabulaires à afficher sur l'unité de combiné sans fil. Sur la base de la réponse de l'abonné sans fil à ces informations, les données tabulaires sont fournies d'une manière personnalisée.
PCT/US2001/049990 2000-11-17 2001-10-18 Personnalisation de donnees tabulaires pour unites de combine sans fil WO2002044953A2 (fr)

Priority Applications (3)

Application Number Priority Date Filing Date Title
DE10196915T DE10196915T1 (de) 2000-11-17 2001-10-18 Individuelles Herrichten tabellarischer Daten für Mobilfunkhandapparateinheiten
AU2002241694A AU2002241694A1 (en) 2000-11-17 2001-10-18 Customizing tabular data for wireless handset units
GB0303961A GB2383161B (en) 2000-11-17 2001-10-18 Customizing tabular data for wireless handset units

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US71578100A 2000-11-17 2000-11-17
US09/715,781 2000-11-17

Publications (2)

Publication Number Publication Date
WO2002044953A2 true WO2002044953A2 (fr) 2002-06-06
WO2002044953A3 WO2002044953A3 (fr) 2003-09-04

Family

ID=24875452

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/049990 WO2002044953A2 (fr) 2000-11-17 2001-10-18 Personnalisation de donnees tabulaires pour unites de combine sans fil

Country Status (6)

Country Link
CN (1) CN1494696A (fr)
AU (1) AU2002241694A1 (fr)
DE (1) DE10196915T1 (fr)
GB (1) GB2383161B (fr)
MY (1) MY127113A (fr)
WO (1) WO2002044953A2 (fr)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003073328A2 (fr) * 2002-02-22 2003-09-04 Informatica Corporation Procede et systeme permettant d'explorer une grande quantite de donnees
EP1603052A1 (fr) * 2004-06-02 2005-12-07 Research In Motion Limited Representation du contenu de feuilles de calculs
EP1708098A1 (fr) * 2005-03-30 2006-10-04 Arizan Corporation Méthode pour demander et visualiser la prévisualisation d'un attachement de table sur un appareil de communication mobile
US7299406B2 (en) 2004-06-02 2007-11-20 Research In Motion Limited Representing spreadsheet document content
US7725813B2 (en) 2005-03-30 2010-05-25 Arizan Corporation Method for requesting and viewing a preview of a table attachment on a mobile communication device

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102005030361A1 (de) * 2004-08-25 2006-03-30 Siemens Ag Bedieneinrichtung zur individuellen Bedienung eines Kraftfahrzeuggerätes
JP6287441B2 (ja) * 2014-03-26 2018-03-07 日本電気株式会社 データベース装置
CN111950241B (zh) * 2019-05-16 2024-07-02 珠海金山办公软件有限公司 一种显示表格数据的方法、系统、终端和存储介质

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000039666A1 (fr) * 1998-12-28 2000-07-06 Spyglass, Inc. Procede et systeme servant a transformer le contenu de donnees electroniques pour des dispositifs sans fil

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000039666A1 (fr) * 1998-12-28 2000-07-06 Spyglass, Inc. Procede et systeme servant a transformer le contenu de donnees electroniques pour des dispositifs sans fil

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
BICKMORE T ET AL: "WEB PAGE FILTERING AND RE-AUTHORING FOR MOBILE USERS" COMPUTER JOURNAL, OXFORD UNIVERSITY PRESS, SURREY, GB, vol. 42, no. 6, 1999, pages 534-546, XP000920338 ISSN: 0010-4620 *
MOHAN R ET AL: "CONTENT ADAPTATION FRAMEWORK: BRINGING THE INTERNET TO INFORMATION APPLIANCES" 1999 IEEE GLOBAL TELECOMMUNICATIONS CONFERENCE. GLOBECOM'99. SEAMLESS INTERCONNECTION FOR UNIVERSAL SERVICES. RIO DE JANEIRO, BRAZIL, DEC. 5-9, 1999, IEEE GLOBAL TELECOMMUNICATIONS CONFERENCE, NEW YORK, NY: IEEE, US, vol. 4, 5 December 1999 (1999-12-05), pages 2015-2021, XP000951336 ISBN: 0-7803-5797-3 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003073328A2 (fr) * 2002-02-22 2003-09-04 Informatica Corporation Procede et systeme permettant d'explorer une grande quantite de donnees
WO2003073328A3 (fr) * 2002-02-22 2004-07-29 Informatica Corp Procede et systeme permettant d'explorer une grande quantite de donnees
EP1603052A1 (fr) * 2004-06-02 2005-12-07 Research In Motion Limited Representation du contenu de feuilles de calculs
US7299406B2 (en) 2004-06-02 2007-11-20 Research In Motion Limited Representing spreadsheet document content
EP1708098A1 (fr) * 2005-03-30 2006-10-04 Arizan Corporation Méthode pour demander et visualiser la prévisualisation d'un attachement de table sur un appareil de communication mobile
US7725813B2 (en) 2005-03-30 2010-05-25 Arizan Corporation Method for requesting and viewing a preview of a table attachment on a mobile communication device

Also Published As

Publication number Publication date
DE10196915T1 (de) 2003-10-09
GB2383161B (en) 2004-08-18
MY127113A (en) 2006-11-30
GB2383161A (en) 2003-06-18
WO2002044953A3 (fr) 2003-09-04
GB0303961D0 (en) 2003-03-26
AU2002241694A1 (en) 2002-06-11
CN1494696A (zh) 2004-05-05

Similar Documents

Publication Publication Date Title
EP1164765B1 (fr) Procede et appareil pour utiliser en commun de contenus dans un reseaux sans fil
FI104873B (fi) Datapalvelu matkaviestinverkossa
US7568201B2 (en) Web content customization via adaptation Web services
US7136894B2 (en) Distinctive vibrate system, apparatus and method
US6721804B1 (en) Portal system for converting requested data into a bytecode format based on portal device's graphical capabilities
US7054626B2 (en) Method and architecture for an interactive two-way data communication network
US5911485A (en) Predictive data entry method for a keypad
KR100852229B1 (ko) 셀룰러 통신 시스템에서 서버로부터 내용을 페치하는 방법및 시스템
US20050015772A1 (en) Method and system for device specific application optimization via a portal server
US7739407B1 (en) Systems for customizing behaviors and interfaces in service invocations
US20050015406A1 (en) Method and system for customizable client aware content selection and rendering in a portal server
KR101424261B1 (ko) 모바일 웹 서비스를 제공하는 단말기 및 상기 단말기의동작 방법
ES2327782T3 (es) Metodo y sistema para comunicar informacion de actualizaciones de capacidades de un dispositivo.
RU2316131C2 (ru) Способ хранения страниц в памяти мобильного устройства (варианты) и мобильное устройство для его осуществления
US6941337B2 (en) Interaction arrangement for a sequence of interactions providing a service to a user
US20050015718A1 (en) Method and system for client aware content aggregation and rendering in a portal server
US8856270B2 (en) Method and apparatus for simplified user access to multiple browser transports in a mobile communication device
WO2002044953A2 (fr) Personnalisation de donnees tabulaires pour unites de combine sans fil
US20090024664A1 (en) Method and system for generating a content-based file, and content-based data structure
KR100528790B1 (ko) 북마크한 웹사이트 정보를 항목별로 저장하는 기능을가지는 무선통신 단말기 및 그 방법
US20050015500A1 (en) Method and system for response buffering in a portal server for client devices
US20030191819A1 (en) Client aware notification in a wireless portal server
CA2788562C (fr) Methode et dispositif assurant l'acces simplifie de l'usager a des protocoles transport de navigateur multiples d'un appareil de communication mobile
US20020143891A1 (en) Method and apparatus for a mobile phone with internet link
KR20020024887A (ko) 무선 인터넷 환경에서 컨텐츠 서비스 방법 및 그 서버시스템

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PH PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

ENP Entry into the national phase

Ref document number: 0303961

Country of ref document: GB

Kind code of ref document: A

Free format text: PCT FILING DATE = 20011018

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 018189202

Country of ref document: CN

RET De translation (de og part 6b)

Ref document number: 10196915

Country of ref document: DE

Date of ref document: 20031009

Kind code of ref document: P

WWE Wipo information: entry into national phase

Ref document number: 10196915

Country of ref document: DE

122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP