| Número de publicación | US5761673 A | | Tipo de publicación | Concesión | | Número de solicitud | 08/594,686 | | Fecha de publicación | 2 Jun 1998 | | Fecha de presentación | 31 Ene 1996 | | Fecha de prioridad | 31 Ene 1996 | | Número de publicación | 08594686, 594686, US 5761673 A, US 5761673A, US-A-5761673, US5761673 A, US5761673A | | Inventores | Matthew Bookman, John Francis Haverty, Magnus Mard Lonnroth, Teresita Katrina Rodriquez Montinola, Joseph Charles Pistritto | | Cesionario original | Oracle Corporation | | Citas de patentes (5), Otras citas (38), Citada por (140), Clasificaciones (7) | | |
| Enlaces externos: USPTO, Cesión de USPTO, Espacenet | |
Method and apparatus for generating dynamic web pages by invoking a predefined procedural package stored in a database US 5761673 A A method and apparatus for generating dynamic Web pages is disclosed. Specifically, the present invention claims a method and apparatus for generating dynamic Web pages on a Web server by invoking and executing predefined procedural packages stored in a database. The claimed invention receives an object request on the Web server and activates a Web agent on the Web server based on the object request. The Web agent invokes and executes the predefined procedural package to retrieve data from a data repository, and then formats the retrieved data as HTML output.
We claim:
1. A Web agent for generating dynamic Web pages comprising: means for invoking a predefined procedural package stored in a database; means for executing the predefined procedural package to retrieve data from a data repository; and means for formatting the retrieved data to conform with a selected format.
2. A computer-readable medium having stored thereon a plurality of sequences of instructions, the plurality of sequences of instructions including sequences of instructions which, when executed by a processor, cause the processor to perform the steps of: receiving a request on a Web server; activating a Web agent on the Web server based on the request, the Web agent invoking a predefined procedural package stored in a database; executing the predefined procedural package to retrieve data from a data repository; and formatting the retrieved data to conform with a selected format.
3. A computer-implemented method for generating dynamic Web pages on a Web server using a predefined procedural package stored in a database, the computer-implemented method comprising the steps of: receiving a request on the Web server; activating a Web agent on the Web server based on the request, the Web agent invoking the predefined procedural package stored in the database; executing the predefined procedural package to retrieve data from a data repository; and formatting the retrieved data to conform with a selected format.
4. The computer-implemented method as described in claim 3 wherein the step of executing the predefined procedural package to retrieve data from the data repository retrieves data from the database.
5. The computer-implemented method as described in claim 4 wherein the step of activating the Web agent further includes the step of identifying a database service.
6. The computer-implemented method as described in claim 5 further including the step of logging into the database using the database service.
7. The computer-implemented method as described in claim 3 wherein the step of formatting the retrieved data is performed by the predefined procedural package.
FIELD OF THE INVENTION The present invention relates to the field of Internet server technology. Specifically, the present invention relates to a method and apparatus for generating dynamic Web pages.
DESCRIPTION OF RELATED ART The World Wide Web ("the Web") represents all the computers on the Internet that offer users access to information and documentation on the Internet via interactive "hypermedia." Hypermedia describes a document in which "hypertext links" are used to connect any combination of graphics, audio, video and text in a non-linear, non-sequential manner. Words, phrases and icons in documents become links that enable a user to jump at will to a new location in a document or to a new document, either on the same computer or on a different computer on the Web.
Hypermedia authors use a special software language known as HyperText Markup Language (HTML) to create these hyperlinks and to create and format these hypermedia documents. These hypermedia documents are generally referred to as "Web pages" and are stored on Web servers as text files, containing the information encoded in HTML. The Web pages can also be stored in databases, in database tables. Examples of currently available Web servers include NETSITE™ from NETSCAPE™, CERN™ from the European Particle Physics Laboratory and NCSA™ from the National Center for Supercomputing Applications (NCSA™) at the University of Illinois, Urbana-Champaign.
Web client machines running "Web browsers" can access Web pages stored on Web servers via a communications protocol known as HyperText Transport Protocol (HTTP). Web browsers are software interfaces that run on Web clients to allow access to Web servers via a simple user interface. A variety of Web browsers are available today, the most popular ones being "NAVIGATOR™" which can be obtained from NETSCAPE™, and "MOSAIC™" which can be obtained from NCSA™.
A Web browser allows a Web client to request a particular hypermedia document from a Web server by specifying a Universal Resource Locator (URL). An URL is a "Web address" that identifies the Web page and its location on the Web. When the appropriate Web server receives the URL, the server locates the document corresponding to the requested URL and, if required, takes action to create HTML output.
Although Web pages were traditionally stored as static files on the Web server operating system, today Web pages can also be generated dynamically using the Common Gateway Interface (CGI). CGI is a standard interface for running external programs on a Web server. It allows Web servers to create dynamic documents when the server receives a request from the Web browser. When the Web server receives a request for a dynamic document, the Web server executes the appropriate CGI script and transmits the output of the execution back to the requesting Web browser. The Web browser does not differentiate between static and dynamic documents. It simply displays the output of the request.
With CGI, it is becoming increasingly common to extract dynamic information from databases as well as from text files. As Web sites continue to grow, storing Web pages as text files in the operating system becomes unwieldy and inefficient. Databases provide significant advantages over traditional file systems for storage of large amounts of information. Database capabilities may also be exploited in other ways to increase the efficiency of generating dynamic Web pages.
SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a more efficient method and apparatus for generating dynamic Web pages. Specifically, the present invention discloses a method and apparatus for generating dynamic Web pages on a Web server by invoking and executing predefined procedural packages stored in a database.
The claimed invention comprises the steps of receiving an object request on the Web server, activating a Web agent on the Web server based on the object request, the Web agent invoking the predefined procedural package, executing the predefined procedural package to retrieve data from a data repository, and formatting the retrieved data as HTML output.
Other objects, features and advantages of the present invention will be apparent from the accompanying drawings and from the detailed description.
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 illustrates a typical prior art computer system.
FIG. 2 is an illustration of a typical prior art Web server environment.
FIG. 3 illustrates the interaction between the Web browser, the Web listener, the Web agent and the database, as claimed in the preferred embodiment of the present invention.
FIG. 4 illustrates the preferred embodiment of the presently claimed invention, in block diagram form
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT The present invention relates to a method and apparatus for generating dynamic Web pages on a Web server. Specifically, the present invention discloses a Web agent for generating dynamic Web pages by invoking and executing procedural packages that are stored in a database. A procedural package, for the purposes of this invention, includes procedural blocks such as Oracle™ Corporation PL/SQL™ blocks. It will, however, be apparent to one of ordinary skill in the art that other types of procedural packages may also be utilized. In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the present invention. It will be apparent to one of ordinary skill in the art that these specific details need not be used to practice the present invention. In other instances, well-known structures, interfaces, and processes have not been shown in detail in order not to unnecessarily obscure the present invention.
FIG. 1 illustrates a typical computer system 100 in which the present invention operates. The preferred embodiment of the present invention is implemented on a SUN™ Workstation manufactured by SUN MICROSYSTEMS™ of Mountain View, Calif. Alternate embodiments may be implemented on an IBM™ Personal Computer manufactured by IBM Corporation of Armonk, N.Y. or a MACINTOSH™ computer manufactured by APPLE™ Computer, Incorporated of Cupertino, Calif. It will be apparent to those of ordinary skill in the art that other computer system architectures may also be employed.
In general, such computer systems as illustrated by FIG. 1 comprise a bus 101 for communicating information, a processor 102 coupled with the bus 101 for processing information, main memory 103 coupled with the bus 101 for storing information and instructions for the processor 102, a read-only memory 104 coupled with the bus 101 for storing static information and instructions for the processor 102, a display device 105 coupled with the bus 101 for displaying information for a computer user, an alphanumeric input device 106 coupled with the bus 101 for communicating information and command selections to the processor 102, and a mass storage device 107, such as a magnetic disk and associated disk drive, coupled with the bus 101 for storing information and instructions. A data storage medium 108 containing digital information is configured to operate with data storage device 107 to allow processor 102 access to the digital information on data storage medium 108 via bus 101. In addition, a CD-ROM drive (not shown) may also be used for the storage of high resolution images for display on the display device 105.
Processor 102 may be any of a wide variety of general purpose processors or microprocessors such as the SPARC™ manufactured by SUN MICROSYSTEMS™ the MOTOROLA™ 68040 or POWERPC™ brand microprocessor manufactured by MOTOROLA™ Corporation or the PENTIUM by INTEL in the art, however, that other varieties of processors may also be used in a particular computer system. Display device 105 may be a liquid crystal device, cathode ray tube (CRT), or other suitable display device. Mass storage device 107 may be a conventional hard disk drive, floppy disk drive, or other magnetic or optical data storage device for reading and writing information stored on a hard disk, a floppy disk, a magnetic tape, or other magnetic or optical data storage medium.
In general, processor 102 retrieves processing instructions and data from a data storage medium 108 using data storage device 107 and downloads this information into random access memory 103 for execution. Processor 102, then executes an instruction stream from random access memory 103 or read-only memory 104. Command selections and information input at alphanumeric input device 106 are used to direct the flow of instructions executed by processor 102. Equivalent input device 106 may also be a pointing device such as a conventional mouse or trackball device. The results of this processing execution are then displayed on display device 105.
The preferred embodiment of the present invention is implemented as a software module, which may be executed on a computer system such as computer system 100 in a conventional manner. Using well known techniques, the application software of the preferred embodiment is stored on data storage medium 108 and subsequently loaded into and executed within computer system 100. Once initiated, the software of the preferred embodiment operates in the manner described below.
FIG. 2 illustrates a typical prior art Web server environment, containing conventional objects. An object includes HTML files, GIF or JPEG files, any files supported by Web browsers and Common Gateway Interface (CGI) scripts. Each object has an attribute associated with it that identifies the type of object. For example, a AVI extension on a Web object indicates that the object is a Microsoft™ Video object. Web browser 201 interacts with Web server 200 via Web server executable 202. Web browser 201 makes an object request from Web server executable 202. Web server executable 202 locates the object either in a text file on the operating system of Web server 200, or a table in database 206, based on the object request URL. If the object is an HTML file, a GIF file or other files supported by Web browsers, Web server executable 202 retrieves and returns object 205(1) or 207(1) to Web Browser 201. If the object requested is a CGI script, however, CGI script 203 will generate dynamically created HTML output and transfer the output to Web server executable 202, and back to requesting Web browser 201.
The present invention discloses a method and apparatus for generating dynamic Web pages on a Web server by invoking and executing procedural packages such as ORACLE™ Corporation, PL/SQL™ that are stored in a database. For the purposes of this invention, a "database" is defined as an actual database or any repository that can be made to look like a database to the Web server. Procedural packages provide an object oriented approach to database programming. A package consists of a public header declaration and a private body containing the definitions. The public package header contains function and procedure prototypes as well as other procedural objects such as variables, cursors and exceptions. The private package body contains definitions for objects declared in the package header as well as private functions, procedures, cursors, variables and exceptions, which are only accessible from other functions and procedures in the package.
Each procedure or function may have zero or more parameters and each parameter may be defined as being read-only or writeable by the program unit. One advantage of packaging functions and procedures is an object oriented feature that allows multiple versions of the same function or procedure, with different "signatures." Signatures in this context are parameter lists which can differ in datatype and/or quantity. This feature greatly simplifies the coding effort for developers because they can use the same procedure for different types of data. It also improves code readability and makes code less prone to break when, for example, datatypes in tables are changed. Generating dynamic Web pages using procedural packages also benefits from the simple programming involved in creating procedural packages as opposed to traditional CGI scripts.
A virtual path is the pathname pointing to an HTML document presented as if it were located in the file system rather than in the database. The Web server maps the virtual path to the actual path based on a configuration file. The HTML document may be in a directory on the file system or in the database. Use of this virtual pathname ensures that the actual location of the HTML document will be transparent to a client Web browser that requests the document. The Web browser will be able to use the request an HTML document without knowing whether it is attempting to retrieve the HTML document from the file system or a database. The Web agent takes advantage of two special features available in all Web servers namely the ability to pass extra PATH information after the name of a CGI executable, and the ability to map virtual directories to the physical file system.
FIG. 3 illustrates the interaction between the Web browser 201, Web listener 208, Web agent 211 and Database 206, in the preferred embodiment of the presently claimed invention. For clarity, Database 206 is illustrated as residing at a different location from Web server 200. It will be apparent to one of ordinary skill in the art, however, that Database 206 may reside either on the same computer as Web Server 200 or on a different computer.
Web browser 201 first makes an object request from Web listener 208 on Web Server 200. For example, if the object request specifies URL http://nhl.oracle.com/hr/owa/fireemp, the following actions will occur. The first part of the URL, http://nhl.oracle.com identifies the Web server 200. The object request will therefore be directed from Web browser 201 to Web server 200. Web listener 208 on Web server 200 receives the object request and examines the rest of the URL. /hr/owa, the first portion of the address, is defined on the Web server as a CGI application with a virtual path pointing to a directory containing Web agent 209. Web listener 208 launches Web agent 209. The preferred embodiment of the present invention implements the Web agent as an Oracle Call Interface program. It will be apparent to one of ordinary skill in the art, however, that any interface program that is similar to the Oracle Call Interface may be used to implement Web agent 209.
After activation, Web agent 209 examines the portion of the URL that precedes "owa." In this example, Web agent 209 finds "/hr" and uses this name to determine which database service to use. A list of various database services will be stored on Web server 200, in configuration file 210, each service providing a list of userids and passwords for logging into Database 206. Once Web agent 209 determines the appropriate userid and password to use for the database service, it logs into Database 206. Web agent 209 then examines the URL to determine what follows "owa." In the example above, Web agent 209 finds "fireemp" and uses that to locate the predefined procedural package to execute. In the preferred embodiment of the presently claimed invention, "fireemp" is a PL/SQL package stored in an Oracle7™ database. It will be apparent to one of ordinary skill in the art, however, that other types of procedural packages and databases may also be utilized.
Web agent 210 then executes "fireemp" which retrieves data from Database 206. Although in the preferred embodiment of the claimed invention, the data is retrieved from Database 206, it will be apparent to one of ordinary skill in the art that the procedural package "fireemp" can also retrieve data from alternate data repositories. The retrieved data is then formatted with HTML tags. The formatting information may be specified in PL/SQL procedure "fireemp." Alternatively, the user can include in PL/SQL procedure "fireemp" a call to a standard set of PL/SQL packages called HTP (HyperText Procedure) and HTF (HyperText Function). HTP and HTP automatically generate HTML tags. The formatted output is then returned to requesting Web browser 201.
FIG. 4 illustrates the preferred embodiment of the presently claimed invention, in block diagram form, using the same example as above. The Web browser issues an object request having URL http://nhl.oracle.com/hr/owa/fireemp in processing block 401. The object request is then directed from Web browser to Web server in processing block 402. The Web listener on the Web server receives the object request and examines the rest of the URL in processing block 403. /hr/owa, the first portion of the address, is defined on the Web server as a CGI application with a virtual path pointing to a directory containing Web agent. In processing block 404, the Web listener launches the Web agent "owa" in the directory corresponding to virtual path /hr. After activation, in processing block 405, the Web agent determines an appropriate userid and password and logs into the database. The Web agent then locates and executes the procedural package "fireemp" in procedural package 406. The procedural package retrieves data from the database in procedural block 407. The retrieved data is then formatted with HTML tags and returned to requesting the Web browser in procedural block 408.
Thus, a method and apparatus for generating dynamic Web pages on a Web server using predefined procedural packages stored in a database is disclosed. These specific arrangements and methods described herein are merely illustrative of the principles of the present invention. Numerous modifications in form and detail may be made by those of ordinary skill in the art without departing from the scope of the present invention. Although this invention has been shown in relation to a particular preferred embodiment, it should not be considered so limited. Rather, the present invention is limited only by the scope of the appended claims.
| Patente citada | Fecha de presentación | Fecha de publicación | Solicitante | Título |
|---|
| US5530852 * | 20 Dic 1994 | 25 Jun 1996 | Sun Microsystems, Inc. | Method for extracting profiles and topics from a first file written in a first markup language and generating files in different markup languages containing the profiles and topics for use in accessing data described by the profiles and topics | | US5537586 * | 6 May 1994 | 16 Jul 1996 | Individual, Inc. | Enhanced apparatus and methods for retrieving and selecting profiled textural information records from a database of defined category structures | | US5572643 * | 19 Oct 1995 | 5 Nov 1996 | Judson; David H. | Web browser with dynamic display of information objects during linking | | US5701451 * | 7 Jun 1995 | 23 Dic 1997 | International Business Machines Corporation | Method for fulfilling requests of a web browser | | US5710918 * | 7 Jun 1995 | 20 Ene 1998 | International Business Machines Corporation | Method for distributed task fulfillment of web browser requests |
| Referencia |
|---|
| 1 | * | Hypercard Based Oracle Card for Macintosh, Windows 3.0 , Computergram International, Jan. 1991. | | 2 | * | Netscape & Sun Announce Javascript , Newsbytes, Dec. 4, 1995. | | 3 | * | Next Leaps Aboard the Internet with Webobjects , Computergram International, Aug. 15, 1905. | | 4 | * | ObjectShare IntroducesjKit/Grid; First Offering in a New Line of Advanced Java Components; Extensible New Software Provides Powerful Java Classes for Grids, Tables and More; Advanced Component Automatically Reacts to Data Changes , Buisness Wire, pp. 101, Oct. 1996. | | 5 | * | Oracle Begins Internet Initiative:Multimedia, Hypertext Development Tools , Seybold Report on Desktop Publishing, v9, n7, p27(1), Mar. 6, 1995. | | 6 | * | Oracle Challlenges Netscape with Free Powerbrowser , Computergram International, Dec. 1995. | | 7 | * | Oracle Rides the Internet with Web , Computergram International, Feb. 10, 1995. | | 8 | * | Oracle Set Powerbrowser , Computergram International, Dec. 1995. | | 9 | * | Oracle Unveils Oracle Websystem Internet Line , Computergram International, Nov. 1995. | | 10 | * | Oracle Version 7 , Computergram International, Jun. 17, 1992. | | 11 | * | Sun Java, Netscape Livescript Married as Javascript , Computergram International, Dec. 1995. | | 12 | * | Sybase: Sybase Introduces Powersite Enterprise Web Development Environment , M2 Communications, Dec. 1997. | | 13 | | "Hypercard-Based Oracle Card for Macintosh, Windows 3.0", Computergram International, Jan. 1991. | | 14 | | "Netscape & Sun Announce Javascript", Newsbytes, Dec. 4, 1995. | | 15 | | "Next Leaps Aboard the Internet with Webobjects", Computergram International, Aug. 15, 1905. | | 16 | | "ObjectShare IntroducesjKit/Grid; First Offering in a New Line of Advanced Java Components; Extensible New Software Provides Powerful Java Classes for Grids, Tables and More; Advanced Component Automatically Reacts to Data Changes", Buisness Wire, pp. 101, Oct. 1996. | | 17 | | "Oracle Begins Internet Initiative:Multimedia, Hypertext Development Tools", Seybold Report on Desktop Publishing, v9, n7, p27(1), Mar. 6, 1995. | | 18 | | "Oracle Challlenges Netscape with Free Powerbrowser", Computergram International, Dec. 1995. | | 19 | | "Oracle Rides the Internet with Web", Computergram International, Feb. 10, 1995. | | 20 | | "Oracle Set Powerbrowser", Computergram International, Dec. 1995. | | 21 | | "Oracle Unveils Oracle Websystem Internet Line", Computergram International, Nov. 1995. | | 22 | | "Oracle Version 7", Computergram International, Jun. 17, 1992. | | 23 | | "Sun Java, Netscape Livescript Married as Javascript", Computergram International, Dec. 1995. | | 24 | | "Sybase: Sybase Introduces Powersite Enterprise Web Development Environment", M2 Communications, Dec. 1997. | | 25 | | Clinton et al. "Intranet Tools: Coprorations Seek Internal Web Applications--and Major Vendors are Happy to Help", Informationweek, n552, p14(2), Nov. 6, 1992. | | 26 | * | Clinton et al. Intranet Tools: Coprorations Seek Internal Web Applications and Major Vendors are Happy to Help , Informationweek, n552, p14(2), Nov. 6, 1992. | | 27 | | Karpinski, Richard "Oracle Readies Web Initiative-Businesses Can Tie Their Databases Directly to the Web", Interactive Age, n207, p. 1, Jan. 30, 1995. | | 28 | | Karpinski, Richard "Web-Based Help Desks Debut", Communications Week, Oct. 1995. | | 29 | * | Karpinski, Richard Oracle Readies Web Initiative Businesses Can Tie Their Databases Directly to the Web , Interactive Age, n207, p. 1, Jan. 30, 1995. | | 30 | * | Karpinski, Richard Web Based Help Desks Debut , Communications Week, Oct. 1995. | | 31 | | Marshall et al. "Industry Lines Up for Java--Vendors Set Stage for Dynamic", Commications Week, Dec. 1995. | | 32 | * | Marshall et al. Industry Lines Up for Java Vendors Set Stage for Dynamic , Commications Week, Dec. 1995. | | 33 | | Marshall, Martin "Sybase Sites to Get Web Links", Communciations Week, Nov. 1995. | | 34 | * | Marshall, Martin Sybase Sites to Get Web Links , Communciations Week, Nov. 1995. | | 35 | | Menefee, Craig "Oracle Intros Database Products", Newsbytes, Jan. 23, 1995. | | 36 | * | Menefee, Craig Oracle Intros Database Products , Newsbytes, Jan. 23, 1995. | | 37 | | Nash, Kim S. "Web Browser Makers Follw Modular Trend", News, Apr. 29, 1996. | | 38 | * | Nash, Kim S. Web Browser Makers Follw Modular Trend , News, Apr. 29, 1996. |
| Patente citante | Fecha de presentación | Fecha de publicación | Solicitante | Título |
|---|
| US5894554 * | 23 Abr 1996 | 13 Abr 1999 | Infospinner, Inc. | System for managing dynamic web page generation requests by intercepting request at web server and routing to page server thereby releasing web server to process other requests | | US5937406 * | 31 Ene 1997 | 10 Ago 1999 | Informix Software, Inc. | File system interface to a database | | US5956487 * | 25 Oct 1996 | 21 Sep 1999 | Hewlett-Packard Company | Embedding web access mechanism in an appliance for user interface functions including a web server and web browser | | US5978767 * | 10 Sep 1996 | 2 Nov 1999 | Electronic Data Systems Corporation | Method and system for processing career development information | | US6021437 * | 14 Jul 1997 | 1 Feb 2000 | Bull S.A. | Process and system for real-time monitoring of a data processing system for its administration and maintenance support in the operating phase | | US6026404 * | 31 Oct 1997 | 15 Feb 2000 | Oracle Corporation | Method and system for executing and operation in a distributed environment | | US6026433 * | 17 Mar 1997 | 15 Feb 2000 | Silicon Graphics, Inc. | Method of creating and editing a web site in a client-server environment using customizable web site templates | | US6032150 * | 25 Ago 1997 | 29 Feb 2000 | Planetweb, Inc. | Secure graphical objects in web documents with a program applet placed to present further information upon selected conditions | | US6044372 * | 18 Jul 1997 | 28 Mar 2000 | Dazel Corporation | Method and apparatus for publishing information to a communications network and enabling subscriptions to such information | | US6055565 * | 1 Abr 1997 | 25 Abr 2000 | Sony Corporation | Information integrated indicating method, apparatus and system for use on the world wide web applied to data inspection | | US6125384 * | 23 Dic 1996 | 26 Sep 2000 | International Business Machines Corporation | Computer apparatus and method for communicating between software applications and computers on the world-wide web | | US6161124 * | 11 Ago 1997 | 12 Dic 2000 | Nippon Telegraph & Telephone Corporation | Method and system for preparing and registering homepages, interactive input apparatus for multimedia information, and recording medium including interactive input programs of the multimedia information | | US6170007 | 31 Ago 1999 | 2 Ene 2001 | Hewlett-Packard Company | Embedding web access functionality into a device for user interface functions | | US6182056 * | 1 Dic 1998 | 30 Ene 2001 | Gte Data Services Incorporated | Method of modeling complex navigational logic in a client/server environment | | US6201538 * | 5 Ene 1998 | 13 Mar 2001 | Amiga Development Llc | Controlling the layout of graphics in a television environment | | US6205432 | 16 Nov 1998 | 20 Mar 2001 | Creative Internet Concepts, Llc | Background advertising system | | US6205469 * | 27 May 1997 | 20 Mar 2001 | Yahoo! Inc. | Method for client-server communications through a minimal interface | | US6211874 * | 15 May 1998 | 3 Abr 2001 | International Business Machines Corporation | Method for parallel selection of URL's | | US6225995 | 31 Oct 1997 | 1 May 2001 | Oracle Corporaton | Method and apparatus for incorporating state information into a URL | | US6247056 | 31 Oct 1997 | 12 Jun 2001 | Oracle Corporation | Method and apparatus for handling client request with a distributed web application server | | US6262729 * | 14 Abr 1997 | 17 Jul 2001 | Apple Computer, Inc. | Method and apparatus for binding user interface objects to application objects | | US6295530 * | 15 May 1996 | 25 Sep 2001 | Jonathan M. Bradshaw | Internet service of differently formatted viewable data signals including commands for browser execution | | US6324565 * | 28 Jul 1997 | 27 Nov 2001 | Qwest Communications International Inc. | Dynamically generated document cache system | | US6334114 | 31 Oct 1997 | 25 Dic 2001 | Oracle Corporation | Method and apparatus for performing transactions in a stateless web environment which supports a declarative paradigm | | US6377978 | 13 Sep 1996 | 23 Abr 2002 | Planetweb, Inc. | Dynamic downloading of hypertext electronic mail messages | | US6401114 * | 1 May 1998 | 4 Jun 2002 | Stratum Technologies Corporation | Method and apparatus for dynamic programming across a computer network | | US6415335 * | 19 Ene 1999 | 2 Jul 2002 | Epicrealm Operating Inc. | System and method for managing dynamic web page generation requests | | US6429880 * | 25 Abr 2001 | 6 Ago 2002 | Apple Computer, Inc. | Method and apparatus for binding user interface objects to application objects | | US6442548 | 25 Jun 1999 | 27 Ago 2002 | International Business Machines Corporation | Database interface for database unaware applications | | US6456699 | 30 Nov 1998 | 24 Sep 2002 | At&T Corp. | Web-based generation of telephony-based interactive voice response applications | | US6470349 | 11 Mar 1999 | 22 Oct 2002 | Browz, Inc. | Server-side scripting language and programming tool | | US6510432 | 24 Mar 2000 | 21 Ene 2003 | International Business Machines Corporation | Methods, systems and computer program products for archiving topical search results of web servers | | US6542923 | 21 Ago 1997 | 1 Abr 2003 | Planet Web, Inc. | Active electronic mail | | US6549944 * | 6 Jul 2000 | 15 Abr 2003 | Mercury Interactive Corporation | Use of server access logs to generate scripts and scenarios for exercising and evaluating performance of web sites | | US6549952 * | 28 Ene 1997 | 15 Abr 2003 | International Business Machines Corporation | Passing environment variables from an hypertext protocol server application programming interface | | US6564250 | 21 Ago 1997 | 13 May 2003 | Planetweb, Inc. | Miniclient for internet appliance | | US6571201 | 18 Ago 2000 | 27 May 2003 | Gilbarco Inc. | Remote-access fuel dispenser using a data type aware mark-up language | | US6584498 * | 13 Sep 1996 | 24 Jun 2003 | Planet Web, Inc. | Dynamic preloading of web pages | | US6609126 | 15 Nov 2000 | 19 Ago 2003 | Appfluent Technology, Inc. | System and method for routing database requests to a database and a cache | | US6611817 | 17 Jun 1999 | 26 Ago 2003 | International Business Machines Corporation | Automated technique for code generation of datastream mappings | | US6633850 | 9 May 2000 | 14 Oct 2003 | Creative Internet Concepts, Llc | Background advertising system | | US6651108 * | 14 Ago 1995 | 18 Nov 2003 | Next Software, Inc. | Method and apparatus for generating object-oriented world wide web pages | | US6678723 | 29 Mar 2002 | 13 Ene 2004 | Startum Technologies Corporation | Method and apparatus for dynamic programming across a computer network | | US6684211 | 1 Abr 1998 | 27 Ene 2004 | Planetweb, Inc. | Multimedia communication and presentation | | US6690396 | 27 Dic 1999 | 10 Feb 2004 | Gateway, Inc. | Scannable design of an executable | | US6710786 | 28 Sep 2000 | 23 Mar 2004 | Oracle International Corporation | Method and apparatus for incorporating state information into a URL | | US6718515 * | 7 Dic 1999 | 6 Abr 2004 | International Business Machines Corporation | Method of populating a dynamic HTML table from a set of data objects through a common interface | | US6754900 * | 24 Nov 1997 | 22 Jun 2004 | International Business Machines Corporation | System for providing web browser access to an operating system desktop | | US6766351 * | 7 Oct 1999 | 20 Jul 2004 | Cisco Technology, Inc. | Method and apparatus for communicating information between a browser and an application program | | US6775820 | 29 Nov 2000 | 10 Ago 2004 | International Business Machines Corporation | Web based application re-coded for OS/2 compatibility | | US6779152 * | 7 Dic 1999 | 17 Ago 2004 | International Business Machines Corporation | Method for rotating a dynamic HTML table | | US6820041 | 13 May 2003 | 16 Nov 2004 | Gilbarco Inc. | Remote-access fuel dispenser using data type aware mark-up language | | US6826565 | 20 Ago 2002 | 30 Nov 2004 | Ablaise Limited | Method and apparatus for serving files to browsing clients | | US6845505 * | 3 Feb 1997 | 18 Ene 2005 | Oracle International Corporation | Web request broker controlling multiple processes | | US6847987 * | 30 Sep 1998 | 25 Ene 2005 | International Business Machines Corporation | System and method for extending client-server software to additional client platforms for servicing thin clients requests | | US6874151 * | 14 Jul 1997 | 29 Mar 2005 | Microsoft Corp. | Interprocess communication mechanism for heterogeneous computer processes | | US6889359 * | 7 Oct 1999 | 3 May 2005 | International Business Machines Corporation | Method for providing a visual representation of dynamic HTML table attributes | | US6901425 | 23 Dic 1996 | 31 May 2005 | International Business Machines Corporation | Computer apparatus and method including a disconnect mechanism for communicating between software applications and computers on the world-wide web | | US6938205 * | 12 Ene 2000 | 30 Ago 2005 | Apple Computer, Inc. | Object oriented editor for creating world wide web documents | | US6961737 | 3 Ago 2001 | 1 Nov 2005 | Ablaise Limited | Serving signals | | US7031954 * | 10 Sep 1997 | 18 Abr 2006 | Google, Inc. | Document retrieval system with access control | | US7043737 * | 30 Abr 2001 | 9 May 2006 | Siebel Systems, Inc. | Client side integration for network based and non network based application | | US7096417 * | 22 Oct 1999 | 22 Ago 2006 | International Business Machines Corporation | System, method and computer program product for publishing interactive web content as a statically linked web hierarchy | | US7114171 * | 14 May 2002 | 26 Sep 2006 | Thales Avionics, Inc. | Method for controlling an in-flight entertainment system | | US7131063 | 13 Sep 2001 | 31 Oct 2006 | International Business Machines Corporation | Method and system for delivering dynamic information in a network | | US7139637 | 10 May 2000 | 21 Nov 2006 | Grewell Patricia C | Order allocation to minimize container stops in a distribution center | | US7139721 | 16 Mar 2001 | 21 Nov 2006 | Sunil Bhargava | Scheduling delivery of products via the internet | | US7162519 | 24 Nov 2003 | 9 Ene 2007 | Stratum Technologies Corporation | Structure and method for providing customized web pages-therefor | | US7165062 | 27 Ago 2001 | 16 Ene 2007 | Siemens Medical Solutions Health Services Corporation | System and user interface for accessing and processing patient record information | | US7177825 | 10 May 2000 | 13 Feb 2007 | Sunil Bhargava | Integrated system for ordering, fulfillment, and delivery of consumer products using a data network | | US7194692 * | 27 Jun 2002 | 20 Mar 2007 | Apple Computer, Inc. | Method and apparatus for binding user interface objects to application objects | | US7197547 | 10 May 2000 | 27 Mar 2007 | Ajit Ramachandra Mayya | Load balancing technique implemented in a data network device utilizing a data cache | | US7233914 | 27 Dic 2000 | 19 Jun 2007 | Borders Louis H | Technique for implementing item substitution for unavailable items relating to a customer order | | US7240283 * | 22 Feb 2001 | 3 Jul 2007 | Ajit Ramachandra Mayya | Data transmission and rendering techniques implemented over a client-server system | | US7251612 | 20 Jul 2000 | 31 Jul 2007 | Parker John E | Method and system for scheduling distribution routes and timeslots | | US7269626 | 9 May 2001 | 11 Sep 2007 | Beryl Technical Assays Llc. | Dynamic downloading of hypertext electronic mail messages | | US7308423 | 19 Mar 2001 | 11 Dic 2007 | Randolph Ashton Hodge | Technique for handling sales of regulated items implemented over a data network | | US7313588 * | 13 Jul 2000 | 25 Dic 2007 | Biap Systems, Inc. | Locally executing software agent for retrieving remote content and method for creation and use of the agent | | US7325077 | 18 Abr 2003 | 29 Ene 2008 | Beryl Technical Assays Llc | Miniclient for internet appliance | | US7370005 | 10 May 2000 | 6 May 2008 | Gautam Bhargava | Inventory replication based upon order fulfillment rates | | US7376891 | 29 Sep 2003 | 20 May 2008 | Collegenet, Inc. | Universal forms engine | | US7409672 | 1 Jul 2004 | 5 Ago 2008 | Cisco Technology, Inc. | Method and apparatus for communicating information between a browser and an application program | | US7418720 | 23 Sep 2004 | 26 Ago 2008 | Microsoft Corporation | Interprocess communication mechanism for heterogeneous computer process | | US7437305 | 10 May 2000 | 14 Oct 2008 | Christopher Angel Kantarjiev | Scheduling delivery of products via the internet | | US7467372 | 23 Jul 2002 | 16 Dic 2008 | Virtual Access Technology Limited | Device configuration and management development system | | US7490138 * | 3 Oct 2003 | 10 Feb 2009 | Schneider Automation Inc. | System for distributed programmable control | | US7493554 | 22 Jun 2007 | 17 Feb 2009 | Ajit Ramachandra Mayya | Data transmission and rendering techniques implemented over a client-server system | | US7496836 | 18 Jul 2005 | 24 Feb 2009 | Apple Inc. | Method and apparatus for transmitting documents over a network | | US7506359 | 22 Sep 2000 | 17 Mar 2009 | International Business Machines Corporation | Method for preventing parasitic usage of web page embedded files | | US7509407 | 27 Jul 2005 | 24 Mar 2009 | Ajit Ramachandra Mayya | Load balancing technique implemented in a data network device utilizing a data cache | | US7532947 | 18 Feb 2006 | 12 May 2009 | Grewell Patricia C | Method and system for order fulfillment in a distribution center | | US7536390 * | 11 Mar 2005 | 19 May 2009 | Microsoft Corporation | Accessing Web content from any virtualized store | | US7549153 * | 22 Jul 2002 | 16 Jun 2009 | Amberpoint, Inc. | Apparatus and method for content and context processing of web service traffic | | US7620703 * | 10 Ago 2000 | 17 Nov 2009 | Koninklijke Philips Electronics N.V. | Topical service provides context information for a home network | | US7624161 | 2 Ene 2007 | 24 Nov 2009 | Open Invention Network, Llc | Method and apparatus for email programming across a computer network | | US7636770 | 30 Jun 2006 | 22 Dic 2009 | International Business Machines Corporation | System, method and computer program product for publishing interactive web content as a statically linked web hierarchy | | US7640255 | 15 Ago 2005 | 29 Dic 2009 | Sap, Ag | Method for utilizing a multi-layered data model to generate audience specific documents | | US7657511 * | 31 May 2005 | 2 Feb 2010 | Sap, Ag | Multi-layered data model for generating audience-specific documents | | US7668913 * | 30 Ago 2000 | 23 Feb 2010 | Decentrix, Inc. | Method and apparatus for generating a web site with dynamic content data from an external source integrated therein | | US7712036 | 17 Nov 2003 | 4 May 2010 | Gateway, Inc. | Scannable design of an executable | | US7739658 | 24 Sep 2001 | 15 Jun 2010 | Volantis Systems Limited | Web server for remote user devices service and web page generation | | US7743150 * | 19 May 2004 | 22 Jun 2010 | Oracle International Corporation | Apparatus and method for web service message correlation | | US7774429 | 15 Ago 2003 | 10 Ago 2010 | Open Invention Network, Llc | Method and apparatus for dynamic programming across a computer network | | US7779352 | 30 Ago 2000 | 17 Ago 2010 | John Underwood | Method and apparatus for generating a website using a multi-dimensional description of the website | | US7792712 | 5 Oct 2005 | 7 Sep 2010 | Ipventure, Inc. | Techniques for processing customer service transactions at customer site using mobile computing device | | US7801772 | 8 Nov 2006 | 21 Sep 2010 | Ip Venture, Inc. | Method and apparatus for facilitating online purchase of regulated products over a data network | | US7853870 | 17 Feb 2009 | 14 Dic 2010 | Ajit Ramachandra Mayya | Data transmission and rendering techniques implemented over a client-server system | | US7886221 | 30 Ago 2000 | 8 Feb 2011 | Decentrix, Inc. | Method and apparatus for storing web site data by web site dimensions and generating a web site having complementary elements | | US7904799 | 30 Ago 2000 | 8 Mar 2011 | Decentrix Acquisition Corporation | Method and apparatus for generating a link to a presented web page | | US7904975 | 17 Jul 2007 | 15 Mar 2011 | Ipventure, Inc. | Real-time display of available products over the internet | | US7930416 | 7 Feb 2009 | 19 Abr 2011 | Ipventure, Inc. | Load balancing technique implemented in a data network device utilizing a data cache | | US7935070 | 28 Ene 2005 | 3 May 2011 | Fresenius Medical Care North America | Systems and methods for dextrose containing peritoneal dialysis (PD) solutions with neutral pH and reduced glucose degradation product | | US7953851 | 19 Dic 2008 | 31 May 2011 | Front Porch, Inc. | Method and apparatus for asymmetric internet traffic monitoring by third parties using monitoring implements | | US7985212 | 27 Jul 2007 | 26 Jul 2011 | Fresenius Medical Care Holdings, Inc. | Systems and methods for delivery of peritoneal dialysis (PD) solutions | | US8010411 | 1 Feb 2007 | 30 Ago 2011 | Ipventure, Inc. | Restricted purchase of regulated items over a network | | US8046682 * | 17 Nov 2003 | 25 Oct 2011 | Siebel Systems, Inc. | Method and system for accessing business applications via a standard interface | | US8052631 | 2 Dic 2008 | 8 Nov 2011 | Fresenius Medical Care Holdings, Inc. | Systems and methods for delivery of peritoneal dialysis (PD) solutions | | US8090626 | 13 Jun 2007 | 3 Ene 2012 | Ipventure, Inc. | Item substitution for unavailable items relating to a customer order | | US8103738 | 30 Ago 2006 | 24 Ene 2012 | Nguyen Julien T | Micro-client for internet appliance | | US8136027 | 1 May 2006 | 13 Mar 2012 | Decentrix Inc. | Method and apparatus for providing conditional customization for generating a web site | | US8140183 | 6 May 2009 | 20 Mar 2012 | Ipventure, Inc. | Method and system for order fulfillment in a distribution center | | US8161370 | 1 Dic 2009 | 17 Abr 2012 | Apple Inc. | Dynamic preloading of web pages | | US8170915 | 12 Feb 2007 | 1 May 2012 | Ipventure, Inc. | Online store product availability | | US8214486 | 14 Ene 2009 | 3 Jul 2012 | Front Porch, Inc. | Method and apparatus for internet traffic monitoring by third parties using monitoring implements | | US8224998 | 1 Sep 2009 | 17 Jul 2012 | Julien T Nguyen | Micro-client for internet appliances | | US8239749 * | 2 Jun 2005 | 7 Ago 2012 | Apple Inc. | Procedurally expressing graphic objects for web pages | | US8250525 | 2 Mar 2007 | 21 Ago 2012 | Pegasystems Inc. | Proactive performance management for multi-user enterprise software systems | | US8271004 | 8 Ago 2007 | 18 Sep 2012 | Mikael Vinding | User generated dynamic mobile service | | US8312125 | 12 Mar 2010 | 13 Nov 2012 | Local Corporation | System and method for bulk web domain generation and management | | US8326708 | 6 Sep 2010 | 4 Dic 2012 | Ipventure, Inc. | Techniques for processing customer service transactions at customer site using mobile computing device | | US8328784 | 14 Abr 2009 | 11 Dic 2012 | Fresenius Medical Care Holdings, Inc. | Systems and methods for delivery of peritoneal dialysis (PD) solutions | | US8335704 | 28 Ene 2005 | 18 Dic 2012 | Pegasystems Inc. | Methods and apparatus for work management and routing | | US20060005114 * | 2 Jun 2005 | 5 Ene 2006 | David Hyatt | Procedurally expressing graphic objects for web pages | | US20100287155 * | 21 Jul 2010 | 11 Nov 2010 | Twintech E.U., Limited Liability Company | Software And Method That Enables Selection Of One Of A Plurality Of Online Service Providers | | EP1180739A1 * | 16 Ago 2000 | 20 Feb 2002 | Gavoa Ltd | Page content delivery | | WO2000025223A1 * | 27 Oct 1999 | 4 May 2000 | Customer Potential Management Corporation | Method and apparatus for generating dynamic web page and interfacing external systems | | WO2000050969A2 * | 25 Feb 2000 | 31 Ago 2000 | Henry Haugland | Mass generation of individual virtual servers, virtual web sites and virtual web objects | | WO2001057746A1 * | 6 Feb 2001 | 9 Ago 2001 | Apex Software International Limited | Dissemination of data | | WO2001077883A1 * | 6 Abr 2001 | 18 Oct 2001 | Jim Limberis | System and method for creating and searching web sites | | WO2003052614A1 * | 16 Dic 2002 | 26 Jun 2003 | Stargazer Foundation, Inc. | System and method for disseminating knowledge over a global computer network |
|