[go: up one dir, main page]

WO2001009766A2 - Method, apparatus, and computer program product for automatic page suppression in forms - Google Patents

Method, apparatus, and computer program product for automatic page suppression in forms Download PDF

Info

Publication number
WO2001009766A2
WO2001009766A2 PCT/US2000/019553 US0019553W WO0109766A2 WO 2001009766 A2 WO2001009766 A2 WO 2001009766A2 US 0019553 W US0019553 W US 0019553W WO 0109766 A2 WO0109766 A2 WO 0109766A2
Authority
WO
WIPO (PCT)
Prior art keywords
page
user
pages
field values
form fields
Prior art date
Application number
PCT/US2000/019553
Other languages
French (fr)
Other versions
WO2001009766A3 (en
Inventor
Jay C. Weber
Caius Van Nouhuys
Original Assignee
Respondtv, Inc.
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
Priority claimed from US09/363,978 external-priority patent/US6701486B1/en
Priority claimed from US09/364,170 external-priority patent/US6971105B1/en
Application filed by Respondtv, Inc. filed Critical Respondtv, Inc.
Priority to AU67475/00A priority Critical patent/AU6747500A/en
Priority to EP00955246A priority patent/EP1200908A2/en
Publication of WO2001009766A2 publication Critical patent/WO2001009766A2/en
Publication of WO2001009766A3 publication Critical patent/WO2001009766A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/10Text processing
    • G06F40/166Editing, e.g. inserting or deleting
    • G06F40/174Form filling; Merging

Definitions

  • the invention relates generally systems for on-line transactions and, more particularly, to transaction architectures in client server communications employing markup language based electronic forms for processing transaction related information.
  • Client-server applications employing markup language based electronic documents e.g. the World Wide Web, often involve forms (also referred to herein as
  • forms pages Electronic commerce applications are particularly reliant on forms for receiving information from a party to a transaction that information which is necessary to complete the transaction. Especially as these applications are made available to devices with limited resolutions (compared to the displays commonly used with conventional personal computers or workstations) these forms are spanning multiple pages. This trend towards the proliferation of forms pages has at least two undesirable effects.
  • a first undesirable effect is that a succession of pages can become tedious and frustrating to the user. Users are frequently drawn to, for instance World Wide Web applications, because of their increased convenience over conventional methods of transacting. A tedious succession of forms pages to complete a transaction negates at least a portion of the user benefits to transacting in this way. "Impulse transactions" are desirable from a consumer perspective, as they allow the consumer to immediately (or more nearly so) obtain and enjoy items they wish to consume and the tedious succession of forms pages may prevent "impulse transactions.” Accordingly, it would be desirable for a system to exist that allowed for the reduction or elimination of the number of forms pages required for a user to complete a forms-based transaction application.
  • a second undesirable effect is that multiple forms pages involve multiple requests for resources of the server, thereby increasing server overhead.
  • an operator of an electronic marketplace may have an appreciable amount of overhead costs devoted to hardware for adequate transaction processing abilities to serve customers promptly. If each transaction requires processing multiple forms pages, as the number of forms pages increases, the operator needs to invest in additional computing hardware to maintain the same level of prompt customer service.
  • server operators processing forms-based transactions could reduce the number of forms pages required to complete a transaction.
  • a sever process carrying on a user transaction application may have available to it sufficient information to complete, at least some, of the form fields that are required to complete the user transaction application.
  • a repeat user may desire that the server process use the available sufficient information without confirmation to complete the user transaction application.
  • forms pages that contain only fields for which sufficient form field values are already available given the user's consent it may be desirable to suppress providing those forms pages to the user.
  • An illustrative method includes examining a set of form fields associated with information required to complete a user transaction application for determining if sufficient form field values corresponding to the set of form fields are available to complete the user transaction application; and if at least one of the form field values corresponding to the set of form fields is unavailable, providing a page for receiving the at least one of the set of form field values; and otherwise providing a request to a successor page for further processing of the user transaction application.
  • the illustrative method includes providing a selectable option for dete ⁇ nining whether the user transaction application should have the number of pages for user input reduced and, wherein reducing the number of pages provided for user input in forms-based user transaction applications occurs only if the selectable option is selected.
  • the set of form fields is divided among a plurality of ordered pages; and the step of providing a request to a successor page comprises redirecting a request to the successor page.
  • providing a page for receiving the at least one of the set of form field values may include: repetitively adding at least one of the form fields corresponding to the at least one of the set of form field values to a developing page; and providing the developing page for receiving the at least one of the set of form field values.
  • adding at least one of the form fields may include determining if adding at least one of the form fields would result in the developing page, when rendered by a client application, to exceed predetermined limits, and; if not, adding the at least one of the form fields to the developing page.
  • Yet another aspect of the invention is a computing apparatus configured with programmed instructions for reducing the number of pages provided for user input in forms-based user transaction applications.
  • the programmed instructions configure the computing apparatus to provide structures for implementing particular functions in accordance with some embodiments of the invention.
  • the programmed instructions configure the computing apparatus to provide structures for: examining a set of form fields associated with information required to complete a user transaction application; determining if sufficient form field values corresponding to the set of form fields are available to complete the user transaction application; and providing a page for receiving the at least one of the set of form field values if at least one of the form field values corresponding to the set of form fields is unavailable and, otherwise providing a request to a successor page for further processing of the user transaction application.
  • a variation includes providing a selectable option for determining whether the user transaction application should have the number of pages for user input reduced and, wherein reducing the number of pages provided for user input in forms-based user transaction applications occurs only if the selectable option is selected.
  • the set of form fields is divided among a plurality of ordered pages; and providing a request to a successor page includes redirecting a request to the successor page.
  • providing a page for receiving the at least one of the set of form field values may include repetitively adding at least one of the form fields corresponding to the at least one of the set of form field values to a developing page; and providing the developing page for receiving the at least one of the set of form field values.
  • adding at least one of the form fields may include determining if adding at least one of the form fields would result in the developing page, when rendered by a client application, to exceed predetermined limits, and if not, adding the at least one of the form fields to the developing page.
  • a computer program product comprising a computer readable storage medium having computer readable code embodied therein for reducing the number of pages provided for user input in forms-based user transaction applications.
  • the computer readable code includes code for examining a set of form fields associated with information required to complete a user transaction application; code for determining if sufficient form field values corresponding to the set of form fields are available to complete the user transaction application; and code for providing a page for receiving the at least one of the set of form field values if at least one of the form field values corresponding to the set of form fields is unavailable and otherwise providing a request to a successor page for further processing of the user transaction application.
  • the code providing a page for receiving the at least one of the set of form field values may include: code for repetitively adding at least one of the form fields corresponding to the at least one of the set of form field values to a developing page; and code for providing the developing page for receiving the at least one of the set of form field values.
  • adding at least one of the form fields may include determining if adding at least one of the form fields would result in the developing page, when rendered by a client application, to exceed predetermined limits, and if not, adding the at least one of the form fields to the developing page.
  • the set of form fields is divided among a plurality of ordered pages; and providing a request to a successor page comprises redirecting a request to the successor page.
  • Another aspect of the invention is that it can obtain additional benefits when implemented in a transaction system that also enables deferring completion of a multi- step user transaction application.
  • computer-implemented methods enabling this feature include providing a page to a client application.
  • the page includes one or more resources for input of information related to completion of the multi-step user transaction application ("MUTA"), and a resource for selection of a deferral action.
  • This method also includes receiving an indication of the selection of the deferral action, storing state information (including a position in the MUTA and information related to completion of the MUTA); and generating a resumption object including an identifier of a resource for completion of the MUTA.
  • the state information could be stored in a conventional data structure. Storing state information can be performed automatically at more than one step in the MUTA and storing state information can be performed in response to user selection. In addition storing state information may include monitoring an elapsed time since a transaction page was provided; determining whether the elapsed time exceeds a predetermined time limit; and storing state information if a user response is received within the predetermined time limit.
  • the resumption object is transmitted to a client application.
  • the resumption object includes a URL or other resouce reference.
  • An additional feature of this illustrative method enabling deferred completion includes a computer-implemented method for completing a previously-deferred
  • This method includes providing a resumption object to a client application.
  • the resumption object here includes an identifier of a resource for completion of the MUTA. Additional steps in the method include receiving a request for the resource for completion of the MUTA; retrieving previously-received information for returning to a state at which the MUTA was previously deferred; and providing a resource corresponding to the state at which the MUTA was previously deferred.
  • a computing apparatus configured with programmed instructions for reducing the number of pages provided for user input in forms-based user transaction applications can further be configured for enabling deferred completion of MUTAs.
  • An illustrative computing apparatus also includes server process logic configured with programmed instructions for providing a page to a client application, the page including one or more resources for input of information related to completion of the MUTA and a resource for selection of a deferral action.
  • the apparatus is further configured for receiving an indication of the selection of the deferral action, and for generating a resumption object.
  • the resumption object includs an identifier of a resource for completion of the MUTA.
  • the computing apparatus also includes a data storage system configured for storing state information including a position in the
  • the apparatus is configured for storing state information in the data storage system at plural steps in the MUTA; and, the illustrative apparatus may include timing process logic configured for monitoring an elapsed time since a transaction page was provided. In yet another component, the apparatus is further configured for transmitting the resumption object to a client application.
  • An additional variation of the illustrative apparatus described above includes a data storage system configured for storing a state object and server process logic configured for providing a resumption object to a client application.
  • the resumption object includes an identifier of a resource for completion of the MUTA.
  • the server process logic is also configured to receive a request for the resource for completion of the MUTA, retrieve previously-received information from the state object for returning to a state at which the MUTA was previously deferred, and provide a resource corresponding to the state at which the MUTA was previously deferred.
  • Computer readable storage media having computer readable code embodied therein for reducing the number of pages provided for user input in forms-based user transaction applications can further include code for deferring completion of a MUTA.
  • Illustrative computer-readable program code for deferring completion of a MUTA includes code for providing a page to a client application. The page includes one or more resources for input of information related to completion of the MUTA, and a resource for selection of a deferral action.
  • the computer-readable program code also includes code for receiving an indication of the selection of the deferral action, code for storing state information (including a position in the MUTA and information related to completion of the MUTA), and code for generating a resumption object comprising an identifier of a resource for completion of the MUTA.
  • the code for storing state information may also include code for storing state information and two or more steps in the MUTA.
  • the code for storing state information may include code for monitoring an elapsed time since a transaction page was provided; code for determining whether the elapsed time exceeds a predetermined time limit; and code for storing state information if a user response is received within the predetermined time limit.
  • An additional variation on the illustrative computer program product involves the computer program code including code for providing a resumption object to a client application.
  • the resumption object includes an identifier of a resource for completion of the MUTA.
  • the computer program product also includes code for receiving a request for said resource for completion of the MUTA, code for retrieving previously-received information for returning to a state at which the MUTA was previously deferred; and code for providing a resource corresponding to said state at which the MUTA was previously deferred.
  • Fig. 1 is a diagram of elements in an operating environment in which an illustrative embodiment can be employed
  • Fig. 2 depicts a computer system capable of being configured to embody aspects of the invention in accordance with an illustrative embodiment
  • Fig. 3 is a diagram of a conventional user transaction application using form pages
  • Fig. 4 depicts a flow diagram of a method for automatic page suppression in forms in accordance with an illustrative embodiment
  • Fig. 5 depicts a flow diagram of a method for automatic page suppression in forms with just in time pagination.
  • Fig. 1 depicts elements in an operating environment 1000 in accordance with an illustrative embodiment.
  • a client application 1100 and a sever process 1300 are shown.
  • the client application 1100 and the sever process 1300 are configured for client-server communication across a data network 1200.
  • the data network 1200 comprises a portion of the Internet, although other networks could be used, either public or private, using either the TCP/IP protocols (including the User Datagram Protocol) or with other protocols.
  • Transfer Protocol is used to communicate Request and Response messages and Hypertext Markup Language (“HTML”) pages.
  • HTTP Hypertext Markup Language
  • Other embodiments could use the Extensible Markup Language (“XML”) or other markup language.
  • XML Extensible Markup Language
  • the client application 1100 executes on a hardware platform that integrates the features of a television receiver and an HTTP client.
  • set-top boxes are suitable, including, for instance, the WebTV "Plus” set-top box (also referred to as an Internet Receiver) available through Microsoft's WebTV Networks, Inc. of Palo Alto, California (and its manufacturing licensees).
  • the client application could execute on a general purpose computer configured with suitable video hardware to integrate the features of a television receiver and a client application.
  • the features of the invention are not limited to embodiments which operate with client platforms that integrate television and network connectivity. However, the features of the invention obtain particular benefits in this context.
  • Fig. 2 depicts a computer system 2000 capable of embodying aspects of the invention.
  • the sever process 1300 may execute on structures in accordance with the computer system 2000.
  • the computer system 2000 comprises a microprocessor 2010, a memory 2020 and an input/output system 2030.
  • the memory 2020 is capable of being configured to provide a data structure 2040 which may contain data manipulated by the computer system 2000 when embodying aspects of the invention.
  • a media drive 2070 such as a disk drive, CD-ROM drive, or the like.
  • the media drive 2070 may operate with a computer-usable storage medium 2075 capable of storing computer-readable program code able to configure the computer system 2000 to embody aspects of the invention.
  • the computer system 2000 could be a diskless computer with a non-volatile memory.
  • the input/output system 2030 may also operate with a keyboard 2050, a display 2060, a pointing device 2090, or a network such as the data network 1200.
  • the input/output system 2030 may also communicate with a mass data storage 2080 such as a database or the like.
  • the mass data storage 2080 may store information related to users of the client application 1100 that facilitate completion of a user transaction application, including, for instance, user profile information, records of past interactions, payment instrument information, demographic information, product or service feature preference information, or the like.
  • the computer system 2000 is general-purpose computing machinery.
  • programmed instructions may configure general purpose computing machinery to embody structures capable of performing functions in accordance with aspects of the invention.
  • Special purpose computing machinery comprising, for example, an application specific integrated circuit (ASIC) may also be used.
  • ASIC application specific integrated circuit
  • configurable hardware could be used including, for instance, a field programmable gate array or a complex programmable logic device.
  • the computer system 2000 is a SPARC -based workstation from Sun Microsystems of Mountain View, CA, running the SOLARIS operating system and the Apache HTTP server with a Secure Sockets Layer module.
  • the sever process 1300 could comprise the Apache HTTP server with the Secure Sockets Layer module.
  • the client application 1100 communicates with the sever process 1300 to carry out a user transaction application.
  • the user transaction application may be a commercial transaction (sometimes referred to as "E-Commerce"), although one skilled in the art is familiar with may other user transaction applications conventionally practiced in, for instance the Internet environment.
  • user transaction applications are implemented with "forms.”
  • the HTML specification version 3.2 , the proposed version 4.0, and it is likely later-developed versions available from the World Wide Web Consortium at ⁇ http://www.w3c.org> or through the MIT Laboratory for Computer Science in Cambridge, Massachusetts
  • Fig. 3 depicts a diagram of a conventional user transaction application using form pages.
  • the client application 1100 sends a user transaction application initiation request 3400 to the sever process 1300 to initiate the user transaction application.
  • the user transaction application initiation request 3400 may be a Request Message in accordance with the HTTP specification which comprises a Uniform Resource Identifier ("URI") that corresponds to a resource available on the sever process 1300 which initiates execution of the user transaction application.
  • URI Uniform Resource Identifier
  • Forms are typically used in user transaction applications to receive input from the user that is necessary to complete the user transaction application.
  • a form comprises one or more form fields; the user provides form field values for the one or more form fields.
  • a first form page 3450 is communicated from the sever process 1300 to the client application 1100 which renders the form page.
  • the client application 1100 then receives user input for the form field values and communicates first form page field values 3500 to the sever process 1300.
  • forms for completion of the user transaction application span multiple pages. This is depicted in Fig. 3 where the sever process 1300 communicates a second form page 3550 to the client application 1100 which responds with a second form page field values 3600 after the user has entered the appropriate form field values. This process may continue for several iterations, and a Nth form page 3650 and a Nth form page field values 3700 are depicted for some integer 'N" greater than 2. For PC-oriented forms, N rarely exceeds 5 .
  • server resources may become burdened and user frustration may increase, perhaps reducing the likelihood the user will engage in subsequent transactions with the operator of the sever process 1300. Accordingly it is desirable that, when possible, form pages for completion of user transaction application should be suppressed.
  • Fig. 4 depicts a flow diagram of an 'automatic page suppression' method 4000 in accordance with an illustrative embodiment.
  • the 'automatic page suppression' method 4000 is carried on by a server process configured for operation with a dynamic contents document, for instance one that contains application logic that describes how to process a request to generate a response.
  • a dynamic contents document for instance one that contains application logic that describes how to process a request to generate a response.
  • a dynamic contents document for instance one that contains application logic that describes how to process a request to generate a response.
  • Several conventional dynamic document architectures are known in the art including, for instance, Sun Microsystems' JavaServer Pages, or Microsoft Corporation's Active Server Pages. Other conventional server-side scripting architectures could also be used.
  • the 'automatic page suppression' method 4000 depicts process flow of an interaction of the dynamic contents document and the sever process 1300 in handling a user transaction application initiated from the client application 1100.
  • Process flow initiates at a 'start' terminal 4050 and continues to receive a 'request' data block 4100 corresponding to an indication from the user of the client application of initiation of the user transaction application.
  • the sever process 1300 retrieves a resource corresponding to the request.
  • the resource is a JavaServer Page type dynamic contents document.
  • the server process begins processing the application logic of the dynamic contents document.
  • One aspect of the application logic is to maintain state information from a first portion of the user transaction application so that it is available to later portions of the user transaction application. For instance, if the user transaction application comprises several pages in which user information input is received, the user information input from the first of the several pages should be maintained for completion of the user transaction application.
  • a 'state object setup' process 4150 executes in which the sever process creates a state object for maintaining state information across plural portions of the user transaction application.
  • the state object may be a
  • JAVA Bean Other state objects could be used depending on the server process architecture, either more sophisticated programatically, or less sophisticated, for instance a temporary file.
  • a selectable option may be provided for determining whether the user transaction application should execute in page suppression mode. Preferably, when the selectable option is selected the user transaction application executes with page suppression. In some embodiments, the selectable option is provided to an operator of the server process. In other embodiments, the selectable option is provided to the user of the client application. In this instance, the user selects whether to complete the user transaction application with page suppression and the user's selection is transmitted to the server process.
  • a preliminary page in the user transaction application could provide the selectable option to the user; the selectable option could be a user interface element, for instance, a button, a check box, etc. In still other embodiments, the selectable option could be a field in a profile for the user and the server process could examine this field to determine whether the user transaction application should execute in page suppression mode.
  • the 'page suppression mode' decision process 4200 is a method executed by the server process in processing the application logic of the dynamic contents document. If the user transaction application should execute in page suppression mode, the 'page suppression mode' decision process 4200 exits through its 'yes' branch.
  • the dynamic contents document defines a set of form fields required for completion of the user transaction application.
  • the dynamic contents document further comprises a method invocation for determining whether sufficient form field values are available for the set of form fields so that suppression of the page(s) soliciting user input of the form field values may be suppressed.
  • the server processes invokes this method and its execution initiates. Process flow continues to a 'required field selection' process 4300.
  • the 'required field selection' process 4300 selects one of the set of form fields that are required to complete the user transaction application
  • a user transaction application may have fields that are not required to complete the user transaction application.
  • the dynamic contents document comprises a set of form fields that are required to complete that portion of the user transaction application associated with the dynamic contents document and the 'required field selection' process 4300 selects from that set. No particular manner of selection is fundamental, iteration through a list is typically sufficient. Process flow continues to a 'sufficient field value' decision process 4400.
  • the 'sufficient field value' decision process 4400 determines if a sufficient form field value exists for the one of set of form fields to complete the user transaction application.
  • the user of the client application submitting the 'request' data block 4100 may have user profile information accessible to the server process that can be accessed to provide the form field value for the one of the set of form fields. Commonly, the user of the client application is queried to provide user identification information, e.g., a user ID and password, at the initiation of a session of which the user transaction application is a part.
  • the user identification information can be used to access the user profile information which can then be examined for the form field value, e.g., a shipping address or postal code for the user, payment instrument information, product size, color, or configuration preferences, etc.
  • user profile information is not stored; however, records of previous interactions during the same session could be kept and used for the form field value. For instance, during a first user transaction application a user could purchase a first item; the server process could be configured to store a record of this interaction for the duration of the user's session. Were the user to initiate a second user transaction application to purchase a second item, the stored record of the previous interaction could be accessed by the server for the form field value.
  • client-side state objects could also be used for storing the form field value and the client-side state object could be queried from the server process.
  • a third party information manager (sometimes referred to as an "infomediary") could store the user information and the sever process 1300 could query the third party information manager.
  • the determination made by the 'sufficient field value' decision process 4400 as to whether a sufficient form field value is available is context insensitive. For instance, the 'sufficient field value' decision process 4400 may simply determine if there is a non-NULL value for the form field value, and, if so, deem that sufficient information is available with respect to the one of the set of form fields.
  • the 'sufficient field value' decision process 4400 could perform more complex context-sensitive determinations.
  • form field value validation logic could also be performed. For instance, a postal code could be verified for an appropriate number of digits, an email address could be examined for compliance with the relevant specifications, a domain name could be resolved to determine if it corresponds to a reachable host, etc.
  • the 'sufficient field value' decision process 4400 determines a sufficient form field value is available for the one of the set of form fields, it exits through its 'yes' branch and process flow continues to an 'additional required fields' decision process 4500. If the 'sufficient field value' decision process 4400 determines that a sufficient form field value is not available, it exits through its 'no' branch. In this instance, the server process completes execution of the invoked method and continues to a 'provide page' process 4700 to provide the dynamic contents document to the client application for receiving the form field value.
  • process flow continues within the invoked method to the 'additional required fields' decision process 4500. While members of the set of form fields that are required for completion remain for which the determination has not been made that a sufficient form field value is available, the 'additional required fields' decision process 4500 exits through its 'yes' branch and process flow returns to the 'required field selection' process 4300 for another iteration. When the 'additional required fields' decision process 4500 exits through its 'no' branch, process flow continues to a 'redirection to successor page' process 4600.
  • the 'additional required fields' decision process 4500 exits through its 'no' branch only when each of the set of form fields required for completion has been examined and it has been determined that a sufficient form field value is available. That is, the page that would have been provided by the 'provide page' process 4700 did not need to be provided to receive user input of one or more of the form field values: provision of the page has been suppressed.
  • the 'redirection to successor page' process 4600 is performed by the invoked method and returns a response to the request received in the 'request' data block 4100 that redirects the request to a next page in the user transaction application.
  • the redirection may be either entirely internal to the server process, or the client application may be provided with the response and the client application would then submit a next request to the next page.
  • Preferred embodiments employ internal server redirection, however this is not fundamental.
  • the 'redirection to successor page' process 4600 appends the set of form fields and their corresponding form field values onto the request when redirecting the request to the next page. This allows information received or retrieved when processing a current page to be made available when processing the next page. Still further, in some applications simply redirecting to the next page's URI circumvents processing of the form values desirable for successful completion of the user transaction application. For instance, processing of a shipping address and postal code could be used to determine, for instance, product sales tax and calculation of the latter could be triggered by the "posting" of the former from its form page.
  • Such applications preferably redirect to the next page's URI while including a query string comprising all required form field/value pairs, this function may be performed by including a formatted query string comprising the set of form fields and their corresponding form field values. From the 'redirection to successor page' process 4600 or the 'provide page' process 4700, process flow completes through an 'end' terminal 4800.
  • Fig. 5 depicts a flow diagram of a 'just in time automatic page suppression' method 5000 in accordance with an illustrative embodiment.
  • the 'just in time automatic page suppression' method 5000 is similar to the 'automatic page suppression' method 4000 in that it involves the interaction of a server process with a dynamic contents document and shares several steps for performing analogous functions.
  • Process flow initiates at a 'start' terminal 5005 and continues to receive a 'request' data block 5010 corresponding to an indication from the user of the client application of initiation of the user transaction application.
  • the server process retrieves a resource corresponding to the request.
  • the resource is a JavaServer Page type dynamic contents document.
  • the server process begins processing the dynamic contents document.
  • Process flow continues to a 'state object setup' process 5020 that creates a state object for maintaining state information across plural portions of the user transaction application.
  • a 'required field selection' process 5040 executes analogously to the 'required field selection' process 4300 described above.
  • Process flow continues to a 'sufficient field value' decision process 5050 that performs functions similar to both the 'page suppression mode' decision process 4200 and the 'sufficient field value' decision process 4400 of Fig. 4.
  • a selectable option could be provided to the user or the server process operator as described above in connection with the 'page suppression mode' decision process
  • the 'sufficient field value' decision process 5050 treats all of the set of form fields as lacking a sufficient form field value and exits through its 'no' branch.
  • the 'sufficient field value' decision process 5050 executes analogously to the 'sufficient field value' decision process 4400 of Fig. 4. That is, it exits through its 'no' branch if, and only if, it determines a sufficient form field value is unavailable.
  • the 'sufficient field value' decision process 5050 exits through its 'no' branch the one of the set of form fields ("F") should be added to a page that will be provided to the user for receiving the form field value.
  • F the set of form fields
  • the separation of the form fields from the set of form fields for which form field values are required into an appropriate number of pages occurs when the determination is made that a sufficient form field value is not available.
  • the pagination is just in time. In this instance, just in time pagination is accomplished by creating a developing page for a first form field. Additional form fields are added to the developing page until it is determined that the developing page should be provided to the user to receive user input. If additional form fields require user input a next developing page is created and additional form fields added to it until it is determined that the next developing page should be provided to the user to receive user input. This process can continue until there are no remaining form fields for which user input is required. When the 'sufficient field value' decision process 5050 exits through its 'no' branch, an 'add F to developing page' process 5070 adds the form field to the developing page.
  • the number and nature of the set of form fields that are appropriate for a single page may vary. For example, if the client application is a platform integrating television reception and, for instance an
  • HTTP, client such as a conventional set-top box
  • a user's display is likely a conventional television.
  • suitable screen area for the page is more limited than if the user's display were a conventional display use with a personal computer or workstation.
  • suitable screen area of a conventional television may be 544 (width) by 300 (height) pixels. While a single page, when rendered, could exceed this, it may be desirable that a single page fit within the suitable screen area so that the user is not inconvenienced by having to scroll or navigate across multiple screens of the page.
  • process flow continues to a 'developing page to user' decision process 5060.
  • the 'developing page to user' decision process 5060 tests two conditions; if either of the conditions are true, the developing page should be provided to the user for data input.
  • the first test condition is whether the developing page is fulll.
  • a conventional two-dimensional bin packing algorithm may be used for this test, as may simpler heuristics. If a bin packing algorithm is used, the suitable screen area may be obtained, for instance from a predetermined value used by the server process, or responsive to an inference based on the type of client application. For example, an inference could be made that if the client application is a set-top box, the suitable screen area is that of a television screen.
  • the screen area (in pixels) of a form field along with any previous form fields added to the developing page could be used by the bin packing algorithm to determine if another of the form fields can be added to the developing page. If another form field cannot be added, the developing page is full and the first test condition is true.
  • the second test condition is whether the developing page should be provided even if it is not full. This situation occurs when at least one of the set of form fields has been added to the developing page—but the developing page is not full—and there are no additional required fields. In this instance, the page should be provided even though it is not full and the second test condition is true.
  • 'provide page' process 5080 that provides the completed developing page to the client application for user input of the form field value.
  • process flow continues to a 'field value(s) storage' process 5090 that stores the form field value received from the user.
  • the 'field value(s) storage' process 5090 stores the form field value in the state object created by the 'state object setup' process 5020; in other embodiments, the 'field value(s) storage' process 5090 stores the form field value along with the set of form fields as field/value pairs in a string that can be later passed as a query string portion of a URI as previously described.
  • testing of whether the developing page was full occurred after a field was added to the developing page is suitable in situations where form fields are of nearly constant space, e.g. input boxes and drop-down menus. As most user transaction applications are of this type, the post-testing is suitable. In instances where the expected form fields are not of nearly constant space, a pre- addition test could be used and when the developing page was full, a next page started, the form field provided to the next page, and the developing page be provided to the user.
  • process flow continues to the 'additional required fields' decision process 5100.
  • the 'additional required fields' decision process 5100 performs analogously to the 'additional required fields' decision process 4500 which was previously described. While members of the set of form fields remain for which the determination has not been made that a sufficient form field value is available, the 'additional required fields' decision process 5100 exits through its 'yes' branch and process flow returns to the 'required field selection' process 5040 for another iteration.
  • process flow continues to a 'redirection to successor page' process 5130.
  • the 'redirection to successor page' process 5130 redirects the request received in the 'request' data block 5010 to the successor page in the user transaction application, which, when just in time pagination is employed, is typically a page that informs the user that the user transaction application has been completed.
  • the redirected request may comprise a query string with field/value pairs. Process flow then completes through an 'end' terminal 5150.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Health & Medical Sciences (AREA)
  • Artificial Intelligence (AREA)
  • Audiology, Speech & Language Pathology (AREA)
  • Computational Linguistics (AREA)
  • General Health & Medical Sciences (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • User Interface Of Digital Computer (AREA)
  • Computer And Data Communications (AREA)

Abstract

Disclosed are methods for reducing the number of 'pages', e.g HTML, JavaScript/ECMA Script, or XML documents or the like, in forms-based transaction applications. One disclosed method involves using dynamic contents documents such as JavaServer pages that include a list of required fields for completion of a transaction. When the transaction initiates the dynamic contents document interacts with a server process to determine if sufficient values for the required form fields are already available, for instance, from a use profile or previous transaction. If so, these values can be used. If, for one or more pages, a form field value is not available, these and only these pages are provided to the user; the others are suppressed. In another aspect, rather than having an ordered set of predetermined pages some of which can be suppressed, just in time pagination is obtained by determining which fields lack sufficient field values, a priori. These field values are placed in pages as they are located and the pages provided to the user when they reach a suitable size. With just in time pagination, those and only those form fields for which user data input is needed can be split into pages suitable for viewing on the user's client platform and provided to the user.

Description

METHOD, APPARATUS, AND COMPUTER PROGRAM PRODUCT FOR AUTOMATIC PAGE SUPPRESSION IN FORMS
FIELD
The invention relates generally systems for on-line transactions and, more particularly, to transaction architectures in client server communications employing markup language based electronic forms for processing transaction related information.
BACKGROUND
Client-server applications employing markup language based electronic documents, e.g. the World Wide Web, often involve forms (also referred to herein as
"forms pages"). Electronic commerce applications are particularly reliant on forms for receiving information from a party to a transaction that information which is necessary to complete the transaction. Especially as these applications are made available to devices with limited resolutions (compared to the displays commonly used with conventional personal computers or workstations) these forms are spanning multiple pages. This trend towards the proliferation of forms pages has at least two undesirable effects.
A first undesirable effect is that a succession of pages can become tedious and frustrating to the user. Users are frequently drawn to, for instance World Wide Web applications, because of their increased convenience over conventional methods of transacting. A tedious succession of forms pages to complete a transaction negates at least a portion of the user benefits to transacting in this way. "Impulse transactions" are desirable from a consumer perspective, as they allow the consumer to immediately (or more nearly so) obtain and enjoy items they wish to consume and the tedious succession of forms pages may prevent "impulse transactions." Accordingly, it would be desirable for a system to exist that allowed for the reduction or elimination of the number of forms pages required for a user to complete a forms-based transaction application.
A second undesirable effect is that multiple forms pages involve multiple requests for resources of the server, thereby increasing server overhead. For instance, an operator of an electronic marketplace may have an appreciable amount of overhead costs devoted to hardware for adequate transaction processing abilities to serve customers promptly. If each transaction requires processing multiple forms pages, as the number of forms pages increases, the operator needs to invest in additional computing hardware to maintain the same level of prompt customer service. Thus it would be advantageous for means to exist by which server operators processing forms-based transactions could reduce the number of forms pages required to complete a transaction.
Increasingly, user transaction applications cultivate repeat usage through a user registration process or by storing for later use the information provided by users in previous transaction sessions. In either instance, a sever process carrying on a user transaction application may have available to it sufficient information to complete, at least some, of the form fields that are required to complete the user transaction application. Further, a repeat user may desire that the server process use the available sufficient information without confirmation to complete the user transaction application. In particular, for forms pages that contain only fields for which sufficient form field values are already available, given the user's consent it may be desirable to suppress providing those forms pages to the user.
One conventional approach directed towards streamlining user transaction applications are conventional "one-click" or "single step" ordering systems used in electronic commerce transactions. An exemplary system is described in WO9913424, entitled "Method and System for Placing a Purchase Order Via A Communications Network" for applicant Amazon.com. Single-step ordering systems do streamline product purchase transactions, however they do not provide a solution for automatic page suppression in forms. Typically "single-step" systems involve a pre-registration process in which a user enters the information necessary to complete transactions (generally spanning multiple forms pages) with the system. Then, when a subsequent transaction is initiated, either the entire series of transaction pages is skipped or the entire series of transaction pages must have their form field values re-entered by the user. That is, conventional systems provide no logic with respect to which aspects of a series of forms pages can be suppressed.
Conventional systems present significant disadvantages if the user is engaged in activity in addition to completing the user transaction application. For instance, when a user's client application is a device that integrates television reception with, for instance HTTP client capability, the user may initiate a user transaction application in response to an interactive portion of a video program. In this context, the user could naturally desire to complete the user transaction application with dispatch so that they can return to viewing the video program. Conventional single- step systems would be inadequate solutions in this context. This is due, in part, to the fact that they typically require the user to process the entire series of forms pages to complete input of only a few form fields, when sufficient form field values are unavailable for the few form fields. Accordingly, there is a need for a system of automatic page suppression in forms that is flexible and optimized to suppress as much of a series of forms pages as can be suppressed with user consent.
SUMMARY
In order to provide a solution to the forgoing and additional problems, aspects the present invention provide a method, apparatus, and system for automatic page suppression in forms. One aspect of the invention involve methods for reducing the number of pages provided for user input in forms-based user transaction applications. An illustrative method includes examining a set of form fields associated with information required to complete a user transaction application for determining if sufficient form field values corresponding to the set of form fields are available to complete the user transaction application; and if at least one of the form field values corresponding to the set of form fields is unavailable, providing a page for receiving the at least one of the set of form field values; and otherwise providing a request to a successor page for further processing of the user transaction application.
In a variation, the illustrative method includes providing a selectable option for deteπnining whether the user transaction application should have the number of pages for user input reduced and, wherein reducing the number of pages provided for user input in forms-based user transaction applications occurs only if the selectable option is selected.
In another variation, the set of form fields is divided among a plurality of ordered pages; and the step of providing a request to a successor page comprises redirecting a request to the successor page. Still further, providing a page for receiving the at least one of the set of form field values may include: repetitively adding at least one of the form fields corresponding to the at least one of the set of form field values to a developing page; and providing the developing page for receiving the at least one of the set of form field values. In an additional variation, adding at least one of the form fields may include determining if adding at least one of the form fields would result in the developing page, when rendered by a client application, to exceed predetermined limits, and; if not, adding the at least one of the form fields to the developing page.
Yet another aspect of the invention is a computing apparatus configured with programmed instructions for reducing the number of pages provided for user input in forms-based user transaction applications. The programmed instructions configure the computing apparatus to provide structures for implementing particular functions in accordance with some embodiments of the invention. In an illustrative computing apparatus, the programmed instructions configure the computing apparatus to provide structures for: examining a set of form fields associated with information required to complete a user transaction application; determining if sufficient form field values corresponding to the set of form fields are available to complete the user transaction application; and providing a page for receiving the at least one of the set of form field values if at least one of the form field values corresponding to the set of form fields is unavailable and, otherwise providing a request to a successor page for further processing of the user transaction application.
A variation includes providing a selectable option for determining whether the user transaction application should have the number of pages for user input reduced and, wherein reducing the number of pages provided for user input in forms-based user transaction applications occurs only if the selectable option is selected.
In a variation the set of form fields is divided among a plurality of ordered pages; and providing a request to a successor page includes redirecting a request to the successor page. In addition, providing a page for receiving the at least one of the set of form field values may include repetitively adding at least one of the form fields corresponding to the at least one of the set of form field values to a developing page; and providing the developing page for receiving the at least one of the set of form field values.
In another variation, adding at least one of the form fields may include determining if adding at least one of the form fields would result in the developing page, when rendered by a client application, to exceed predetermined limits, and if not, adding the at least one of the form fields to the developing page. Yet another aspect of the invention is a computer program product comprising a computer readable storage medium having computer readable code embodied therein for reducing the number of pages provided for user input in forms-based user transaction applications. The computer readable code includes code for examining a set of form fields associated with information required to complete a user transaction application; code for determining if sufficient form field values corresponding to the set of form fields are available to complete the user transaction application; and code for providing a page for receiving the at least one of the set of form field values if at least one of the form field values corresponding to the set of form fields is unavailable and otherwise providing a request to a successor page for further processing of the user transaction application.
In another aspect, the code providing a page for receiving the at least one of the set of form field values may include: code for repetitively adding at least one of the form fields corresponding to the at least one of the set of form field values to a developing page; and code for providing the developing page for receiving the at least one of the set of form field values. Also, adding at least one of the form fields may include determining if adding at least one of the form fields would result in the developing page, when rendered by a client application, to exceed predetermined limits, and if not, adding the at least one of the form fields to the developing page. In another variation the set of form fields is divided among a plurality of ordered pages; and providing a request to a successor page comprises redirecting a request to the successor page.
Another aspect of the invention is that it can obtain additional benefits when implemented in a transaction system that also enables deferring completion of a multi- step user transaction application. Illustratively, compter-implemented methods enabling this feature include providing a page to a client application. The page includes one or more resources for input of information related to completion of the multi-step user transaction application ("MUTA"), and a resource for selection of a deferral action. This method also includes receiving an indication of the selection of the deferral action, storing state information (including a position in the MUTA and information related to completion of the MUTA); and generating a resumption object including an identifier of a resource for completion of the MUTA.
The state information could be stored in a conventional data structure. Storing state information can be performed automatically at more than one step in the MUTA and storing state information can be performed in response to user selection. In addition storing state information may include monitoring an elapsed time since a transaction page was provided; determining whether the elapsed time exceeds a predetermined time limit; and storing state information if a user response is received within the predetermined time limit. In an further step, the resumption object is transmitted to a client application. In some instances, the resumption object includes a URL or other resouce reference.
An additional feature of this illustrative method enabling deferred completion includes a computer-implemented method for completing a previously-deferred
MUTA. This method includes providing a resumption object to a client application. The resumption object here includes an identifier of a resource for completion of the MUTA. Additional steps in the method include receiving a request for the resource for completion of the MUTA; retrieving previously-received information for returning to a state at which the MUTA was previously deferred; and providing a resource corresponding to the state at which the MUTA was previously deferred.
A computing apparatus configured with programmed instructions for reducing the number of pages provided for user input in forms-based user transaction applications can further be configured for enabling deferred completion of MUTAs. An illustrative computing apparatus also includes server process logic configured with programmed instructions for providing a page to a client application, the page including one or more resources for input of information related to completion of the MUTA and a resource for selection of a deferral action. The apparatus is further configured for receiving an indication of the selection of the deferral action, and for generating a resumption object. The resumption object includs an identifier of a resource for completion of the MUTA. The computing apparatus also includes a data storage system configured for storing state information including a position in the
MUTA, and information related to completion of the MUTA. In a variation, the apparatus is configured for storing state information in the data storage system at plural steps in the MUTA; and, the illustrative apparatus may include timing process logic configured for monitoring an elapsed time since a transaction page was provided. In yet another component, the apparatus is further configured for transmitting the resumption object to a client application.
An additional variation of the illustrative apparatus described above includes a data storage system configured for storing a state object and server process logic configured for providing a resumption object to a client application. The resumption object includes an identifier of a resource for completion of the MUTA. The server process logic is also configured to receive a request for the resource for completion of the MUTA, retrieve previously-received information from the state object for returning to a state at which the MUTA was previously deferred, and provide a resource corresponding to the state at which the MUTA was previously deferred.
Computer readable storage media having computer readable code embodied therein for reducing the number of pages provided for user input in forms-based user transaction applications can further include code for deferring completion of a MUTA. Illustrative computer-readable program code for deferring completion of a MUTA includes code for providing a page to a client application. The page includes one or more resources for input of information related to completion of the MUTA, and a resource for selection of a deferral action. The computer-readable program code also includes code for receiving an indication of the selection of the deferral action, code for storing state information (including a position in the MUTA and information related to completion of the MUTA), and code for generating a resumption object comprising an identifier of a resource for completion of the MUTA. The code for storing state information may also include code for storing state information and two or more steps in the MUTA. The code for storing state information may include code for monitoring an elapsed time since a transaction page was provided; code for determining whether the elapsed time exceeds a predetermined time limit; and code for storing state information if a user response is received within the predetermined time limit.
An additional variation on the illustrative computer program product involves the computer program code including code for providing a resumption object to a client application. The resumption object includes an identifier of a resource for completion of the MUTA. The computer program product also includes code for receiving a request for said resource for completion of the MUTA, code for retrieving previously-received information for returning to a state at which the MUTA was previously deferred; and code for providing a resource corresponding to said state at which the MUTA was previously deferred.
BRIEF DESCRIPTION OF THE DRAWINGS
These and other features, aspects, and advantages of the present invention will become better understood with regard to the following description, appended claims, and accompanying drawings where:
Fig. 1 is a diagram of elements in an operating environment in which an illustrative embodiment can be employed;
Fig. 2 depicts a computer system capable of being configured to embody aspects of the invention in accordance with an illustrative embodiment; Fig. 3 is a diagram of a conventional user transaction application using form pages;
Fig. 4 depicts a flow diagram of a method for automatic page suppression in forms in accordance with an illustrative embodiment; and
Fig. 5 depicts a flow diagram of a method for automatic page suppression in forms with just in time pagination.
DETAILED DESCRIPTION
DESCRIPTION OF FIGURES
Fig. 1 depicts elements in an operating environment 1000 in accordance with an illustrative embodiment. A client application 1100 and a sever process 1300 are shown. The client application 1100 and the sever process 1300 are configured for client-server communication across a data network 1200. In some embodiments, the data network 1200 comprises a portion of the Internet, although other networks could be used, either public or private, using either the TCP/IP protocols (including the User Datagram Protocol) or with other protocols. In preferred embodiments the Hypertext
Transfer Protocol ("HTTP") is used to communicate Request and Response messages and Hypertext Markup Language ("HTML") pages. Other embodiments could use the Extensible Markup Language ("XML") or other markup language.
In some embodiments, the client application 1100 executes on a hardware platform that integrates the features of a television receiver and an HTTP client.
Many commercially available structures can perform these functions. Certain of the current generation of "set-top boxes" are suitable, including, for instance, the WebTV "Plus" set-top box (also referred to as an Internet Receiver) available through Microsoft's WebTV Networks, Inc. of Palo Alto, California (and its manufacturing licensees). In other embodiments, the client application could execute on a general purpose computer configured with suitable video hardware to integrate the features of a television receiver and a client application. As one skilled in the art will appreciate from this disclosure, the features of the invention are not limited to embodiments which operate with client platforms that integrate television and network connectivity. However, the features of the invention obtain particular benefits in this context.
Fig. 2 depicts a computer system 2000 capable of embodying aspects of the invention. The sever process 1300 may execute on structures in accordance with the computer system 2000. The computer system 2000 comprises a microprocessor 2010, a memory 2020 and an input/output system 2030. The memory 2020 is capable of being configured to provide a data structure 2040 which may contain data manipulated by the computer system 2000 when embodying aspects of the invention. Further illustrated is a media drive 2070, such as a disk drive, CD-ROM drive, or the like. The media drive 2070 may operate with a computer-usable storage medium 2075 capable of storing computer-readable program code able to configure the computer system 2000 to embody aspects of the invention. In other embodiments, the computer system 2000 could be a diskless computer with a non-volatile memory. The input/output system 2030 may also operate with a keyboard 2050, a display 2060, a pointing device 2090, or a network such as the data network 1200. The input/output system 2030 may also communicate with a mass data storage 2080 such as a database or the like. The mass data storage 2080 may store information related to users of the client application 1100 that facilitate completion of a user transaction application, including, for instance, user profile information, records of past interactions, payment instrument information, demographic information, product or service feature preference information, or the like.
As illustrated, the computer system 2000 is general-purpose computing machinery. As one of skill recognizes, programmed instructions may configure general purpose computing machinery to embody structures capable of performing functions in accordance with aspects of the invention. Special purpose computing machinery comprising, for example, an application specific integrated circuit (ASIC) may also be used. Further, configurable hardware could be used including, for instance, a field programmable gate array or a complex programmable logic device. One skilled in the art will recognize, numerous structures of programmed or programmable logic capable of being configured to embody aspects of the invention.
In some embodiments, the computer system 2000 is a SPARC -based workstation from Sun Microsystems of Mountain View, CA, running the SOLARIS operating system and the Apache HTTP server with a Secure Sockets Layer module. In such embodiments, the sever process 1300 could comprise the Apache HTTP server with the Secure Sockets Layer module.
Frequently the client application 1100 communicates with the sever process 1300 to carry out a user transaction application. The user transaction application may be a commercial transaction (sometimes referred to as "E-Commerce"), although one skilled in the art is familiar with may other user transaction applications conventionally practiced in, for instance the Internet environment. Frequently, user transaction applications are implemented with "forms." The HTML specification (version 3.2 , the proposed version 4.0, and it is likely later-developed versions available from the World Wide Web Consortium at <http://www.w3c.org> or through the MIT Laboratory for Computer Science in Cambridge, Massachusetts) has particular provisions for forms that are conventionally used for transactions, although many other conventional Internet programming techniques are also used for forms- based user transaction applications.
Fig. 3 depicts a diagram of a conventional user transaction application using form pages. The client application 1100 sends a user transaction application initiation request 3400 to the sever process 1300 to initiate the user transaction application. The user transaction application initiation request 3400 may be a Request Message in accordance with the HTTP specification which comprises a Uniform Resource Identifier ("URI") that corresponds to a resource available on the sever process 1300 which initiates execution of the user transaction application. Forms are typically used in user transaction applications to receive input from the user that is necessary to complete the user transaction application. A form comprises one or more form fields; the user provides form field values for the one or more form fields. With reference to Fig. 3, a first form page 3450 is communicated from the sever process 1300 to the client application 1100 which renders the form page. The client application 1100 then receives user input for the form field values and communicates first form page field values 3500 to the sever process 1300.
Frequently, and particularly when the client application 1100 renders on a display with limited resolution (compared to a PC) such as a television, forms for completion of the user transaction application span multiple pages. This is depicted in Fig. 3 where the sever process 1300 communicates a second form page 3550 to the client application 1100 which responds with a second form page field values 3600 after the user has entered the appropriate form field values. This process may continue for several iterations, and a Nth form page 3650 and a Nth form page field values 3700 are depicted for some integer 'N" greater than 2. For PC-oriented forms, N rarely exceeds 5 . However, as noted above, when completion of user transaction applications requires several form pages, server resources may become burdened and user frustration may increase, perhaps reducing the likelihood the user will engage in subsequent transactions with the operator of the sever process 1300. Accordingly it is desirable that, when possible, form pages for completion of user transaction application should be suppressed.
Fig. 4 depicts a flow diagram of an 'automatic page suppression' method 4000 in accordance with an illustrative embodiment. The 'automatic page suppression' method 4000 is carried on by a server process configured for operation with a dynamic contents document, for instance one that contains application logic that describes how to process a request to generate a response. Several conventional dynamic document architectures are known in the art including, for instance, Sun Microsystems' JavaServer Pages, or Microsoft Corporation's Active Server Pages. Other conventional server-side scripting architectures could also be used.
The 'automatic page suppression' method 4000 depicts process flow of an interaction of the dynamic contents document and the sever process 1300 in handling a user transaction application initiated from the client application 1100. Process flow initiates at a 'start' terminal 4050 and continues to receive a 'request' data block 4100 corresponding to an indication from the user of the client application of initiation of the user transaction application. The sever process 1300 retrieves a resource corresponding to the request. In this illustrative embodiment, the resource is a JavaServer Page type dynamic contents document. The server process begins processing the application logic of the dynamic contents document.
One aspect of the application logic is to maintain state information from a first portion of the user transaction application so that it is available to later portions of the user transaction application. For instance, if the user transaction application comprises several pages in which user information input is received, the user information input from the first of the several pages should be maintained for completion of the user transaction application. A 'state object setup' process 4150 executes in which the sever process creates a state object for maintaining state information across plural portions of the user transaction application. When JavaServer Page type dynamic contents documents are used, the state object may be a
JAVA Bean. Other state objects could be used depending on the server process architecture, either more sophisticated programatically, or less sophisticated, for instance a temporary file.
Process flow continues to a 'page suppression mode' decision process 4200 that determines if the user transaction application should execute in page suppression mode. A selectable option may be provided for determining whether the user transaction application should execute in page suppression mode. Preferably, when the selectable option is selected the user transaction application executes with page suppression. In some embodiments, the selectable option is provided to an operator of the server process. In other embodiments, the selectable option is provided to the user of the client application. In this instance, the user selects whether to complete the user transaction application with page suppression and the user's selection is transmitted to the server process. A preliminary page in the user transaction application could provide the selectable option to the user; the selectable option could be a user interface element, for instance, a button, a check box, etc. In still other embodiments, the selectable option could be a field in a profile for the user and the server process could examine this field to determine whether the user transaction application should execute in page suppression mode.
The 'page suppression mode' decision process 4200 is a method executed by the server process in processing the application logic of the dynamic contents document. If the user transaction application should execute in page suppression mode, the 'page suppression mode' decision process 4200 exits through its 'yes' branch. In this illustrative embodiment, the dynamic contents document defines a set of form fields required for completion of the user transaction application. The dynamic contents document further comprises a method invocation for determining whether sufficient form field values are available for the set of form fields so that suppression of the page(s) soliciting user input of the form field values may be suppressed.
When processing the dynamic contents document, the server processes invokes this method and its execution initiates. Process flow continues to a 'required field selection' process 4300. The 'required field selection' process 4300 selects one of the set of form fields that are required to complete the user transaction application
(mnemonically "F"). A user transaction application may have fields that are not required to complete the user transaction application. Preferably the dynamic contents document comprises a set of form fields that are required to complete that portion of the user transaction application associated with the dynamic contents document and the 'required field selection' process 4300 selects from that set. No particular manner of selection is fundamental, iteration through a list is typically sufficient. Process flow continues to a 'sufficient field value' decision process 4400.
The 'sufficient field value' decision process 4400 determines if a sufficient form field value exists for the one of set of form fields to complete the user transaction application. The user of the client application submitting the 'request' data block 4100 may have user profile information accessible to the server process that can be accessed to provide the form field value for the one of the set of form fields. Commonly, the user of the client application is queried to provide user identification information, e.g., a user ID and password, at the initiation of a session of which the user transaction application is a part. If this is the case, the user identification information can be used to access the user profile information which can then be examined for the form field value, e.g., a shipping address or postal code for the user, payment instrument information, product size, color, or configuration preferences, etc. In other instances, user profile information is not stored; however, records of previous interactions during the same session could be kept and used for the form field value. For instance, during a first user transaction application a user could purchase a first item; the server process could be configured to store a record of this interaction for the duration of the user's session. Were the user to initiate a second user transaction application to purchase a second item, the stored record of the previous interaction could be accessed by the server for the form field value. Still, further, client-side state objects could also be used for storing the form field value and the client-side state object could be queried from the server process. In addition, a third party information manager (sometimes referred to as an "infomediary") could store the user information and the sever process 1300 could query the third party information manager. In some embodiments, the determination made by the 'sufficient field value' decision process 4400 as to whether a sufficient form field value is available is context insensitive. For instance, the 'sufficient field value' decision process 4400 may simply determine if there is a non-NULL value for the form field value, and, if so, deem that sufficient information is available with respect to the one of the set of form fields. In other embodiments, the 'sufficient field value' decision process 4400 could perform more complex context-sensitive determinations. Still further, form field value validation logic could also be performed. For instance, a postal code could be verified for an appropriate number of digits, an email address could be examined for compliance with the relevant specifications, a domain name could be resolved to determine if it corresponds to a reachable host, etc.
If the 'sufficient field value' decision process 4400 determines a sufficient form field value is available for the one of the set of form fields, it exits through its 'yes' branch and process flow continues to an 'additional required fields' decision process 4500. If the 'sufficient field value' decision process 4400 determines that a sufficient form field value is not available, it exits through its 'no' branch. In this instance, the server process completes execution of the invoked method and continues to a 'provide page' process 4700 to provide the dynamic contents document to the client application for receiving the form field value.
When the 'sufficient field value' decision process 4400 exits through its 'yes' branch, process flow continues within the invoked method to the 'additional required fields' decision process 4500. While members of the set of form fields that are required for completion remain for which the determination has not been made that a sufficient form field value is available, the 'additional required fields' decision process 4500 exits through its 'yes' branch and process flow returns to the 'required field selection' process 4300 for another iteration. When the 'additional required fields' decision process 4500 exits through its 'no' branch, process flow continues to a 'redirection to successor page' process 4600. The 'additional required fields' decision process 4500 exits through its 'no' branch only when each of the set of form fields required for completion has been examined and it has been determined that a sufficient form field value is available. That is, the page that would have been provided by the 'provide page' process 4700 did not need to be provided to receive user input of one or more of the form field values: provision of the page has been suppressed.
The 'redirection to successor page' process 4600 is performed by the invoked method and returns a response to the request received in the 'request' data block 4100 that redirects the request to a next page in the user transaction application. As one of skill in the art will appreciate, the redirection may be either entirely internal to the server process, or the client application may be provided with the response and the client application would then submit a next request to the next page. Preferred embodiments employ internal server redirection, however this is not fundamental.
In some embodiments, the 'redirection to successor page' process 4600 appends the set of form fields and their corresponding form field values onto the request when redirecting the request to the next page. This allows information received or retrieved when processing a current page to be made available when processing the next page. Still further, in some applications simply redirecting to the next page's URI circumvents processing of the form values desirable for successful completion of the user transaction application. For instance, processing of a shipping address and postal code could be used to determine, for instance, product sales tax and calculation of the latter could be triggered by the "posting" of the former from its form page. Such applications preferably redirect to the next page's URI while including a query string comprising all required form field/value pairs, this function may be performed by including a formatted query string comprising the set of form fields and their corresponding form field values. From the 'redirection to successor page' process 4600 or the 'provide page' process 4700, process flow completes through an 'end' terminal 4800.
1! JUST IN TIME PAGINATION
In the above-described illustrative embodiment, user information requests were provided though a plurality of ordered pages of predetermined length. However, it is not fundamental that the user transaction application be split across the plurality of ordered pages, or that pages be of a predetermined length. Rather, pagination may occur responsive to the number and type of the set of form fields for which sufficient information is not available. To further illustrate this aspect, Fig. 5 depicts a flow diagram of a 'just in time automatic page suppression' method 5000 in accordance with an illustrative embodiment. The 'just in time automatic page suppression' method 5000 is similar to the 'automatic page suppression' method 4000 in that it involves the interaction of a server process with a dynamic contents document and shares several steps for performing analogous functions.
Process flow initiates at a 'start' terminal 5005 and continues to receive a 'request' data block 5010 corresponding to an indication from the user of the client application of initiation of the user transaction application. The server process retrieves a resource corresponding to the request. In this illustrative embodiment, the resource is a JavaServer Page type dynamic contents document. The server process begins processing the dynamic contents document. Process flow continues to a 'state object setup' process 5020 that creates a state object for maintaining state information across plural portions of the user transaction application. Next, a 'required field selection' process 5040 executes analogously to the 'required field selection' process 4300 described above. Process flow continues to a 'sufficient field value' decision process 5050 that performs functions similar to both the 'page suppression mode' decision process 4200 and the 'sufficient field value' decision process 4400 of Fig. 4.
Just in time pagination effectively provides field suppression on a field-by- field basis and there need not be predetermined pages at all. However, the user or the operator of the server process may desire to provide all required form fields to the user. For instance, the user may desire to verify or re-enter previously entered form field values. Thus, the features of the 'page suppression mode' decision process 4200 could also be beneficially used with just in time pagination.
A selectable option could be provided to the user or the server process operator as described above in connection with the 'page suppression mode' decision process
4200. With just in time pagination, preferred embodiments provide all required form fields (with any available form field values filled in for review and editing by the user) if page suppression mode is not selected. The 'sufficient field value' decision process 5050 examines whether page suppression mode has been selected with the selectable option.
If page suppression mode is not selected, the 'sufficient field value' decision process 5050 treats all of the set of form fields as lacking a sufficient form field value and exits through its 'no' branch. When page suppression is selected, the 'sufficient field value' decision process 5050 executes analogously to the 'sufficient field value' decision process 4400 of Fig. 4. That is, it exits through its 'no' branch if, and only if, it determines a sufficient form field value is unavailable.
When, the 'sufficient field value' decision process 5050 exits through its 'no' branch the one of the set of form fields ("F") should be added to a page that will be provided to the user for receiving the form field value. When page suppression is not selected, this occurs for each of the set of form fields.
Typically plural form fields may be suitably arranged on a single page. In this illustrative embodiment, the separation of the form fields from the set of form fields for which form field values are required into an appropriate number of pages occurs when the determination is made that a sufficient form field value is not available. The pagination is just in time. In this instance, just in time pagination is accomplished by creating a developing page for a first form field. Additional form fields are added to the developing page until it is determined that the developing page should be provided to the user to receive user input. If additional form fields require user input a next developing page is created and additional form fields added to it until it is determined that the next developing page should be provided to the user to receive user input. This process can continue until there are no remaining form fields for which user input is required. When the 'sufficient field value' decision process 5050 exits through its 'no' branch, an 'add F to developing page' process 5070 adds the form field to the developing page.
Depending, for instance, on the client application, the number and nature of the set of form fields that are appropriate for a single page may vary. For example, if the client application is a platform integrating television reception and, for instance an
HTTP, client, such as a conventional set-top box, then a user's display is likely a conventional television. If the user's display is a conventional television suitable screen area for the page is more limited than if the user's display were a conventional display use with a personal computer or workstation. For instance, suitable screen area of a conventional television may be 544 (width) by 300 (height) pixels. While a single page, when rendered, could exceed this, it may be desirable that a single page fit within the suitable screen area so that the user is not inconvenienced by having to scroll or navigate across multiple screens of the page.
From the 'add F to developing page' process 5070 and when the 'sufficient field value' decision process 5050 exits through its 'yes' branch indicating a sufficient form field value is available, process flow continues to a 'developing page to user' decision process 5060. The 'developing page to user' decision process 5060 tests two conditions; if either of the conditions are true, the developing page should be provided to the user for data input.
The first test condition is whether the developing page is fulll. A conventional two-dimensional bin packing algorithm may be used for this test, as may simpler heuristics. If a bin packing algorithm is used, the suitable screen area may be obtained, for instance from a predetermined value used by the server process, or responsive to an inference based on the type of client application. For example, an inference could be made that if the client application is a set-top box, the suitable screen area is that of a television screen. The screen area (in pixels) of a form field along with any previous form fields added to the developing page could be used by the bin packing algorithm to determine if another of the form fields can be added to the developing page. If another form field cannot be added, the developing page is full and the first test condition is true. The second test condition is whether the developing page should be provided even if it is not full. This situation occurs when at least one of the set of form fields has been added to the developing page—but the developing page is not full—and there are no additional required fields. In this instance, the page should be provided even though it is not full and the second test condition is true.
If either the first or second test condition is true, the 'developing page to user' decision process 5060 exits through its 'yes' branch and process flow continues to a
'provide page' process 5080 that provides the completed developing page to the client application for user input of the form field value. When the user input is received, process flow continues to a 'field value(s) storage' process 5090 that stores the form field value received from the user. In some embodiments, the 'field value(s) storage' process 5090 stores the form field value in the state object created by the 'state object setup' process 5020; in other embodiments, the 'field value(s) storage' process 5090 stores the form field value along with the set of form fields as field/value pairs in a string that can be later passed as a query string portion of a URI as previously described.
As described above, testing of whether the developing page was full occurred after a field was added to the developing page. This is suitable in situations where form fields are of nearly constant space, e.g. input boxes and drop-down menus. As most user transaction applications are of this type, the post-testing is suitable. In instances where the expected form fields are not of nearly constant space, a pre- addition test could be used and when the developing page was full, a next page started, the form field provided to the next page, and the developing page be provided to the user.
From the 'field value(s) storage' process 5090 and when the 'developing page to user' decision process 5060 exits through its 'no' branch indicating both the first and second test conditions are false, process flow continues to the 'additional required fields' decision process 5100. The 'additional required fields' decision process 5100 performs analogously to the 'additional required fields' decision process 4500 which was previously described. While members of the set of form fields remain for which the determination has not been made that a sufficient form field value is available, the 'additional required fields' decision process 5100 exits through its 'yes' branch and process flow returns to the 'required field selection' process 5040 for another iteration. When the 'additional required fields' decision process 5100 exits through its 'no' branch, process flow continues to a 'redirection to successor page' process 5130.
The 'redirection to successor page' process 5130 redirects the request received in the 'request' data block 5010 to the successor page in the user transaction application, which, when just in time pagination is employed, is typically a page that informs the user that the user transaction application has been completed. As described above in connection with the 'redirection to successor page' process 4600, the redirected request may comprise a query string with field/value pairs. Process flow then completes through an 'end' terminal 5150.
Although the present invention has been described in terms of features illustrative embodiments, one skilled in the art will understand that various modifications and alterations may be made without departing from the scope of the invention. Accordingly, the scope of the invention is not to be limited to the particular embodiments discussed herein, but should be defined only by the allowed claims and equivalents thereof.

Claims

ClaimsWhat is claimed is:
1. A computer-implemented method of reducing the number of pages provided for user input in forms-based user transaction applications, said computer-implemented method comprising: examining a set of form fields associated with information required to complete a user transaction application for determining if sufficient form field values corresponding to said set of form fields are available to complete said user transaction application; and
if at least one of said form field values corresponding to said set of form fields is unavailable, providing a page for receiving said at least one of said set of form field values; and otherwise providing a request to a successor page for further processing of said user transaction application.
2. The computer-implemented method according to claim 1 wherein: said set of form fields is divided among a plurality of ordered pages; and said step of providing a request to a successor page comprises redirecting a request to said successor page.
3. The computer-implemented method according to claim 1 further comprising: providing a selectable option for determining whether said user transaction application should have the number of pages for user input reduced and, wherein reducing the number of pages provided for user input occurs only if said selectable option is selected.
4. The computer-implemented method according to claim 1 wherein providing a page for receiving said at least one of said set of form field values comprises: repetitively adding at least one of said form fields corresponding to said at least one of said set of form field values to a developing page; and providing said developing page for receiving said at least one of said set of form field values.
5. The computer-implemented method according to claim 4 wherein the step of adding at least one of said form fields comprises: determining if adding at least one of said form fields would result in said developing page, when rendered by a client application, to exceed predetermined limits, and; if not, adding said at least one of said form fields to said developing page.
6. A computing apparatus configured for reducing the number of pages provided for user input in forms-based user transaction applications, comprising: means for examining a set of form fields associated with information required to complete a user transaction application; means for determining if sufficient form field values corresponding to said set of form fields are available to complete said user transaction application; and means for providing a page for receiving said at least one of said set of form field values if at least one of said form field values corresponding to said set of form fields is unavailable and otherwise providing a request to a successor page for further processing of said user transaction application.
7. An apparatus according to claim 6 futher comprising:
means for providing a selectable option for determining whether said user transaction application should have the number of pages for user input reduced and, wherein reducing the number of pages provided for user input in forms- based user transaction applications occurs only if said selectable option is selected.
8. An apparatus according to claim 6 wherein: said set of form fields is divided among a plurality of ordered pages; and wherein providing a request to a successor page comprises redirecting a request to said successor page.
9. An apparatus according to claim 6 wherein providing a page for receiving said at least one of said set of form field values comprises: repetitively adding at least one of said form fields corresponding to said at least one of said set of form field values to a developing page; and providing said developing page for receiving said at least one of said set of form field values.
10. An apparatus according to claim 9 wherein adding at least one of said form fields comprises: determining if adding at least one of said form fields would result in said developing page, when rendered by a client application, to exceed predetermined limits, and if not, adding said at least one of said form fields to said developing page.
11. A computer program product comprising a computer readable storage medium having computer readable code embodied therein for reducing the number of pages provided for user input in forms-based user transaction applications, said computer readable code comprising; code for examining a set of form fields associated with information required to complete a user transaction application; code for determining if sufficient form field values corresponding to said set of form fields are available to complete said user transaction application; and code for providing a page for receiving said at least one of said set of form field values if at least one of said form field values corresponding to said set of form fields is unavailable and otherwise providing a request to a successor page for further processing of said user transaction application.
12. The computer program product according to claim 11 wherein said set of form fields is divided among a plurality of ordered pages; and wherein providing a request to a successor page comprises redirecting a request to said successor page.
13. The computer program product according to claim 11 further comprising code for providing a selectable option, said selectable option for determining whether said user transaction application should have the number of pages for user input reduced and, wherein reducing the number of pages provided for user input in forms-based user transaction applications occurs only if said selectable option is selected.
14. The computer program product cording to claim 11 wherein said code providing a page for receiving said at least one of said set of form field values comprises: code for repetitively adding at least one of said form fields corresponding to said at least one of said set of form field values to a developing page; and code for providing said developing page for receiving said at least one of said set of form field values.
15. The computer program product according to claim 14 wherein adding at least one of said form fields comprises:
determining if adding at least one of said form fields would result in said developing page, when rendered by a client application, to exceed predetermined limits, and if not, adding said at least one of said form fields to said developing page.
PCT/US2000/019553 1999-07-29 2000-07-28 Method, apparatus, and computer program product for automatic page suppression in forms WO2001009766A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU67475/00A AU6747500A (en) 1999-07-29 2000-07-28 Method, apparatus, and computer program product for automatic page suppression in forms
EP00955246A EP1200908A2 (en) 1999-07-29 2000-07-28 Method, apparatus, and computer program product for automatic page suppression in forms

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US09/363,978 US6701486B1 (en) 1999-07-29 1999-07-29 Method, apparatus, and computer program product for automatic page suppression in forms
US09/363,978 1999-07-29
US09/364,170 US6971105B1 (en) 1999-07-29 1999-07-29 Method, apparatus, and computer program product for deferred completion of multi-step user transaction applications
US09/364,170 1999-07-29

Publications (2)

Publication Number Publication Date
WO2001009766A2 true WO2001009766A2 (en) 2001-02-08
WO2001009766A3 WO2001009766A3 (en) 2001-07-26

Family

ID=27002289

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/US2000/019553 WO2001009766A2 (en) 1999-07-29 2000-07-28 Method, apparatus, and computer program product for automatic page suppression in forms
PCT/US2000/019552 WO2001009714A2 (en) 1999-07-29 2000-07-28 Method, apparatus, and computer program product for deferred completion of multi-step user transaction applications

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/US2000/019552 WO2001009714A2 (en) 1999-07-29 2000-07-28 Method, apparatus, and computer program product for deferred completion of multi-step user transaction applications

Country Status (3)

Country Link
EP (2) EP1200891A2 (en)
AU (2) AU6747500A (en)
WO (2) WO2001009766A2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2848689A1 (en) * 2002-12-13 2004-06-18 Prima Solutions Computer data acquisition process, involves selecting page containing data in function of rules of navigation and acquired data trade, determining rules and trades and applying configuration of page to selected page
US8171490B2 (en) 1999-07-29 2012-05-01 Rehle Visual Communications Llc Method, apparatus, and computer program product for deferred completion of multi-step user transaction applications

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002342382A (en) 2001-05-01 2002-11-29 K-Plex Inc Automatic search method and apparatus for hypertext structure
US7113301B2 (en) * 2001-10-31 2006-09-26 Hewlett-Packard Development Company, L.P. System and method for automated access of a network page
US20040032486A1 (en) 2002-08-16 2004-02-19 Shusman Chad W. Method and apparatus for interactive programming using captioning
US20030196206A1 (en) 2002-04-15 2003-10-16 Shusman Chad W. Method and apparatus for internet-based interactive programming
US20040210947A1 (en) 2003-04-15 2004-10-21 Shusman Chad W. Method and apparatus for interactive video on demand
WO2003096669A2 (en) 2002-05-10 2003-11-20 Reisman Richard R Method and apparatus for browsing using multiple coordinated device
US7187376B2 (en) 2002-06-04 2007-03-06 Sap Aktiengesellschaft Displaying views on computer screens
AU2018354129B2 (en) 2017-10-23 2023-11-23 Notarize, Inc. System and method for automated online notarization meeting recovery

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5848412A (en) * 1996-11-19 1998-12-08 Ncr Corporation User controlled browser identification disclosing mechanism
US5920696A (en) * 1997-02-25 1999-07-06 International Business Machines Corporation Dynamic windowing system in a transaction base network for a client to request transactions of transient programs at a server
AU1207299A (en) * 1997-10-31 1999-05-24 Oracle Corporation Method and apparatus for conducting a transaction in a stateless web environment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8171490B2 (en) 1999-07-29 2012-05-01 Rehle Visual Communications Llc Method, apparatus, and computer program product for deferred completion of multi-step user transaction applications
FR2848689A1 (en) * 2002-12-13 2004-06-18 Prima Solutions Computer data acquisition process, involves selecting page containing data in function of rules of navigation and acquired data trade, determining rules and trades and applying configuration of page to selected page

Also Published As

Publication number Publication date
AU6747500A (en) 2001-02-19
AU6490600A (en) 2001-02-19
WO2001009714A3 (en) 2001-07-05
EP1200908A2 (en) 2002-05-02
EP1200891A2 (en) 2002-05-02
WO2001009766A3 (en) 2001-07-26
WO2001009714A2 (en) 2001-02-08

Similar Documents

Publication Publication Date Title
US6701486B1 (en) Method, apparatus, and computer program product for automatic page suppression in forms
US8171490B2 (en) Method, apparatus, and computer program product for deferred completion of multi-step user transaction applications
US6711682B1 (en) Online service registration system and method
US9081756B2 (en) Method and apparatus for populating a form with data
US5794259A (en) Apparatus and methods to enhance web browsing on the internet
US6507867B1 (en) Constructing, downloading, and accessing page bundles on a portable client having intermittent network connectivity
US6594697B1 (en) Client system having error page analysis and replacement capabilities
US7343625B1 (en) System, method and computer program product for automated interaction with and data extraction from Java applets
US20040024888A1 (en) Systems and methods for managing web content and behavior rules engine
US20030120762A1 (en) System, method and computer program product for pattern replay using state recognition
US20020109717A1 (en) Customizing a graphical user interface of a host application
US20020059369A1 (en) Method and apparatus for creating and distributing non-sensitized information summaries to users
US20030085927A1 (en) Method and apparatus for single selection evaluations in interactive systems
GB2354854A (en) Userid and cookie managers for internet browsers
WO2001084379A2 (en) Method and apparatus for providing a highly interactive transaction environment in a distributed network
US20070240150A1 (en) Simplifying installation of a suite of software products
CN109428877B (en) Method and device for accessing service system through user equipment
US20020194076A1 (en) Provision of electronic commerce services
US7478142B1 (en) Self-contained applications that are applied to be received by and processed within a browser environment and that have a first package that includes a manifest file and an archive of files including a markup language file and second package
US8145730B2 (en) Method and system to transmit data
EP1200908A2 (en) Method, apparatus, and computer program product for automatic page suppression in forms
US7484087B2 (en) Systems, methods, and software for preventing redundant processing of transmissions sent to a remote host computer
US10162906B1 (en) Method and apparatus for processing information related to interactive web sites
US7383326B1 (en) Methods and computer systems for directing a client to network locations for network hosted services
US6658452B1 (en) Schemes for selecting and passing an application from an application provider to an application service provider

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 CR CU CZ DE DK DM DZ 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 PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG 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 BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

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)
AK Designated states

Kind code of ref document: A3

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CR CU CZ DE DK DM DZ 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 PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG UZ VN YU ZA ZW

AL Designated countries for regional patents

Kind code of ref document: A3

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 BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG

WWE Wipo information: entry into national phase

Ref document number: 2000955246

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2000955246

Country of ref document: EP

REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

NENP Non-entry into the national phase

Ref country code: JP