WO2003048982A1 - Webnotize transformation application - Google Patents

Webnotize transformation application Download PDF

Info

Publication number
WO2003048982A1
WO2003048982A1 PCT/ZA2001/000189 ZA0100189W WO03048982A1 WO 2003048982 A1 WO2003048982 A1 WO 2003048982A1 ZA 0100189 W ZA0100189 W ZA 0100189W WO 03048982 A1 WO03048982 A1 WO 03048982A1
Authority
WO
WIPO (PCT)
Prior art keywords
application
web
database
user
business
Prior art date
Application number
PCT/ZA2001/000189
Other languages
French (fr)
Inventor
Emma Carolyn Taylor
Original Assignee
Emma Carolyn Taylor
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Emma Carolyn Taylor filed Critical Emma Carolyn Taylor
Priority to PCT/ZA2001/000189 priority Critical patent/WO2003048982A1/en
Priority to AU2002224498A priority patent/AU2002224498A1/en
Publication of WO2003048982A1 publication Critical patent/WO2003048982A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/10Office automation; Time management

Definitions

  • This invention relates to the concept behind a computer application that processes all input in the same way and transforms the input into output according to the rules in the database that the input is associated with.
  • the invention provides a user with the means to design and run a Web enabled business application without entering into a source code development environment.
  • the invention allows for the assembling of a Web application on top of any database design and so is not confined to the assembling of business applications for one particular field such as e-commerce.
  • the Webnotize Transformation Computer Application stores all but the login Web page in a database, therefore access to the application Web pages is restricted and it is only possible for a user to access those Web pages for which access rights have been granted after having logged on to the Web application.
  • the URL remains constant during navigation and use of the entire Web application.
  • the application is made up of two back end components being a Transformation Engine and a Security Checker. These process any requests coming from either one of the two front end components being the Assembler Wizard and the Run Time Web Client, or from an external application requesting a service through the Transformation Engine.
  • the purpose for the application differs depending on which of the front end components and external application is making the request.
  • the purpose in using the front end Assembler Wizard is that of an Application Assembler Tool which facilitates the capture of construction and data mapping rules about Web page and Database objects. This stands apart from other application development tools as no additional source code is generated. Also dynamic inclusion, deletion or updates to Web pages in an active Web application can be made real time whilst the Web application is being used in a production environment.
  • Source code maintenance is not applicable unless for external application code where the user has captured function rules involving the delegation of the processing by the Transformation Engine to external applications.
  • the purpose in using the front end Run Time Web Client is for the Web run time version of the application for which the construction and data mapping rules about Web page and Database objects was previously captured. It is important to note that the Transformation Engine remains in its compiled state removing the need to have an environment available for the maintenance of source code. (Source code requires compilation into object code before it can be executed).
  • the Transformation Engine can be used as a gateway between an external application and any database. It can also be used as a gateway between an external application and one or more other external applications.
  • the requirement for its use is merely that the input it receives or the output it returns is formatted or translated according to the Extensible Markup Language Document Type Definition given.
  • Only security rules for access to the object are captured and held in the local database. All other construction and processing rules are carried in the XML.
  • this invention provides a means to assemble any Web application in any field of business without the need of compilation. It provides the means for real time insertion or editing of the structure, content and database interaction of Web pages.
  • FIGURE 1 shows a diagram of the Webnotize Transformation Application 1. How its components interact with each other and with external applications are described in the following paragraphs.
  • a special LOGIN function call is required on any initial request received by the Business Server 10 in the Transformation Engine 2.
  • the Business Server 10 calls the Security Checker 3 for authentication of the user logging in and on acceptance, generates a session id and session tables describing the security profile for the user. This session exists for as long as the user interacts with the Transformation Engine 2 or times out after a certain period of time.
  • the session id is required to accompany any subsequent request during a user session.
  • the Assembler Wizard 4 is used. This may be in the form of a Windows executable or as a Web application in its own right. The user is able to design Web pages and capture rules as to how any data should be retrieved and mapped onto the Web page.
  • Translator 9 converts the requests into extensible Markup Language (XML) and passes the data on to the Business Server 10. This translates the XML into SQL calls (Structured Query Language).
  • the Business Server 10 invokes the Security Checker 3 which determines whether the user has the appropriate access for the SQL calls to be executed.
  • the Business Server 10 runs the authorized SQL thereby, in this instance, storing the Web Templates and load rules in the Mapping Tables 11 of the Webnotize database.
  • the Run Time Web Client Login module 5i is invoked through its URL being specified on the Web Browser. Thereafter, Web page HTML that has been previously captured through the Assembler Wizard 4 is requested via the Run Time Web Client Generic module 5ii. Where a user requests a search from a Web page, then the Run Time Web Client Search module 5iii is invoked.
  • the User Interface Translator 9 translates the Web page request into XML and sends this on to the Business Server 10.
  • the Business Server 10 breaks down the XML into Function Calls and/or direct SQL instructions. It then invokes the Security Checker 3 to validate the session and to determine the access permitted on each of the Function or SQL instructions.
  • the instructions are then run and the results returned to the User Interface Translator 9.
  • the HTML and population data are combined and returned to the Run Time Web Client Generic module 5ii for presentation to the Web Browser.
  • a mirror file contains the business data within HTML that presents it.
  • the purpose of using mirror files is to reduce response time for populating the HTML Templates with business data.
  • the Business Server 10 handles all instructions. Some instructions are internal to Webnotize. For example:
  • Custom Class Stub 17 is provided as source code for a developer to insert custom code.
  • This custom code may include direct SQL or code to request a service from an external system.
  • an External Application Requesting Service 6 interfaces to the Transformation Engine 2, it is responsible for formatting instructions and passing these on to the Business Server 10.
  • the format is extensible Markup Language (XML) for which the Document Type Definition reflects the instructions to be processed.
  • the XML is encrypted and decrypted on both sides via the XML Encryptor 16.
  • the Business Server 10 processes the instructions in exactly the same way as it did for instructions received from the User Interface Translator 9 and returns the results in an XML format that is encrypted for return to the External Application Requesting Service 6.
  • a Custom Security Stub 14 provides the interface to it. This stub is provided as source code for a developer to insert custom code for the calling of the other Security Application 15.
  • the Business Tables 18 may reside in the Webnotize database along with the Mapping Tables 11 or reside in one or more other databases.
  • XML is the universal language defined by the World Wide Web Consortium (W3C) for describing and exchanging data on the Web.
  • W3C World Wide Web Consortium
  • SQL Structured Query Language
  • SQL A language used to insert, retrieve, modify, and delete data in a relational database.
  • SQL also contains statements for defining and administering the objects in a database.
  • SQL is the language supported by most relational databases, and is the subject of standards published by the International Standards Organization (ISO) and the American National Standards Institute (ANSI).
  • URL syntax is in the form protocolJ/host/localinfo, where protocol specifies the means of fetching the object (such as HTTP or FTP), host specifies the remote location where the object resides, and localinfo is a string (often a file name) passed to the protocol handler at the remote location. Also called Universal Resource Locator, Uniform Resource Identifier (URI).
  • protocol specifies the means of fetching the object (such as HTTP or FTP)
  • host specifies the remote location where the object resides
  • localinfo is a string (often a file name) passed to the protocol handler at the remote location.
  • URI Uniform Resource Identifier
  • the type of file alerts the server that it should process the file before sending it to the browser.

Abstract

This invention relates to the concept behind a computer application that processes all input in the same way and transforms the input into output according to the rules that the input is associated with. The application provides a user with a tool to design and run a web enabled business application without entering into a source code development environment. It allows for the assembling of a web application on top of any database design and so is not confined to the assembling of business applications for one particular field such as e-commerce.

Description

Description Webnotize Transformation Computer Application
This invention relates to the concept behind a computer application that processes all input in the same way and transforms the input into output according to the rules in the database that the input is associated with.
The invention provides a user with the means to design and run a Web enabled business application without entering into a source code development environment. The invention allows for the assembling of a Web application on top of any database design and so is not confined to the assembling of business applications for one particular field such as e-commerce.
This may be likened to other applications that are developer tools. However, some of these are code generators and therefore suffer from the disadvantage of causing developers to maintain the source code in a code development environment. Some of these are not code generators but contain code and areas for custom development that is specific to a field of business. These therefore suffer from the disadvantage that the user is confined to building an application in that field of business.
Some of these are merely content management tools for swapping of pictures or text on the Web site and therefore suffer from the disadvantage of not allowing for full database interaction and backend processing triggered by an action from the Web user.
The Webnotize Transformation Computer Application stores all but the login Web page in a database, therefore access to the application Web pages is restricted and it is only possible for a user to access those Web pages for which access rights have been granted after having logged on to the Web application. The URL remains constant during navigation and use of the entire Web application.
The application is made up of two back end components being a Transformation Engine and a Security Checker. These process any requests coming from either one of the two front end components being the Assembler Wizard and the Run Time Web Client, or from an external application requesting a service through the Transformation Engine.
The purpose for the application differs depending on which of the front end components and external application is making the request.
The purpose in using the front end Assembler Wizard is that of an Application Assembler Tool which facilitates the capture of construction and data mapping rules about Web page and Database objects. This stands apart from other application development tools as no additional source code is generated. Also dynamic inclusion, deletion or updates to Web pages in an active Web application can be made real time whilst the Web application is being used in a production environment.
Source code maintenance is not applicable unless for external application code where the user has captured function rules involving the delegation of the processing by the Transformation Engine to external applications.
The purpose in using the front end Run Time Web Client is for the Web run time version of the application for which the construction and data mapping rules about Web page and Database objects was previously captured. It is important to note that the Transformation Engine remains in its compiled state removing the need to have an environment available for the maintenance of source code. (Source code requires compilation into object code before it can be executed).
The Transformation Engine can be used as a gateway between an external application and any database. It can also be used as a gateway between an external application and one or more other external applications. The requirement for its use is merely that the input it receives or the output it returns is formatted or translated according to the Extensible Markup Language Document Type Definition given. Here, only security rules for access to the object are captured and held in the local database. All other construction and processing rules are carried in the XML.
Accordingly, this invention provides a means to assemble any Web application in any field of business without the need of compilation. It provides the means for real time insertion or editing of the structure, content and database interaction of Web pages.
A preferred embodiment of the invention will now be described with reference to the accompanying drawing in which FIGURE 1 shows a diagram of the Webnotize Transformation Application 1. How its components interact with each other and with external applications are described in the following paragraphs.
A special LOGIN function call is required on any initial request received by the Business Server 10 in the Transformation Engine 2. The Business Server 10 calls the Security Checker 3 for authentication of the user logging in and on acceptance, generates a session id and session tables describing the security profile for the user. This session exists for as long as the user interacts with the Transformation Engine 2 or times out after a certain period of time. The session id is required to accompany any subsequent request during a user session.
In the assembling of a Web application, the Assembler Wizard 4 is used. This may be in the form of a Windows executable or as a Web application in its own right. The user is able to design Web pages and capture rules as to how any data should be retrieved and mapped onto the Web page. The User Interface
1 A glossary is provided at the end of the description. Translator 9 converts the requests into extensible Markup Language (XML) and passes the data on to the Business Server 10. This translates the XML into SQL calls (Structured Query Language). The Business Server 10 invokes the Security Checker 3 which determines whether the user has the appropriate access for the SQL calls to be executed. The Business Server 10 runs the authorized SQL thereby, in this instance, storing the Web Templates and load rules in the Mapping Tables 11 of the Webnotize database.
In the running of a Web application, the Run Time Web Client Login module 5i is invoked through its URL being specified on the Web Browser. Thereafter, Web page HTML that has been previously captured through the Assembler Wizard 4 is requested via the Run Time Web Client Generic module 5ii. Where a user requests a search from a Web page, then the Run Time Web Client Search module 5iii is invoked.
The User Interface Translator 9 translates the Web page request into XML and sends this on to the Business Server 10. The Business Server 10 breaks down the XML into Function Calls and/or direct SQL instructions. It then invokes the Security Checker 3 to validate the session and to determine the access permitted on each of the Function or SQL instructions. The instructions are then run and the results returned to the User Interface Translator 9. Here, the HTML and population data are combined and returned to the Run Time Web Client Generic module 5ii for presentation to the Web Browser.
Some finer details on the processing of a request by the User Interface Translator 9 follow:
• It sends instructions to the Business Server 10 to update session and scratchpad tables for a user so that data persistence can be maintained for that user during the session.
• It sends instructions for the retrieval or update of mirror files. A mirror file contains the business data within HTML that presents it. The purpose of using mirror files is to reduce response time for populating the HTML Templates with business data.
The Business Server 10 handles all instructions. Some instructions are internal to Webnotize. For example:
• Maintaining mapping rules and Web templates on the appropriate database tables,
• A LOGIN method,
• A data access method or
• A SEARCH method.
Where the Business Server 10 encounters an instruction in the form of SQL, it executes it.
Where it encounters an instruction that is a function call, it looks for the method associated to the function internally and runs that method if found, otherwise it passes control on to the Custom Class Stub 17. This stub is provided as source code for a developer to insert custom code. This custom code may include direct SQL or code to request a service from an external system.
Where an External Application Requesting Service 6 interfaces to the Transformation Engine 2, it is responsible for formatting instructions and passing these on to the Business Server 10. The format is extensible Markup Language (XML) for which the Document Type Definition reflects the instructions to be processed. The XML is encrypted and decrypted on both sides via the XML Encryptor 16. The Business Server 10 processes the instructions in exactly the same way as it did for instructions received from the User Interface Translator 9 and returns the results in an XML format that is encrypted for return to the External Application Requesting Service 6.
Where a third party security application 15 is preferred over the Security Checker 3, then a Custom Security Stub 14 provides the interface to it. This stub is provided as source code for a developer to insert custom code for the calling of the other Security Application 15.
Additionally:
7 is a reference to the input request that is associated with database rules as to how to construct the output.
8 is a reference to the output that has been constructed.
The Business Tables 18 may reside in the Webnotize database along with the Mapping Tables 11 or reside in one or more other databases.
Glossary
Compilation
The translation of source code into object code.
Document Type Definition (DTD)
Defines the elements and attributes that can be used in an XML document.
Extensible Markup Language (XML)
A language for creating markup languages that describe structured data. XML is the universal language defined by the World Wide Web Consortium (W3C) for describing and exchanging data on the Web.
Object code
Executable code generated by a compiler from the source code of a program. Source code
Human-readable statements written in a high-level programming language.
Structured Query Language (SQL)
A language used to insert, retrieve, modify, and delete data in a relational database. SQL also contains statements for defining and administering the objects in a database. SQL is the language supported by most relational databases, and is the subject of standards published by the International Standards Organization (ISO) and the American National Standards Institute (ANSI).
Uniform Resource Locator
The address of a resource on the Internet. URL syntax is in the form protocolJ/host/localinfo, where protocol specifies the means of fetching the object (such as HTTP or FTP), host specifies the remote location where the object resides, and localinfo is a string (often a file name) passed to the protocol handler at the remote location. Also called Universal Resource Locator, Uniform Resource Identifier (URI).
Web Client
This is a file that includes server script to be executed by a Web server. The type of file alerts the server that it should process the file before sending it to the browser.

Claims

Claims Webnotize Transformation Computer Application
1. This invention provides the means to assemble a Web application without the need of compilation. It provides the means for real time insertion or editing of the structure, content and database interaction of Web pages.
2. The invention provides a user with a tool to design and run a Web enabled business application without entering into a source code development environment.
3. The invention allows for the assembling of a Web application on top of any database design without being confined to a particular field of business and without entering into a source code development environment.
4. This invention stores all but a login Web page in a database, therefore access to the application Web pages is restricted and it is only possible for a user to access those Web pages for which access rights have been granted after having logged on to the Web application. The URL remains constant during navigation and use of the entire Web application.
PCT/ZA2001/000189 2001-12-04 2001-12-04 Webnotize transformation application WO2003048982A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/ZA2001/000189 WO2003048982A1 (en) 2001-12-04 2001-12-04 Webnotize transformation application
AU2002224498A AU2002224498A1 (en) 2001-12-04 2001-12-04 Webnotize transformation application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/ZA2001/000189 WO2003048982A1 (en) 2001-12-04 2001-12-04 Webnotize transformation application

Publications (1)

Publication Number Publication Date
WO2003048982A1 true WO2003048982A1 (en) 2003-06-12

Family

ID=25560132

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/ZA2001/000189 WO2003048982A1 (en) 2001-12-04 2001-12-04 Webnotize transformation application

Country Status (2)

Country Link
AU (1) AU2002224498A1 (en)
WO (1) WO2003048982A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10728322B2 (en) 2013-01-31 2020-07-28 Micro Focus Llc Determining transferability of a computing resource to a cloud computing environment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6026433A (en) * 1997-03-17 2000-02-15 Silicon Graphics, Inc. Method of creating and editing a web site in a client-server environment using customizable web site templates
US6247032B1 (en) * 1997-06-19 2001-06-12 International Business Machines Corp. Automated system and method for approving web site content
US6308188B1 (en) * 1997-06-19 2001-10-23 International Business Machines Corporation System and method for building a web site with automated workflow
US20020010671A1 (en) * 2000-07-07 2002-01-24 Fu-Chien Tsai Method and system for executable web-object trading

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6026433A (en) * 1997-03-17 2000-02-15 Silicon Graphics, Inc. Method of creating and editing a web site in a client-server environment using customizable web site templates
US6247032B1 (en) * 1997-06-19 2001-06-12 International Business Machines Corp. Automated system and method for approving web site content
US6308188B1 (en) * 1997-06-19 2001-10-23 International Business Machines Corporation System and method for building a web site with automated workflow
US20020010671A1 (en) * 2000-07-07 2002-01-24 Fu-Chien Tsai Method and system for executable web-object trading

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10728322B2 (en) 2013-01-31 2020-07-28 Micro Focus Llc Determining transferability of a computing resource to a cloud computing environment

Also Published As

Publication number Publication date
AU2002224498A1 (en) 2003-06-17

Similar Documents

Publication Publication Date Title
US7194683B2 (en) Representing and managing dynamic data content for web documents
Vretanos Web Feature Service Implementation Specification, Verson 1.1. 0.
KR100843581B1 (en) Extending markup of a browser using a plug-in framework
US7752256B2 (en) Presentation server
US9003276B2 (en) Document assembly system
US7467391B2 (en) Allowing client applications to programmatically access web sites
US6460041B2 (en) Browser-based database-access engine apparatus and method
US6476833B1 (en) Method and apparatus for controlling browser functionality in the context of an application
US7058699B1 (en) System and methods for implementing code translations that enable persistent client-server communication via a proxy
US20040210828A1 (en) Web interaction system which enables a mobile telephone to interact with web resources
US7873649B2 (en) Method and mechanism for identifying transaction on a row of data
JP4323516B2 (en) Information access system and method
US8726229B2 (en) Multi-language support for service adaptation
US20070157078A1 (en) Method for combining input data with run-time parameters into xml output using xsl/xslt
EP1492033A2 (en) Common query runtime system and application programming interface
US20040003033A1 (en) Method and system for generating a web service interface
US20120102472A1 (en) Extending programming language semantics while maintaining standard syntax through aliasing
Rys Bringing the Internet to your database: Using SQL Server 2000 and XML to build loosely-coupled systems
US20050192771A1 (en) System and method for dynamically integrating remote portal fragments into a local portal
US20030225866A1 (en) System and method for standardizing patch description creation to facilitate storage, searching, and delivery of patch descriptions
US20080154940A1 (en) System and method for using xquery files as a middleware to provide web services
US20030158894A1 (en) Multiterminal publishing system and corresponding method for using same
US8745485B2 (en) Extensible remote tag markup system and method
US7594001B1 (en) Partial page output caching
US20060036644A1 (en) Integrated support in an XML/XQuery database for web-based applications

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A1

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

AL Designated countries for regional patents

Kind code of ref document: A1

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

121 Ep: the epo has been informed by wipo that ep was designated in this application
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP