Systems and methods for persisting data between web pages

Information

  • Patent Grant
  • 9026578
  • Patent Number
    9,026,578
  • Date Filed
    Friday, May 14, 2004
    20 years ago
  • Date Issued
    Tuesday, May 5, 2015
    9 years ago
Abstract
The described systems and methods are directed at persisting data between web pages. A server receives object-related data associated with a first web page and a request for posting to a second web page from a client. The object-related data includes information about the objects in the first web page. Instances of the objects associated with the first web page are reconstructed based, at least in part, on the object-related data. The server generates rendering data of the second web page based, at least in part, on the reconstructed object instances. In this manner, the object-related data is allowed to persist from the first web page to the second web page.
Description
TECHNICAL FIELD

This systems and methods discussed herein relate to web content management.


BACKGROUND OF THE INVENTION

In the past, pages in the World Wide Web (Web) essentially contain only static content written in procedural codes using hyper text markup language (HTML). These web pages are stored on servers connected through the Internet. Each web page is associated with a uniform resource locator (URL) and a user/client can browse to a particular web page by requesting the web page from a server using the URL corresponding to the page. Some traditional web pages allow users to post data to another page using standard HTML input methods, such as forms. To post the data, a user must activate a trigger (e.g. a button) on the page to send the data to a process on the server, such as a common gateway interface (CGI) program. Particularly, the data is appended to the end of the URL associated with the process. The process may use the submitted data to generate another page.


The methods of posting data on traditional web pages have many deficiencies. For example, although a user can post data to a server, the data can only include actual values as part of the request or appended to the end of a URL as a text string. This method of posting data lacks the ability to send complex objects that cannot be properly represented by plain text. Also, the “posted to” web page must be regenerated for each post request. So, if a programmer would like to use input from the user on a particular web page to generate content on another related web page, the programmer must create a process to parse the web request or URL for the actual values submitted by the user on the original web page and to generate the other web page using the submitted values, without having the abilities to reuse features and complex data objects on the original web page.


Thus, there is a need for an efficient technique to persist data between web pages that does not require the storage of a large amount of data on the server for each web page and the complete regeneration of a web page in response to a posting request.


SUMMARY OF THE INVENTION

The systems and methods described herein are directed at persisting data between web pages. A server receives user inputs and object-related data associated with a first web page and a request for posting to a second web page from a client. The object-related data includes information about the objects in the first web page. Instances of the objects associated with the first web page are reconstructed based, at least in part, on the object-related data and user inputs. The server generates rendering data of the second web page based, at least in part, on the reconstructed object instances. In this manner, the object-related data is allowed to persist from the first web page to the second web page.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a schematic diagram of a system for persisting data between web pages.



FIG. 2 is a schematic diagram of the server shown in FIG. 1.



FIG. 3 is a schematic diagram of example data associated with an example web page sent by a server to a client.



FIG. 4 is a schematic diagram of example data associated with another example web page.



FIG. 5 is a flow diagram of an example process for a server to process a web page request from a client.



FIG. 6 is a flow diagram of an example process for a server to obtain information about a previous web page for processing a post to a requested web page.



FIG. 7 illustrates an example computing device within which the described systems and methods can be either fully or partially implemented.





DETAILED DESCRIPTION

The systems and methods described herein provide an efficient technique to persist data between web pages. Each web page includes objects that may have various configurations, such as properties, states and behaviors. A server determines object-related data for representing the configurations of the objects in the web page and sends the rendering data for the web page and the object-related data to the requesting client. The client may post from the original web page to another web page with input data. Posting from a first web page to a second web page means that an operation which client causes a call from first web page to the second web page on the server. For example, the client may issue to the server a request for the other web page along with posting data and the object-related data associated with the original web page. The server may instantiate the original web page using the object-related data to obtain the information from the original web page when generating the second web page. In this manner, object-related data may persist between web pages without being saved on a server. These and other aspects will be discussed in more detail in the description below.



FIG. 1 is a schematic diagram of a system 100 for persisting data between web pages. System 100 may include client 105 and server 110. Client 105 and server 110 may include any type of computing device, such as desktop and laptop computers, dedicated server computers, network appliances, personal digital assistant (PDA) devices, wireless phones, pagers, and the like. Client 105 is configured to enable users to request web pages. For example, client 105 is also configured to send a request 115 for a web page to server 110 and to render the web page for the users using data received from server 110. Particularly, the client 105 is configured to receive rendering data 120 for the requested web page and object-related data 151 from server 110. Object-related data 151 includes information about the objects in the requested web page. For example, object-related data 151 may include the configurations of the objects, such as states, properties and behaviors. Client 105 is configured to maintain object-related data 151. In response to a request to post to another web page from the original web page, client 105 is also configured to issue a request 130 to server 110 for the other web page along with object-related data 151. Request 130 may also include client input data 133 posted from the original web page.


Server 110 is configured to receive requests for web pages from client 105. Server 110 will be discussed in more detail in conjunction with FIG. 2. Briefly stated, server 110 generates web pages requested by client 105 using various objects. For example, server 110 may generate a particular web page by incorporating instances of the objects related to the web page and assigning the proper configurations, such as states, properties and behaviors, to those objects. Server 110 also creates object-related data associated with the objects. Server 110 is configured to send rendering data associated with the web page and the corresponding object-related data to the client.


Example communications between server 110 and client 105 will now be discussed in conjunction with FIG. 1 to further illustrate system 100 in operation. As shown in FIG. 1, client 105 issues a request 115 for Page A to server 110. The request may include the address of Page A, such as a uniform resource locator (URL). In response, server 110 generates rendering data for Page A 120 by incorporating various objects in the web page. Server 110 also creates object-related data 151, which includes information about the objects in Page A. Page A is configured to post to Page B under certain conditions, such as a user input. Server 110 then sends rendering data 120 and object-related data 151 to client 105.


Upon receiving rendering data 120 and object-related data 151 from server 110, client 105 may render Page A, such as displaying the page to a user. Client 105 may determine to post from Page A to Page B. For example, client 105 may receive a user input in Page A that causes a post to Page B. In response, client 105 issues a request 130 for Page B to server 110 along with object-related data 151 received from server 110. Client 105 may also include information about the user input in the request 130.


In response to receiving request 130 and object-related data 151, server 110 instantiates Page A using object-related data 151. For example, server 110 may reconstruct instances of objects in Page A 120 using object-related data 151. The reconstructed object instances include the configurations specified in object-related data 151. Server 110 may generate rendering data for Page B using the reconstructed objects in Page A and other objects not associated with Page A. Server 110 determines object-related data 153, which includes information about the objects in Page B. Server 110 then sends rendering data 140 and object-related data 153 to client 105.


It is to be appreciated that object-related data 151 persists from Page A to Page B without being saved in server 110. Persisting object-related data in this manner allows a web page to efficiently post to another web page, without requiring data storage on the server. This technique of persisting data also enables an original web page generated by one server to post to a requested web page generated by a second server while allowing the second server to access information about the objects in the original web page. The arrangement of multiple servers being configured to provide related web content is often referred to as a web farm. Typically, servers in a web farm have the necessary applications installed on them to implement the described technique.



FIG. 2 is a schematic diagram of server 110 shown in FIG. 1. As shown in FIG. 2, server 110 may include page producer 204, object data manager 206, and data store 208. The components in FIG. 2 are shown for illustrative purposes. In actual implementation, server 110 may include more, less, or different components than those shown in FIG. 2.


Data store 208 provides storage for information that is used by server 110 to generate web pages. Data store 208 may be implemented in any type of volatile or persistent memory device, such as random access memory (RAM), flash memory, optical or magnetic disk drive, hard drive, and the like. The information in data store 208 includes objects 210, which include both data and procedures for manipulating the data. Objects 210 are typically used by page producer 204 to generate web pages in an object-oriented manner. Web pages that are generated using objects 210 are more efficiently created than procedural based web pages. Such object-oriented web pages may also efficiently include dynamic content that is generated and updated in a real-time manner in response to requests. For example, objects 210 may be individually updated and incorporated in a web page, without changing other objects in the page. Web pages that are dynamically generated in such a manner provide a better user experience than web pages with only static content.


Page producer 204 is configured to provide web pages specified in requests from clients to server 110. To provide an enhanced user experience, page producer 204 may be configured to dynamically generate the requested web pages. Page producer 204 may generate web pages with objects 210 in data store 208. For example, page producer 204 may incorporate instances of objects 210 in the web page. Page producer 204 is configured to assign the appropriate configurations to objects 210 for incorporation. To enable program developers to construct web pages that provide a more cohesive user experience, page producer 204 is also configured to generate a web page that posts to other web pages.


Page producer 204 may also be configured to obtain information from other computers 220 to generate web pages. For example, a requested web page may include updated information that is provided by another server. Page producer 204 may obtain the information from another server in real time and dynamically generate the requested web page with the obtained information.


Object data manager 206 manages object-related data for server 110. Object data manager 206 is configured to determine object-related data associated with objects that are used by page producer 204 to generate a web page. For example, page producer 204 may include control objects in a particular web page. In response, object data manger 206 determines viewstate data related to the configurations of the control objects, such as their properties, states and behaviors. The viewstate data is sent by page producer 204 to the requesting client along with the rendering data for the web page.


Object data manager 206 is also configured to instantiate a web page from object-related data associated with the web page. Object data manager 206 typically instantiates a particular web page to obtain information for generating another web page posted from the original web page. Instantiating a web page includes reconstructing instances of objects in the web page using object-related data. For example, if the object-related data includes viewstate data associated with control objects in the original web page, object data manager 206 will reconstruct the control objects with the configurations specified in the object-related data. Page producer 204 may then use the reconstructed object instances to create the other web page posted from the original web page.


To enhance security, object data manger 206 is configured to use a message authentication code (MAC) to protect object-related data. A MAC is a secret key that is used to uniquely identify a message. A MAC may be uniquely assigned to a particular message or be derived based on the properties of the message. A MAC may be used in conjunction with an encryption mechanism to provide multiple layers of security. For example, object data manger 206 may encrypt object-related data using a hash function with a MAC as the encryption key. The MAC may be also included as part of the encrypted object-related data. Object data manger 206 is configured to use the MAC in the object-related data to determine whether the data is valid. For example, object data manager 206 may use a particular MAC to decrypt the object-related data. The decrypted object-related data includes a second MAC. If the first MAC and the second MAC do not match, the object-related data has likely been tempered and object data manger 206 would determine that the data is invalid.


Object data manger 206 is also configured to serialize object-related data for sending to the client. Object data manger 206 may serialize the object-related data in accordance with hyper text transfer protocol (HTTP) and send the serialized data to the client in an HTTP hidden field.



FIG. 3 is a schematic diagram of example data associated with an example web page 300 sent by a server to a client. Example object-related data 350 is typically sent by the server in response to a request for example web page 300 issued by the client. Example web page 300 is related to a customer survey and includes selection control object 305, textbox control object 306 and checkbox control object 307. Object-related data 350 associated with web page 300 is sent from the server to the client along with rendering data for web page 300. As shown in FIG. 3, object-related data 350 includes selection control viewstate data 343, textbox control viewstate data 344 and checkbox control viewstate data 345. Viewstate data 343-345 are data about the configurations of control objects 305-307 in web page 300. For example, viewstate data 343-345 may include the layout, the selection choices and mechanisms, and the associated text for control objects 305-307. Object-related data 350 may include a message authentication code (MAC) 380 for security purposes. Object-related data 350 may also be encrypted with an encryption key, such as MAC 380.


Web page 300 may include submit button 320 that is configured to post input data to the next web page. In response to activating the submit button, the client sends the input data associated with control objects 305-307 to the server along with an address for the next web page and object-related data 350. The server may then use the input data and object-related data 350 to generate the next web page specified by the address.



FIG. 4 is a schematic diagram of example data associated with another example web page 400. Example object-related data 450 is typically sent by the server to the client in response to a post from the original web page 300 shown in FIG. 3. Example web page 400 is another page of the customer survey and includes selection control objects 405 and 406, checkbox control object 407, and textbox control object 408.


The server typically receives an address for web page 400 from the client along with input data from the original page 300 and object-related data 350. The server may instantiate web page 300 using object relate data 350 to obtain the configurations of the objects in web page 300. The server may then use the data from the instantiation and the input data to generate web page 400. The server may generate selection control objects 405 based on reconstructing selection control object 305 from selection control viewstate data 343. For example, the server may generate selection control object 405 to include a default selection of “Word Processor”, which is included in the input data. In this manner, the server efficiently incorporates selection control object 405 in web page 400 that is consistent with selection control object 305 in web page 300.


In a similar manner, the server may generate control objects 406-408 based on instantiating control objects 305-307 using object-related data 305 and input data. For example, the server may simply use the configurations of control object 305-307 to generate control objects 406-408. The server may then generate object-related data 450 that includes viewstate data 461-464. Object-related data 450 may include a MAC 480, which may or may not be identical to MAC 380 in web page 300.



FIG. 5 is a flow diagram of an example process 500 for a server to process a web page request from a client. At block 505, a request for a web page is received. The request typically includes an address for the web page. If the request is a post from a previous web page, the request may also include input data and viewstate data associated with control objects in the previous page. At block 510, the requested web page is initialized. At decision block 515, a determination is made whether the request is a post from a previous web page. If so, process 500 moves to block 517 where data about the objects in the previous page is obtained, which will be discussed in more detail in conjunction with FIG. 6. Process 500 then continues at block 520.


Returning to block 515, if the request is not a post from another web page, process 500 moves to block 520 where data associated with the requested web page is loaded. For example, instances of objects that are used to create the requested web page are generated. At block 525, the web page is processed, which may involve performing any updates to the objects in the web page through a set of page lifecycle events before the output of the web page is rendered.


At block 530, the configurations of the control objects in the web page are saved as viewstate data associated with the web page. At block 535, rendering data for the web page is generated. At block 540, the rendering data and the viewstate data are sent to the client.



FIG. 6 is a flow diagram of an example process 600 for a server to obtain information about a previous web page for processing a post to a requested web page. At block 605, the access permission for the previous web page from which the post was originated is checked. The access permission may be associated with a posting client or a particular user associated with the client.


At decision block 610, a determination is made whether permission has been granted to access the previous web page. If no permission exists or if the previous page does not exist, process 600 goes to block 612 where an error message is returned.


Returning to decision block 610, if permission exists, the process moves to block 620 where a first message authentication code (MAC) is computed from the viewstate data. At block 625, a second MAC within the viewstate data is determined. At decision block 630, a determination is made whether the computed MAC and the determined MAC match. If the MAC's do not match, process 600 goes to block 612 where an error message is returned.


Returning to decision block 630, if the MAC's match, process 600 moves to block 633 where the previous web page is instantiated using the viewstate and user input data associated with the post. For example, the instances of the control objects in the previous page are reconstructed and configured using the user input and viewstate data. At block 635 where programmatic access to the control objects associated with the previous web page is obtained.


Example codes are discussed below to further illustrate how the described systems and methods can be implemented.









TABLE 1





Example code for posting a page.

















<form runat=“server”>









<asp:TextBox id=“TextBox1” runat=“server” />



<br>



<asp:Button runat=“server” Text=“Causes PostBack”









/>









<br>



<asp:Button runat=“server” Text=“Cross Page Post”









PostBackUrl=“Page2.aspx” />



</form>









Table 1 shows an example code section for posting from an original web page to another web page (i.e. page2.aspx). For controls that are configured to post to the other web page, the PostBackUrl property on the button in Table 1 causes the form's action attribute to be set via JavaScript to the appropriate URL for HTML devices that support JavaScript. In the example code in Table 1, button controls are used. One of controls sets the new PostBackUrl property, which causes the original web page to perform an HTTP POST to Page2.aspx when the button is clicked.









TABLE 2





An example page configured for cross-page post.

















<script runat=“server”>



 public DropDownList SelectedCountry {









get {









return Country;









}









 }



</script>



<form runat=“server”>



 <asp:DropDownList id=“Country” runat=“server”>









<asp:ListItem name=“USA” value=“0” />



<asp:ListItem name=“Canada” value=“1” />



<asp:ListItem name=“Mexico” value=“2” />









 </asp:DropDownList>



 <asp:Button runat=“server”



PostBackUrl=“Page2.aspx” />









</form>
















TABLE 3





An example page configured to be the target page of a


cross-page post.

















public void Page_Load(Object sender, EventArgs e) {









int selectedCountryCode = −1;



// Access a DropDownList control on the page we were









posted from









//



DropDownList country = (DropDownList)









PreviousPage.FindControl(“Country ”);









selectedCountryCode = country.SelectedItem.Value;









}
















TABLE 4





Another example page configured to be the target page of a


cross-page post.

















<%@ PreviousPage VirtualPath=“/default.aspx” %>



public void Page_Load(Object sender, EventArgs e) {









int selectedCountryCode = −1;



// Access a public property on the page posted from



//



selectedCountryCode =









PreviousPage.SelectedCountry.SelectedItem.Value;



}









Table 2 shows an example code for an original web page that includes a drop down list control configured for a cross-page post to another web page. Table 3 shows an example code for accessing an original web page where a post has been initiated. Accessing the “posted from” page may be accomplished using the PreviousPage property, which may return type System.Web.UI.Page. Table 4 shows a special “page” directive to control the type returned by the PreviousPage property.



FIG. 7 illustrates an example computing device 700 within which the described systems and methods can be either fully or partially implemented. Computing device 700 is only one example of a computing system and is not intended to suggest any limitation as to the scope of the use or functionality of the invention.


Computing device 700 can be implemented with numerous other general purpose or special purpose computing system environments or configurations. Examples of well known computing systems, environments, and/or configurations that may be suitable for use include, but are not limited to, personal computers, server computers, thin clients, thick clients, hand-held or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputers, mainframe computers, gaming consoles, distributed computing environments that include any of the above systems or devices, and the like.


The components of computing device 700 can include, but are not limited to, processor 702 (e.g., any of microprocessors, controllers, and the like), system memory 704, input devices 706, output devices 708, and network devices 710.


Computing device 700 typically includes a variety of computer-readable media. Such media can be any available media that is accessible by computing device 700 and includes both volatile and non-volatile media, removable and non-removable media. System memory 704 includes computer-readable media in the form of volatile memory, such as random access memory (RAM), and/or non-volatile memory, such as read only memory (ROM). A basic input/output system (BIOS), containing the basic routines that help to transfer information between elements within computing device 700, such as during start-up, is stored in system memory 704. System memory 704 typically contains data and/or program modules that are immediately accessible to and/or presently operated on by processor 702.


System memory 704 can also include other removable/non-removable, volatile/non-volatile computer storage media. By way of example, a hard disk drive may be included for reading from and writing to a non-removable, non-volatile magnetic media; a magnetic disk drive may be included for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”); and an optical disk drive may be included for reading from and/or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD, or any other type of optical media.


The disk drives and their associated computer-readable media provide non-volatile storage of computer-readable instructions, data structures, program modules, and other data for computing device 700. It is to be appreciated that other types of computer-readable media which can store data that is accessible by computing device 700, such as magnetic cassettes or other magnetic storage devices, flash memory cards, CD-ROM, digital versatile disks (DVD) or other optical storage, random access memories (RAM), read only memories (ROM), electrically erasable programmable read-only memory (EEPROM), and the like, can also be utilized to implement exemplary computing device 700. Any number of program modules can be stored in system memory 704, including by way of example, an operating system 720, application programs 728, and data 732.


Computing device 700 can include a variety of computer-readable media identified as communication media. Communication media typically embodies computer-readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media. The term “modulated data signal” refers to a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared, and other wireless media. Combinations of any of the above are also included within the scope of computer-readable media.


A user can enter commands and information into computing device 700 via input devices 706 such as a keyboard and a pointing device (e.g., a “mouse”). Other input devices 706 may include a microphone, joystick, game pad, controller, satellite dish, serial port, scanner, touch screen, touch pads, key pads, and/or the like. Output devices 708 may include a CRT monitor, LCD screen, speakers, printers, and the like.


Computing device 700 may include network devices 710 for connecting to computer networks, such as local area network (LAN), wide area network (WAN), and the like.


Although the invention has been described in language specific to structural features and/or methodological steps, it is to be understood that the invention defined in the appended claims is not necessarily limited to the specific features or steps described. Rather, the specific features and steps are disclosed as preferred forms of implementing the claimed invention.

Claims
  • 1. A method of communication between a client and a server comprising: receiving, by the server from the client, a request for a first web page;determining, by the server, control objects associated with the first web page;determining, by the server, initial viewstate data associated with the control objects, the initial viewstate data representing initial configurations of the control objects associated with the first web page;computing, by the server, a first value based, in part, on the initial viewstate data, the first value uniquely identifying the initial viewstate data;sending, by the server to the client, the first web page, the initial viewstate data, and the first value, the initial viewstate data stored at the client;receiving, by the server from the client a post request for a second web page and revised viewstate data and user inputs, wherein the second web page is posted from the first web page, and wherein the revised viewstate data represents changed configurations of control objects, when the changed configurations of the control objects result from a user input associated with the first web page;computing the first value from the revised viewstate data;determining a second value within the revised viewstate data object;upon determining that the first value and the second value match, creating, by the server, copies of the control objects associated with the first web page in accordance with the revised viewstate data received from the client;generating, by the server, the second web page based, at least in part, on the copies of the control objects associated with the first web page created by the server, such that the object related data of the first web page does not need to be regenerated to generate the second web page;sending, by the server to the client, the second web page and initial viewstate data associated with the second web page; anddeleting, prior to receiving any further revised viewstate data from the client, the copies of the control objects associated with the first web page in accordance with the revised viewstate data received from the client.
  • 2. The method as recited in claim 1, further comprising: serializing, by the server, the viewstate data; and sending, by the server to the client, the serialized data in accordance with hyper text transfer protocol (HTTP).
  • 3. The method as recited in claim 1, further comprising encrypting, by the server, the viewstate data using a hashing function with the MAC as a key.
  • 4. One or more computer-readable memories containing instructions that are executable by a processor to perform the method recited in claim 1.
  • 5. A method comprising: receiving, from a client, a request for posting to a second web page to the client, the request including a user input and a first set of object-related data stored at the client and associated with objects in a first web page displayed by the client, the first set of object-related data including information describing the current state of the objects in the first web page, thereby providing sufficient state information to allow a duplicate of the objects in the first web page to be instantiated by a computer remote from the client;computing a first value from the first set of object-related data, the first value uniquely identifying the first set of object-related data;determining a second value within the first set of object-related data;upon determining that the first value and the second value match, generating at least one object in the second web page based on the instances of the objects in the first web page;generating rendering data for the second web page based on the user input and the recreated instances of the objects on the computer remote from the client such that the object related data of the first web page does not need to be regenerated to generate the second web page.
  • 6. The method as recited in claim 5, wherein the first web page includes at least one object representing a control and the first set of object-related data includes viewstate data representing a configuration of the control.
  • 7. The method as recited in claim 6, wherein the configuration of the control includes at least one of a property, a state, or a behavior.
  • 8. The method as recited in claim 6, wherein the control includes at least one of a checkbox, a textbox, a menu selector, a button, or a selectable area.
  • 9. The method as recited in claim 5, wherein the first set of object-related data is deleted from the computer remote from the client when the at least one copy of the object is deleted.
  • 10. The method as recited in claim 5, further comprising: if the first value and the second value do not match, determining that there is an error in the first set of object-related data.
  • 11. The method as recited in claim 10, wherein the first value is a message authentication code (MAC) associated with the first set of object-related data.
  • 12. The method as recited in claim 11, wherein the first set of object-related data is encrypted with a hash function that includes the MAC as a key.
  • 13. The method as recited in claim 5, further comprising: determining a second set of object-related data representing configurations of objects in the second web page; andsending the rendering data of the second web page and the second set of object-related data to the client.
  • 14. The method as recited in claim 5, wherein generating the rendering data includes obtaining programmatic access to at least one copy of an object in the first web page.
  • 15. The method as recited in claim 5, further comprising incorporating at least one copy of an object in the second web page.
  • 16. The method as recited in claim 5, further comprising serializing the second set of object-related data.
  • 17. The method as recited in claim 16, further comprising sending the serialized data to the client in accordance with hyper text transfer protocol (HTTP).
  • 18. The method as recited in claim 17, wherein the serialized data is sent in an HTTP hidden field.
  • 19. The method as recited in claim 1, further comprising: determining whether a user associated with the client possesses permission to access the first web page; and if the user does not have the permission, returning an error message to the client.
  • 20. An apparatus comprising: a processor;means for receiving and storing object-related data associated with a previous web page and a post to a requested web page from a client, the post including a user input and the object-related data, the object-related data including information about a state of the objects in the previous web page sufficient to allow copies of the objects in the previous web page to be instantiated;means for computing a first value from the object-related data, the first value uniquely identifying the first set of object-related data;means for determining a second value within the object-related data;means for determining that the first value and the second value match;means for creating copies of the objects associated with the previous web page based, at least in part, on the object-related data; andmeans for generating rendering data of the requested web page based on the user input and, at least in part, on the reconstructed object instances, such that the object related data of the previous web page does not need to be regenerated to generate the requested web page.
  • 21. The apparatus as recited in claim 20, further comprising: means for determining that there is an error in the first set of object-related data if the first MAC and the second MAC do not match.
  • 22. The apparatus as recited in claim 20, further comprising: means for determining object-related data representing configurations of objects in the requested web page; andmeans for sending the rendering data of the requested web page and the determined object-related data to the client.
  • 23. The apparatus as recited in claim 20, further comprising: means for determining whether a user associated with the client possesses permission to access the previous web page; andmeans for returning an error message to the client if the user does not have the permission.
  • 24. A system comprising: a server configured to receive from a client a post request for a second web page including a user input and object-related data, stored at the client, that is associated with a first web page displayed on the client, the server further configured to compute a first value from a first set of object-related data, the first value uniquely identifying the first set of object-related data; the server further configured to determine a second value within the first set of object-related data and upon determining that the first value and the second value match, the server being further configured to instantiate copies of at least some of the objects associated with the first web page with configurations identified by the object-related data and to generate the second web page based on the user input and, at least in part, on the copies and further configured to send the second web page to the client in response to the post request, such that the object related data of the first web page does not need to be regenerated to generate the second web page and, after generating the second web page, deleting the copies of the objects associated with the first web page prior to receiving a response from the client.
  • 25. A system comprising: a client configured to receive and store initial object-related data associated with a first web page, the object-related data representing initial configurations of objects in the first web page, the object-related data further associated with a first value based, in part, on the object related data, the first value uniquely identifying the first set of object-related data, the client being further configured to post from the first web page to a second web page and to include a user input and a revised object-related data along with a post request for the second web page wherein the revised set of object-related data represents a current state of the objects in the first web page; anda server configured to receive from the client the post request for the second web page and the revised object-related data, the server further configured to compute a first value from a first set of object-related data, the value uniquely identifying the first set of object-related data; the server further configured to determine a second value within the first set of object-related data and upon determining that the first value and the second value match, the server being further configured to instantiate copies of one or more of the objects associated with the first web page with the current state represented by the revised object-related data and to generate the second web page based on the user input and, at least in part, on the copies, such that the initial object related data of the first web page does not need to be regenerated to generate the second web page.
  • 26. The system as recited in claim 25, wherein the object-related data are data representing configurations of at least one control object in the first web page.
  • 27. The system as recited in claim 24, further comprising a data store having objects used by the server to generate web pages.
  • 28. The system as recited in claim 27, wherein the objects in the data store are associated with dynamic content.
  • 29. The system as recited in claim 28, wherein the dynamic content is stored in another server.
US Referenced Citations (452)
Number Name Date Kind
3937925 Boothroyd Feb 1976 A
3956615 Anderson et al. May 1976 A
4186871 Anderson et al. Feb 1980 A
4624880 Goulding et al. Nov 1986 A
4707872 Hessel Nov 1987 A
4807154 Scully et al. Feb 1989 A
4923057 Carlson et al. May 1990 A
4948442 Manns Aug 1990 A
5019439 Momose May 1991 A
5044030 Balaton Sep 1991 A
5093778 Favor et al. Mar 1992 A
5128200 Colley et al. Jul 1992 A
5138776 Levin Aug 1992 A
5193185 Lanter Mar 1993 A
5217787 Monahan Jun 1993 A
5254387 Gallucci Oct 1993 A
5256223 Alberts et al. Oct 1993 A
5325481 Hunt Jun 1994 A
5339424 Fushimi Aug 1994 A
5347649 Alderson Sep 1994 A
5358276 Lane Oct 1994 A
5375242 Kumar et al. Dec 1994 A
5395674 Schmidt et al. Mar 1995 A
5400296 Cushman et al. Mar 1995 A
5434992 Mattson Jul 1995 A
5444926 Allen et al. Aug 1995 A
5471318 Ahuja et al. Nov 1995 A
5513317 Borchardt et al. Apr 1996 A
5517655 Collins et al. May 1996 A
5572643 Judson Nov 1996 A
5573824 Klocek et al. Nov 1996 A
5577253 Blickstein Nov 1996 A
5604908 Mortson Feb 1997 A
5608890 Berger et al. Mar 1997 A
5613117 Davidson et al. Mar 1997 A
5623661 Hon Apr 1997 A
5649131 Ackerman et al. Jul 1997 A
5651108 Cain et al. Jul 1997 A
5659653 Murphy et al. Aug 1997 A
5659753 Murphy et al. Aug 1997 A
5664228 Mital Sep 1997 A
5667895 Jenker Sep 1997 A
5675520 Pitt, III et al. Oct 1997 A
5679439 Schmidt et al. Oct 1997 A
5689703 Atkinson et al. Nov 1997 A
5706505 Fraley et al. Jan 1998 A
5727159 Kikinis Mar 1998 A
5732267 Smith Mar 1998 A
5745103 Smith Apr 1998 A
5748890 Goldberg et al. May 1998 A
5753061 Rudy May 1998 A
5754774 Bittinger et al. May 1998 A
5764235 Hunt et al. Jun 1998 A
5764873 Magid et al. Jun 1998 A
5769556 Colley Jun 1998 A
5774670 Montulli Jun 1998 A
5793982 Shrader et al. Aug 1998 A
5801702 Dolan et al. Sep 1998 A
5802334 Nickolas et al. Sep 1998 A
5802600 Smith et al. Sep 1998 A
5806078 Hug et al. Sep 1998 A
5812996 Rubin et al. Sep 1998 A
5826350 Wallerstein Oct 1998 A
5835712 DuFresne Nov 1998 A
5835724 Smith Nov 1998 A
5835770 Shum et al. Nov 1998 A
5848782 Hein et al. Dec 1998 A
5855020 Kirsch Dec 1998 A
5870559 Leshem et al. Feb 1999 A
5873097 Harris et al. Feb 1999 A
5878141 Daly et al. Mar 1999 A
5878282 Mital Mar 1999 A
5889992 Koerber Mar 1999 A
5890172 Borman et al. Mar 1999 A
5892937 Caccavale Apr 1999 A
5897622 Blinn et al. Apr 1999 A
5897644 Nielsen Apr 1999 A
5911068 Zimmerman et al. Jun 1999 A
5911145 Arora et al. Jun 1999 A
5916664 Rudy Jun 1999 A
5923882 Ho et al. Jul 1999 A
5928323 Gosling et al. Jul 1999 A
5935207 Logue et al. Aug 1999 A
5935210 Stark Aug 1999 A
5937163 Lee et al. Aug 1999 A
5937409 Wetherbee Aug 1999 A
5937419 Oshiro et al. Aug 1999 A
5940075 Mutschler, III et al. Aug 1999 A
5940847 Fein et al. Aug 1999 A
5953524 Meng et al. Sep 1999 A
5956489 San Andres et al. Sep 1999 A
5961601 Iyengar Oct 1999 A
5963952 Smith Oct 1999 A
5965249 Sutton et al. Oct 1999 A
5974430 Mutschler, III et al. Oct 1999 A
5983227 Nazem et al. Nov 1999 A
5986673 Martz Nov 1999 A
5987242 Bentley et al. Nov 1999 A
5987247 Lau Nov 1999 A
5991802 Allard et al. Nov 1999 A
5995753 Walker Nov 1999 A
6006230 Ludwig et al. Dec 1999 A
6014637 Fell et al. Jan 2000 A
6014666 Helland et al. Jan 2000 A
6023714 Hill et al. Feb 2000 A
6032207 Wilson Feb 2000 A
6035330 Astiz et al. Mar 2000 A
6038551 Barlow et al. Mar 2000 A
6048426 Pratt Apr 2000 A
6058455 Islam et al. May 2000 A
6059913 Asmussen et al. May 2000 A
6061518 Hoffman May 2000 A
6061690 Nori et al. May 2000 A
6067413 Gustafsson et al. May 2000 A
6067578 Zimmerman et al. May 2000 A
6076108 Courts et al. Jun 2000 A
6081837 Stedman et al. Jun 2000 A
6101502 Heubner et al. Aug 2000 A
6101607 Bachand et al. Aug 2000 A
6108717 Kimura et al. Aug 2000 A
6115744 Robins Sep 2000 A
6119078 Kobayakawa et al. Sep 2000 A
6119115 Barr Sep 2000 A
6119155 Rossmann et al. Sep 2000 A
6121968 Arcuri et al. Sep 2000 A
6121970 Guedalia Sep 2000 A
6122637 Yohe et al. Sep 2000 A
6128623 Mattis et al. Oct 2000 A
6138118 Koppstein et al. Oct 2000 A
6138150 Nichols et al. Oct 2000 A
6138171 Walker Oct 2000 A
6151624 Teare et al. Nov 2000 A
6155617 Kuenzel Dec 2000 A
6167438 Yates et al. Dec 2000 A
6167441 Himmel Dec 2000 A
6167524 Goodnow et al. Dec 2000 A
6173316 De Boor et al. Jan 2001 B1
6178461 Chan et al. Jan 2001 B1
6182121 Wlaschin Jan 2001 B1
6185608 Hon et al. Feb 2001 B1
6185625 Tso et al. Feb 2001 B1
6199098 Jones et al. Mar 2001 B1
6202199 Wydogny et al. Mar 2001 B1
6203220 Takenoshita et al. Mar 2001 B1
6205480 Broadhurst et al. Mar 2001 B1
6212192 Mirashrafi et al. Apr 2001 B1
6218958 Eichstaedt et al. Apr 2001 B1
6219803 Casella et al. Apr 2001 B1
6223217 Pittus Apr 2001 B1
6230160 Chan et al. May 2001 B1
6230313 Callahan et al. May 2001 B1
6237006 Weinberg et al. May 2001 B1
6246403 Tomm Jun 2001 B1
6246422 Emberling et al. Jun 2001 B1
6247044 Gosling et al. Jun 2001 B1
6249844 Schloss et al. Jun 2001 B1
6253228 Ferris et al. Jun 2001 B1
6253234 Hunt et al. Jun 2001 B1
6275934 Novicov et al. Aug 2001 B1
6279151 Breslau et al. Aug 2001 B1
6282670 Rezaul Islam et al. Aug 2001 B1
6286133 Hopkins Sep 2001 B1
6292188 Carlson et al. Sep 2001 B1
6297819 Furst Oct 2001 B1
6300947 Kanevsky Oct 2001 B1
6305012 Beadle et al. Oct 2001 B1
6311215 Bakshi et al. Oct 2001 B1
6314424 Kaczmarski et al. Nov 2001 B1
6326957 Nathan et al. Dec 2001 B1
6327628 Anuff et al. Dec 2001 B1
6334126 Nagatomo et al. Dec 2001 B1
6334157 Oppermann et al. Dec 2001 B1
6336161 Watts Jan 2002 B1
6341291 Bentley et al. Jan 2002 B1
6341316 Kloba et al. Jan 2002 B1
6343148 Nagy Jan 2002 B2
6343299 Huang et al. Jan 2002 B1
6345279 Li et al. Feb 2002 B1
6351767 Batchelder et al. Feb 2002 B1
6353447 Truluck et al. Mar 2002 B1
6353452 Hamada et al. Mar 2002 B1
6354477 Trummer Mar 2002 B1
6356283 Guedalia Mar 2002 B1
6359633 Balasubramaniam et al. Mar 2002 B1
6363352 Dailey et al. Mar 2002 B1
6370561 Allard et al. Apr 2002 B1
6370682 Eckardt et al. Apr 2002 B1
6373841 Goh et al. Apr 2002 B1
6381735 Hunt Apr 2002 B1
6384846 Hiroi May 2002 B1
6389590 Miller et al. May 2002 B1
6397253 Quinlan et al. May 2002 B1
6401099 Koppolu et al. Jun 2002 B1
6401132 Bellwood et al. Jun 2002 B1
6405241 Gosling et al. Jun 2002 B2
6411999 Tinkler Jun 2002 B1
6412008 Fields et al. Jun 2002 B1
6421717 Kloba et al. Jul 2002 B1
6421733 Tso et al. Jul 2002 B1
6424981 Isaac et al. Jul 2002 B1
6426761 Kanevsky et al. Jul 2002 B1
6430575 Dourish et al. Aug 2002 B1
6438576 Huang et al. Aug 2002 B1
6447871 Hawkins Sep 2002 B1
6457030 Adams et al. Sep 2002 B1
6457172 Carmichael et al. Sep 2002 B1
6460071 Hoffman Oct 2002 B1
6460141 Olden Oct 2002 B1
6463442 Bent et al. Oct 2002 B1
6466203 Van Ee Oct 2002 B2
6470381 De Boor et al. Oct 2002 B2
6473609 Schwartz et al. Oct 2002 B1
6480894 Courts et al. Nov 2002 B1
6487590 Foley et al. Nov 2002 B1
6487665 Andrews et al. Nov 2002 B1
6496692 Shanahan Dec 2002 B1
6505238 Tran Jan 2003 B1
6509913 Martin et al. Jan 2003 B2
6514408 Simone Feb 2003 B1
6515682 Washington et al. Feb 2003 B1
6523027 Underwood Feb 2003 B1
6530075 Beadle et al. Mar 2003 B1
6535896 Britton et al. Mar 2003 B2
6539421 Appelman et al. Mar 2003 B1
6539501 Edwards Mar 2003 B1
6542908 Ims Apr 2003 B1
6542967 Major Apr 2003 B1
6546473 Cherkasova et al. Apr 2003 B2
6546516 Wright et al. Apr 2003 B1
6556217 Makipae et al. Apr 2003 B1
6557038 Becker et al. Apr 2003 B1
6560598 Delo et al. May 2003 B2
6560618 Ims May 2003 B1
6560639 Dan et al. May 2003 B1
6560699 Konkle May 2003 B1
6560774 Gordon et al. May 2003 B1
6563517 Bhagwat et al. May 2003 B1
6563913 Kaghazian May 2003 B1
6564251 Katariya et al. May 2003 B2
6591272 Williams Jul 2003 B1
6593944 Nicolas et al. Jul 2003 B1
6598059 Vasudevan et al. Jul 2003 B1
6601233 Underwood Jul 2003 B1
6606418 Mitchell et al. Aug 2003 B2
6606671 McNamer et al. Aug 2003 B1
6609128 Underwood Aug 2003 B1
6610105 Martin et al. Aug 2003 B1
6622168 Datta Sep 2003 B1
6622216 Lin Sep 2003 B1
6622268 Holman Sep 2003 B2
6643712 Shaw et al. Nov 2003 B1
6651108 Popp et al. Nov 2003 B2
6678518 Eerola Jan 2004 B2
6686938 Jobs et al. Feb 2004 B1
6687735 Logston et al. Feb 2004 B1
6697825 Underwood et al. Feb 2004 B1
6704024 Robotham et al. Mar 2004 B2
6704728 Chang et al. Mar 2004 B1
6714794 O'Carroll Mar 2004 B1
6725219 Nelson et al. Apr 2004 B2
6728421 Kokemohr Apr 2004 B2
6732364 Bhaskaran et al. May 2004 B1
6738968 Bosworth et al. May 2004 B1
6757708 Craig et al. Jun 2004 B1
6757899 Zhdankin et al. Jun 2004 B2
6757900 Burd et al. Jun 2004 B1
6772261 D'Antonio et al. Aug 2004 B1
6772408 Velonis et al. Aug 2004 B1
6782403 Kino et al. Aug 2004 B1
6789105 Ludwig et al. Sep 2004 B2
6792575 Samaniego et al. Sep 2004 B1
6792605 Roberts et al. Sep 2004 B1
6792607 Burd et al. Sep 2004 B1
6799190 Boothby Sep 2004 B1
6826597 Lonnroth et al. Nov 2004 B1
6832263 Polizzi et al. Dec 2004 B2
6834297 Peiffer et al. Dec 2004 B1
6836883 Abrams et al. Dec 2004 B1
6845449 Carman et al. Jan 2005 B1
6847333 Bokhour Jan 2005 B2
6886013 Beranek Apr 2005 B1
6892226 Tso et al. May 2005 B1
6901417 Anglin et al. May 2005 B2
6901437 Li May 2005 B1
6904600 James et al. Jun 2005 B1
6915307 Mattis et al. Jul 2005 B1
6915454 Moore et al. Jul 2005 B1
6918107 Lucas et al. Jul 2005 B2
6920480 Mitchell et al. Jul 2005 B2
6922827 Vasilik et al. Jul 2005 B2
6928488 de Jong et al. Aug 2005 B1
6931633 Vazquez et al. Aug 2005 B1
6944797 Guthrie et al. Sep 2005 B1
6948174 Chiang et al. Sep 2005 B2
6950875 Slaughter et al. Sep 2005 B1
6954751 Christfort et al. Oct 2005 B2
6954854 Miura et al. Oct 2005 B1
6957383 Smith Oct 2005 B1
6961750 Burd et al. Nov 2005 B1
6961754 Christopoulos et al. Nov 2005 B2
6961776 Buckingham et al. Nov 2005 B1
6964009 Samaniego et al. Nov 2005 B2
6970935 Maes Nov 2005 B1
6990653 Burd et al. Jan 2006 B1
7013340 Burd et al. Mar 2006 B1
7016963 Judd et al. Mar 2006 B1
7028312 Merrick et al. Apr 2006 B1
7076786 Burd et al. Jul 2006 B2
7085994 Gvily Aug 2006 B2
7099870 Hsu et al. Aug 2006 B2
7099939 Von Klopp et al. Aug 2006 B2
7117504 Smith et al. Oct 2006 B2
7120897 Ebbo et al. Oct 2006 B2
7151966 Baier et al. Dec 2006 B1
7159007 Stawikowski Jan 2007 B2
7162723 Guthrie et al. Jan 2007 B2
7171443 Tiemann et al. Jan 2007 B2
7171454 Nguyen Jan 2007 B2
7181731 Pace et al. Feb 2007 B2
7188112 Lindquist et al. Mar 2007 B1
7188155 Flurry et al. Mar 2007 B2
7206805 McLaughlin, Jr. Apr 2007 B1
7216294 Gibbs et al. May 2007 B2
7216298 Ballard et al. May 2007 B1
7228346 Allavarpu et al. Jun 2007 B1
7246307 Arora et al. Jul 2007 B2
7249196 Peiffer et al. Jul 2007 B1
7275066 Priestley Sep 2007 B2
7281202 Croney et al. Oct 2007 B2
7296222 Sakairi Nov 2007 B1
7320028 Dinovo Jan 2008 B2
7343412 Zimowski Mar 2008 B1
7373612 Risch et al. May 2008 B2
7380239 Srivastava et al. May 2008 B1
7380250 Schechter et al. May 2008 B2
7428725 Niyogi et al. Sep 2008 B2
7451352 Moore et al. Nov 2008 B1
7493397 Guthrie et al. Feb 2009 B1
7509404 Agrawal et al. Mar 2009 B2
7523158 Nickerson et al. Apr 2009 B1
7523173 Seki et al. Apr 2009 B2
7523415 Porter Apr 2009 B1
7546541 Hori et al. Jun 2009 B2
7594001 Ebbo et al. Sep 2009 B1
20010013070 Sasaki Aug 2001 A1
20010018648 Turner et al. Aug 2001 A1
20010027474 Nachman et al. Oct 2001 A1
20010037404 Hafsteinsson et al. Nov 2001 A1
20010047385 Tuatini Nov 2001 A1
20010054020 Barth et al. Dec 2001 A1
20020004815 Muhlestein et al. Jan 2002 A1
20020008703 Merrill et al. Jan 2002 A1
20020029214 Yianilos et al. Mar 2002 A1
20020032701 Gao et al. Mar 2002 A1
20020055878 Burton et al. May 2002 A1
20020056085 Fahraeus May 2002 A1
20020062396 Kakei et al. May 2002 A1
20020073163 Churchill et al. Jun 2002 A1
20020078101 Chang et al. Jun 2002 A1
20020078144 Lamkin et al. Jun 2002 A1
20020083171 Hoogenboom et al. Jun 2002 A1
20020087949 Golender et al. Jul 2002 A1
20020095445 alSafadi et al. Jul 2002 A1
20020107891 Leamon et al. Aug 2002 A1
20020108102 Muhlestein et al. Aug 2002 A1
20020116534 Teeple Aug 2002 A1
20020120677 Goward et al. Aug 2002 A1
20020120753 Levanon et al. Aug 2002 A1
20020129016 Christfort et al. Sep 2002 A1
20020133635 Schechter et al. Sep 2002 A1
20020133637 Popp et al. Sep 2002 A1
20020138331 Hosea et al. Sep 2002 A1
20020152244 Dean et al. Oct 2002 A1
20020161923 Dorsett et al. Oct 2002 A1
20020161928 Ndili Oct 2002 A1
20020161938 Bronomo et al. Oct 2002 A1
20020188890 Shupps et al. Dec 2002 A1
20020194227 Day et al. Dec 2002 A1
20020199172 Bunnell Dec 2002 A1
20030001893 Haley Jan 2003 A1
20030004998 Datta Jan 2003 A1
20030005000 Landsman et al. Jan 2003 A1
20030009476 Fomenko et al. Jan 2003 A1
20030009519 Gosling et al. Jan 2003 A1
20030009567 Farouk Jan 2003 A1
20030018827 Gutherie et al. Jan 2003 A1
20030025728 Ebbo et al. Feb 2003 A1
20030028565 Landsman et al. Feb 2003 A1
20030028892 Gewickey et al. Feb 2003 A1
20030066056 Petersen et al. Apr 2003 A1
20030074634 Emmelmann Apr 2003 A1
20030097639 Niyogi et al. May 2003 A1
20030110234 Egli et al. Jun 2003 A1
20030128235 Chernow et al. Jul 2003 A1
20030172054 Berkowitz et al. Sep 2003 A1
20030182450 Ong et al. Sep 2003 A1
20030187952 Young et al. Oct 2003 A1
20030204622 Blizniak et al. Oct 2003 A1
20030233477 Ballinger et al. Dec 2003 A1
20040003112 Alles et al. Jan 2004 A1
20040003117 McCoy et al. Jan 2004 A1
20040003139 Cottrille et al. Jan 2004 A1
20040003248 Arkhipov Jan 2004 A1
20040012627 Zakharia et al. Jan 2004 A1
20040015879 Pauw et al. Jan 2004 A1
20040030740 Stelting Feb 2004 A1
20040034831 Grober et al. Feb 2004 A1
20040073873 Croney et al. Apr 2004 A1
20040172484 Hafsteinsson et al. Sep 2004 A1
20040187136 Bhogal et al. Sep 2004 A1
20040189693 Kenig Sep 2004 A1
20040205496 Dutta et al. Oct 2004 A1
20040217985 Ries et al. Nov 2004 A9
20040218045 Bodnar et al. Nov 2004 A1
20040230958 Alaluf Nov 2004 A1
20040255233 Croney et al. Dec 2004 A1
20050027823 Rana Feb 2005 A1
20050050164 Burd et al. Mar 2005 A1
20050066287 Tattrie et al. Mar 2005 A1
20050086384 Ernst Apr 2005 A1
20050091230 Ebbo et al. Apr 2005 A1
20050108633 Sahota et al. May 2005 A1
20050108634 Sahota et al. May 2005 A1
20050138560 Lee et al. Jun 2005 A1
20050162439 Bates et al. Jul 2005 A1
20050166230 Gaydou et al. Jul 2005 A1
20050171967 Yuknewicz Aug 2005 A1
20050193097 Guthrie et al. Sep 2005 A1
20050198615 Choi et al. Sep 2005 A1
20050203890 Chen et al. Sep 2005 A1
20050204016 McAuley Sep 2005 A1
20050229186 Mitchell et al. Oct 2005 A1
20050251380 Calvert et al. Nov 2005 A1
20050256834 Millington et al. Nov 2005 A1
20050256924 Chory et al. Nov 2005 A1
20050256933 Millington et al. Nov 2005 A1
20050257138 Chory et al. Nov 2005 A1
20050268292 Ebbo et al. Dec 2005 A1
20050278351 Niyogi et al. Dec 2005 A1
20060004910 Burd et al. Jan 2006 A1
20060020883 Kothari et al. Jan 2006 A1
20060095576 Perry et al. May 2006 A1
20060106879 Zondervan et al. May 2006 A1
20060112336 Gewickey et al. May 2006 A1
20060130038 Claussen et al. Jun 2006 A1
20070005795 Gonzalez Jan 2007 A1
20070033533 Sull Feb 2007 A1
20070174845 Guthrie et al. Jul 2007 A1
20070214239 Mechkov et al. Sep 2007 A1
20080028149 Pardikar et al. Jan 2008 A1
20080155056 Zimowski Jun 2008 A1
20080177859 Nickerson Jul 2008 A1
Foreign Referenced Citations (31)
Number Date Country
01111678 Dec 2000 EP
1156415 Nov 2001 EP
1156427 Nov 2001 EP
1156428 Nov 2001 EP
01156429 Nov 2001 EP
1164473 Dec 2001 EP
01241593 Mar 2002 EP
02005786 Mar 2002 EP
01111678 Apr 2002 EP
01111680.3-2201 Apr 2002 EP
01111681.1-2201 Apr 2002 EP
01111682 Apr 2002 EP
01271883 Jan 2003 EP
1452975 Sep 2004 EP
1367741 Sep 1974 GB
2339374 Jan 2000 GB
2001-129925 Apr 2001 JP
2002-24079 Jan 2002 JP
2002-41299 Feb 2002 JP
2002-49484 Feb 2002 JP
2002-49585 Feb 2002 JP
2002-49848 Feb 2002 JP
3957809 May 2007 JP
WO 9821651 May 1998 WO
WO 9844695 Oct 1998 WO
WO 9858478 Dec 1998 WO
WO 9934288 Jul 1999 WO
WO 0127783 Apr 2001 WO
WO 0175667 Oct 2001 WO
WO 0190933 Nov 2001 WO
WO 0221343 Mar 2002 WO
Non-Patent Literature Citations (490)
Entry
Kudo et al.: “XML document security based on provisional authorization”; Proceedings of the 7th ACM conference on Computer and communications security; Year of Publication: 2000.
Altinel et al.; “Efficient Filtering of XML Documents for Selective Dissemination of Information”; Proceedings of the 26th International Conference on Very Large Data Bases; Year of Publication: 2000.
Bertino et al.; “Specifying and enforcing access control policies for XML document sources”; World Wide Web Journal; vol. 3, No. 3 / Nov. 2000.
A.D. Gordon and D Syme, Typing a Multi-Language Intermediate Code, submitted to The 28th ACM Principles of Programming Languages, (Feb. 2001), pp. 1-9.
Abrams et al., “UIML an appliance-independent XML user interlace language,” Computer Networks, Elsevier Science Publishes B.V., Amsterdam, NL, vol. 31, No. 11-16, May 17, 1909 pp. 1695-1708.
Abrams, Marc et al, “UIML: An XML Language for building Device-Independent User interfaces,” XML Conference Proceedings. Proceedings of XML, Dec. 1999.
Aggarwal, Charu et al., “Caching on the World Wide Web” IEEE Transactions on Knowledge and Data Engineering, vol. 11, No. 1, Jan./Feb. 1999, pp. 94-107.
Aho, Alfred V. et al. “Compliers: Principles, Techniques, and Tools,” Addison-Wesley Publishing Company, Mar. 1988, 32 pages.
Alves Dos Santooa, L.M., “Multimedia Data and tools for Web services over Wireless Platforms,” IEEE Personal Communications, Oct. 1998, pp. 42-46.
Aoyagi, Tatsuya “Essays on Java API, Thirteenth Stage, Java Server Pages”, Java WORLD, vol. 3, No. 12, IDF Japan, Inc., Dec. 1, 1999, pp. 98-106. (Japanese Patent Office CSDB Literature Number; Domestic Technical Magazine 200100651008).
Ballinger, “Fun with SOAP Extensions”, Mar. 2001, MSDN, pp. 1-5.
Chapter 1 Introduction—“Java Script Language”, Netscape Communications, Apr. 23, 2001.
Ciancarini et al., “An extensible rendering engine for XML and. HTNL”, Computer Networks and ISDN System, North Holland Publishing, vol. 30, No. 1-7, Apr. 1998, pp. 225-237.
ColdFusion Web Application Server, update and summary, from Allaire Corp—www@allaire.com.
Davidson, et al., “Schema for Object-Oriented IML 2.0”, Jul. 1999, W3 Consortium, pp. 1-29.
European Application No. 01111678.7, Communication dated Sep. 13, 2005, 4 pages.
European Application No. 01111678.7, Communication dated Sep. 27, 2004, 3 pages.
European Application No. 01111678.7, Communication dated Sep. 27, 2006, 3 pages.
Fabre, Christian et al., Java-ANDF Feasibility Study Final Report, Mar. 26, 1997.
Flammia, G “The Wireless Internet Today and Tomorrow” IEEE intelligent System [Online] vol. 15, Sep. 2000, pp. 82.83.
Franklin, Keith; “Supercharge Data Binding”; Visual Basic Programmer's Journal, Mar. 2000; 7 pages.
Gosling, J. et al., The Java Language Environment, A White Paper, Sun Microsystems Computer Company, Oct. 1, 1995 pp. 1, 4-85.
Heins, et al., “Taking Your Information Into the Wireless World: Developing Information for Delivery to Mobile Devices”, IEEE, pp. 237-244, Oct. 2001.
Henglein, Fritz & Jorgensen, Jesper, Formally Optimal Boxing, Proceedings of the 21st ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, 1994, pp. 213-216.
Howard, “Web Services with ASP.NET”, Feb. 2001, MSDN, pp. 1-9.
Kaasinen Elja et al.; “Two approaches to bringing internet services to WAP devices,” Computer Networks and ISDN Systems, North Holland Publishing, Amsterdam, NL, vol. 33, No. 1, 2000, pp. 231-246.
U.S. Appl. No. 09/875,324, Advisory Action dated Sep. 20, 2005, 3 pages.
U.S. Appl. No. 10/174,348, Advisory Action dated Aug. 28, 2006, 3 pages.
W3C, SOAP Version 1.2 Specification Jul. 9, 2001 Working Draft, Jul. 2001.
Web Services Description Language (WSDL), Mar. 2001, W3C.
Winer, Dave, “XMP RPC Specification”, Jun. 15, 1999.
Leroy, X. “Unboxed Objects and Polymorphic”, in 19th ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languages, ACM Press, 1992, pp. 177-188.
Park, Y.G. and B. Goldberg, “Escape Analysis on Lists”, in ACM SIGPLAN on Programming Language Design and Implementation, ACM Press, 1992, pp. 116-127.
Yamamoto, Atsushi, “Let's Fully Use Windows NT Server, Eighth Installment,” OPEN DESIGN, vol. 5, No. 3, pp. 126-140 (Fig. 12 to 15 in particular), CQ Publishing Co., Ltd., Japan, Jun. 1, 1998.
Yamato, Yoshiyuki, “Real-World Situation of Development Viewed from Sample System: In-House Training System Using OLE DB Provider for OBDC,” TRY! PC Extra, Use of SQL Server 7.0 by Growing Company, pp. 54-91, CQ Publishing Co., Ltd., Aug. 1, 1999.
Yoshikawa, Kazuhiro, et al. “Expanding a System via the Internet: Construction/Operation Points to be Considered: Exploring a Construction/Operation for Improving Reliability and Security”, Nikkei Open Systems, No. 63, pp, 182-191, Nikkei Business Publications, Inc., Jun. 15, 1998 (CSBD: Technical Journal in Japan 199800933009).
European Application 01111678.7, Response dated Jan. 20, 2006, [18pp].
European Application 01111678.7, Response dated Jan. 24, 2005, [8pp].
European Application 01111678.7, Search Report mailed Apr. 5, 2002, 3 pages.
European Application 01111680.3, Communication mailed Oct. 16, 2006, 10 pages.
European Application 01111680.3, Communication mailed Dec. 12, 2005, 5 pages.
European Application 01111680.3, Decision to Refuse a European Patent Application mailed Dec. 23, 2009, 35 pages.
European Application 01111680.3, Search Report mailed Apr. 12, 2002, 3 pages.
European Application 01111680.3, Summons to Attend Oral Proceedings mailed Aug. 6, 2009, 63 pages.
European Application 01111681.1, Communication mailed Nov. 28, 2005, 5 pages.
European Application 01111681.1, Decision to Grant mailed Dec. 21, 2006, 2 pages.
European Application 01111681.1, Search Report mailed Apr. 12, 2002, 3 pages.
European Application 01111682.9, Communication mailed Jun. 15, 2004, 7 pages.
European Application 01111682.9, Communication mailed Aug. 21, 2009, 4 pages.
European Application 01111682.9, Search Report mailed Apr. 4, 2002, 3 pages.
European Application 01115100.8, Search Report mailed Apr. 29, 2004, 3 pages.
European Application 02005786.5, Communication mailed Jan. 15, 2010, 7 pages.
European Application 02005786.5, Partial Search Report mailed Oct. 12, 2005, 6 pages.
European Application 02005786.5, Search Report mailed Jun. 7, 2006, 6 pages.
European Application 02005786.5, Summons to Attend Oral Proceedings mailed Jun. 1, 2012, 10 pages.
European Application No. 01111678.7, Response to Communication dated Feb. 5, 2007, [12pp].
Japan Application 2001-129923, Decision to Grant a Patent mailed Aug. 31, 2007, 1 page.
Japan Application 2001-129923, Notice of Rejection mailed Mar. 16, 2007, 3 pages.
Japan Application 2001-129924 (Appeal 2008-017159), Appeal Decision mailed Oct. 29, 2010, 4 pages.
Japan Application 2001-129924, Appeal Brief mailed Sep. 22, 2008, 8 pages.
Japan Application 2001-129924, Final Decision of Rejection mailed Apr. 4, 2008, 19 pages.
Japan Application 2001-129924, Interrogation mailed May 18, 2010, 12 pages.
Japan Application 2001-129924, Notice of Rejection mailed May 18, 2007, 5 pages.
Japan Application 2001-129924, Notice of Rejection mailed Oct. 20, 2006, 22 pages.
Japan Application 2001-129924, Written Appeal mailed Jul. 3, 2008, 2 pages.
Japan Application 2001-129925 (Appeal 2007-001356), Appeal Decision (NOA), mailed Feb. 19, 2010, 4 pages.
Japan Application 2001-129925 (Appeal 2007-001356), Interrogation mailed Mar. 6, 2009, 7 pages.
Japan Application 2001-129925 (Appeal 2007-001356), Notice of Rejection mailed Oct. 16, 2009, 9 pages.
Japan Application 2001-129925, Notice of Final Decision of Rejection mailed Oct. 17, 2006, 7 pages.
Japan Application 2001-129925, Notice of Rejection mailed Mar. 3, 2006, 10 pages.
Japan Application 2001-129926 (Appeal 2008-003006), Appeal Decision mailed Feb. 18, 2011, 4 pages.
Japan Application 2001-129926 (Appeal 2008-003006), Interrogation mailed May 18, 2010, 7 pages.
Japan Application 2001-129926 (Appeal 2008-003006), Notice of Rejection mailed Dec. 17, 2010, 2 pages.
Japan Application 2001-129926, Appeal Brief mailed Mar. 10, 2008, 5 pages.
Japan Application 2001-129926, Notice of Final Decision of Rejection mailed Nov. 9, 2007, 8 pages.
Japan Application 2001-129926, Notice of Rejection mailed Jul. 17, 2007, 15 pages.
Japan Application 2002-192640, Notice of Allowance mailed Mar. 24, 2009, 6 pages.
Japan Application 2002-192640, Notice of Rejection mailed Aug. 19, 2008, 7 pages.
Japan Application 2002-192640, Official Notice mailed Sep. 21, 2007, 8 pages.
Japan Application 2008-199892, Notice of Allowance mailed May 25, 2012, 6 pages.
Japan Application 2008-199892, Notice of Rejection mailed Feb. 3, 2012, 3 pages.
Japan Application 2008-199892, Notice of Rejection mailed Aug. 19, 2011, 10 pages.
U.S. Appl. No. 09/989,562, Office Action dated Jan. 30, 2007, (13 pages).
U.S. Appl. No. 09/570,071, Advisory Action mailed Aug. 13, 2004, (4 pages).
U.S. Appl. No. 09/570,071, Amendment and Response filed Jan. 23, 2002, (14 pages).
U.S. Appl. No. 09/570,071, Amendment and Response filed Aug. 27, 2003, (28 pages).
U.S. Appl. No. 09/570,071, Amendment and Response filed Dec. 31, 2003, (23 pages).
U.S. Appl. No. 09/570,071, Amendment and Response mailed Jun. 17, 2004, (23 pages).
U.S. Appl. No. 09/570,071, Appeal Brief filed Jan. 18, 2005, (35 pages).
U.S. Appl. No. 09/570,071, Final Office Action mailed Mar. 17, 2004, (23 pages).
U.S. Appl. No. 09/570,071, Non-Final Office Action mailed Jul. 17, 2002, (15 pages).
U.S. Appl. No. 09/570,071, Non-Final Office Action mailed Oct. 27, 2003, (22 pages).
U.S. Appl. No. 09/570,071, Patent Board Decision mailed Mar. 9, 2009, (17 pages).
U.S. Appl. No. 09/570,071, Supplemental Final Rejection mailed May 28, 2003, (19 pages).
U.S. Appl. No. 09/570,071, Examiner's Answer to Appeal Brief mailed Jul. 11, 2007, (24 pages).
U.S. Appl. No. 09/570,071, Final Office Action mailed Apr. 4, 2003, (19 pages).
U.S. Appl. No. 09/574,165, Amendment and Response dated Jan. 20, 2005, (13 pages).
U.S. Appl. No. 09/574,165, Amendment and Response dated Feb. 12, 2004, (24 pages).
U.S. Appl. No. 09/574,165, Amendment and Response dated Jun. 3, 2004, (24 pages).
U.S. Appl. No. 09/574,165, Amendment and Response dated Sep. 4, 2003, (20 pages).
U.S. Appl. No. 09/574,165, Final Office Action dated Oct. 22, 2004, (5 pages).
U.S. Appl. No. 09/574,165, Non-Final Office Action dated Mar. 30, 2004, (14 pages).
U.S. Appl. No. 09/574,165, Non-Final Office Action dated Jun. 6, 2003, (9 pages).
U.S. Appl. No. 09/574,165, Office Action dated Dec. 4, 2003, (14 pages).
U.S. Appl. No. 09/875,324, Amendment and Response dated Aug. 19, 2005, (13 pages).
U.S. Appl. No. 09/875,324, Amendment and Response dated Feb. 16, 2007, (17 pages).
U.S. Appl. No. 09/875,324, Amendment and Response dated Apr. 5, 2005, (12 pages).
U.S. Appl. No. 09/875,324, Amendment and Response dated Apr. 10, 2006, (12 pages).
U.S. Appl. No. 09/875,324, Amendment and Response dated Sep. 12, 2006, (17 pages).
U.S. Appl. No. 09/875,324, Final Office Action dated Jun. 30, 2005, (16 pages).
U.S. Appl. No. 09/875,324, Final Office Action dated Jul. 12, 2006, (16 pages).
U.S. Appl. No. 09/875,324, Non-Final Office Action dated Jan. 5, 2005, (18 pages).
U.S. Appl. No. 09/875,324, Non-Final Office Action dated Jan. 10, 2006, (12 pages).
U.S. Appl. No. 09/875,324, Non-Final Office Action dated Nov. 17, 2006, (13 pages).
U.S. Appl. No. 09/875,324, Notice of Allowance dated May 11, 2007, (17 pages).
U.S. Appl. No. 09/875,324, Notice of Allowance dated Sep. 11, 2008, (5 pages).
U.S. Appl. No. 09/875,324, Notice of Allowance dated Sep. 19, 2008, (3 pages).
U.S. Appl. No. 09/875,324, Notice of Allowance dated Mar. 14, 2008, (22 pages).
U.S. Appl. No. 09/879,790, Amendment and Response mailed Sep. 8, 2004, (11 pages).
U.S. Appl. No. 09/879,790, Non-Final Office Action mailed Apr. 8, 2004, (9 pages).
U.S. Appl. No. 09/879,790, Notice of Allowance mailed Apr. 29, 2005, (4 pages).
U.S. Appl. No. 09/879,790, Notice of Allowance mailed Nov. 18, 2004, (4 pages).
U.S. Appl. No. 09/894,828, Advisory Action mailed Apr. 22, 2005, (3 pages).
U.S. Appl. No. 09/894,828, Amendment and Response filed Feb. 17, 2006, (25 pages).
U.S. Appl. No. 09/894,828, Amendment and Response filed Mar. 14, 2005, (16 pages).
U.S. Appl. No. 09/894,828, Amendment and Response filed Oct. 4, 2004, (13 pages).
U.S. Appl. No. 09/894,828, Amendment and Response filed Oct. 10, 2001, (11 pages).
U.S. Appl. No. 09/894,828, Appeal Brief filed Aug. 17, 2005, (24 pages).
U.S. Appl. No. 09/894,828, Final Office Action mailed Jan. 12, 2005, (9 pages).
U.S. Appl. No. 09/894,828, Non-Final Office Action mailed Jun. 3, 2004, (7 pages).
U.S. Appl. No. 09/894,828, Non-Final Office Action mailed Nov. 17, 2005, (9 pages).
U.S. Appl. No. 09/894,828, Notice of Allowance mailed May 23, 2006, (8 pages).
U.S. Appl. No. 09/894,828, Notice of Allowance mailed Jul. 25, 2006, (2 pages).
U.S. Appl. No. 09/934,122, Advisory Action mailed Mar. 27, 2006, (3 pages).
U.S. Appl. No. 09/934,122, Final Office Action dated Dec. 19, 2005, (9 pages).
U.S. Appl. No. 09/934,122, Non-Final Rejection mailed Jun. 21, 2005, (8 pages).
U.S. Appl. No. 09/934,122, Non-Final Rejection mailed Aug. 9, 2006, (11 pages).
U.S. Appl. No. 09/934,122, Non-Final Rejection mailed Dec. 21, 2004, (9 pages).
U.S. Appl. No. 09/989,562, Final Office Action dated Jan. 30, 2007, (13 pages).
U.S. Appl. No. 09/989,562, Final Office Action dated Jul. 27, 2005, (9 pages).
U.S. Appl. No. 09/989,562, Office Action dated Jan. 13, 2005, (7 pages).
U.S. Appl. No. 09/989,562, Office Action dated Jul. 6, 2007, (8 pages).
U.S. Appl. No. 09/989,562, Office Action dated Jul. 19, 2006, (11 pages).
U.S. Appl. No. 09/999,565, Final Rejection mailed May 25, 2005, (14 pages).
U.S. Appl. No. 09/999,565, Final Rejection mailed Jul. 25, 2006, (13 pages).
U.S. Appl. No. 09/999,565, Advisory Action mailed Aug. 12, 2005, (4 pages).
U.S. Appl. No. 09/999,565, Non-Final Rejection mailed Feb. 8, 2006, (11 pages).
U.S. Appl. No. 09/999,565, Office Action dated Nov. 17, 2004, (11 pages).
U.S. Appl. No. 10/174,348, Amendment and Response dated Aug. 17, 2006, (15 pages).
U.S. Appl. No. 10/174,348, Amendment and Response dated Mar. 1, 2006, (13 pages).
U.S. Appl. No. 10/174,348, Final Office Action dated Jun. 19, 2006, (19 pages).
U.S. Appl. No. 10/174,348, Office Action dated Dec. 1, 2005, (23 pages).
U.S. Appl. No. 10/174,348, Office Action dated Dec. 21, 2006, (11 pages).
U.S. Appl. No. 10/269,072, Advisory Action Mar. 6, 2006, (3 pages).
U.S. Appl. No. 10/269,072, Advisory Action mailed Feb. 8, 2007, (3 pages).
U.S. Appl. No. 10/269,072, Final Rejection mailed Dec. 4, 2007, (53 pages).
U.S. Appl. No. 10/269,072, Office Action dated Apr. 19, 2007, (46 pages).
U.S. Appl. No. 10/269,072, Office Action dated Apr. 28, 2005, (25 pages).
U.S. Appl. No. 10/269,072, Office Action dated Jun. 14, 2006, (15 pages).
U.S. Appl. No. 10/269,072, Office Action dated Nov. 30, 2006, (31 pages).
U.S. Appl. No. 10/269,072, Office Action dated Dec. 9, 2005, (25 pages).
U.S. Appl. No. 10/840,965, Office Action dated Jun. 20, 2008, (21 pages).
U.S. Appl. No. 10/840,965, Office Action dated Nov. 28, 2007, (22 pages).
U.S. Appl. No. 11/035,754, Amendment and Response filed Jun. 27, 2008, (15 pages).
U.S. Appl. No. 11/035,754, Amendment and Response filed Oct. 12, 2007, (11 pages).
U.S. Appl. No. 11/035,754, Final Office Action mailed Dec. 28, 2007, (15 pages).
U.S. Appl. No. 11/035,754, Non-Final Office Action mailed Jul. 12, 2007, (12 pages).
U.S. Appl. No. 11/035,754, Notice of Allowance mailed Jul. 25, 2008, (14 pages).
U.S. Appl. No. 11/120,511, Amendment and Response dated Feb. 6, 2009, (16 pages).
U.S. Appl. No. 11/120,511, Amendment and Response dated Jul. 2, 2008, (17 pages).
U.S. Appl. No. 11/120,511, Non-Final Office Action dated Oct. 6, 2008, (8 pages).
U.S. Appl. No. 11/120,511, Notice of Allowance dated Mar. 23, 2009, (4 pages).
U.S. Appl. No. 11/120,511, Office Action dated Jan. 2, 2008, (8 pages).
U.S. Appl. No. 11/158,816, Amendment and Response filed Apr. 16, 2008, (9 pages).
U.S. Appl. No. 11/158,816, Amendment and Response filed Oct. 22, 2007, (11 pages).
U.S. Appl. No. 11/158,816, Non-Final Office Action mailed Feb. 14, 2008, (9 pages).
U.S. Appl. No. 11/158,816, Non-Final Office Action mailed Jun. 20, 2007, (4 pages).
U.S. Appl. No. 11/158,816, Notice of Allowance mailed Apr. 5, 2007, (6 pages).
U.S. Appl. No. 11/165,416, Amendment and Response dated Dec. 18, 2006, (14 pages).
U.S. Appl. No. 11/165,416, Notice of Allowance dated Apr. 3, 2008, (23 pages).
U.S. Appl. No. 11/165,416, Notice of Allowance dated Aug. 16, 2007, (6 pages).
U.S. Appl. No. 11/165,416, Office Action dated Sep. 18, 2006, (6 pages).
U.S. Appl. No. 11/621,435, Amendment and Response filed Mar. 23, 2009, (11 pages).
U.S. Appl. No. 11/621,435, Non-Final Office Action mailed Dec. 22, 2008, (6 pages).
U.S. Appl. No. 11/621,435, Notice of Allowance mailed Jun. 3, 2009, (7 pages).
Altinel et al.: “Efficient Filtering of XML Documents for Selective Dissemination of Information”; Proceeding of the 26th International Conference on Very Large Data Bases; Year of Publication: 2000.
Bertino et al.: “Specifying and enforcing access control policies for XML document sources”; World Wide Web Journal; vol. 3, No. 3/Nov. 2000.
Burnett, M. et al., “Visual Object-Oriented Programming,” pp. 1-42, 199-274, published 1994.
Drape, et al. “Transforming the .Net intermediate language using path logic programming,” Dec. 2002, pp. 133-144. Online retrieved at <http://delivery.acm.org/10.1145/580000/571171/p133-drape.pdf>.
European Application 01111679.5, Search Report mailed Apr. 4, 2002, 3 pages.
International University of Japan-ARIS-F Software R&D Center, “Distributed Application Development Using Java”, Toppan Co., Ltd, Dec. 20, 1999, First Edition, pp. 277-289 (Japanese Patent Office CSDB Literature Number: Book 200203759001, ISBN: 4-8101-9016-1).
Jiwu Tao et al. “Concurrency control and data replication strategies for large-scale and wide distributed databases”, international conference on database systems for advanced applications, 2001 proceedings, Apr. 2001, pp. 352-359.
Johnson, Andrew et al., The ANDF Technology Program at the OSF RI; Dec. 8, 1992.
Kaffe, “Server Side Java”, Jan. 16, 1998.
Kagal, et al., “Centaurus: A Framework for Intelligent Services in a Mobile Environment”, Computer Science and Electrical Engineering, IEEE, pp. 195-201, Apr. 2001.
Kazuhide, Hirose. “This is the Server Side Technology!! The 3rd installment: JSP operates in the same mechanism as Servlet,” NIKKEI SOFTWARE, vol. 2, No. 10 (Consecutive No. 16), p. 197, Nikkei Business Publications, Inc., Japan, Aug. 24, 1999.
Kirda, “Web Engineering Device Independent Web Services”, Distributed Systems Group, IEEE, pp. 795-796, May 2001.
Krikelis, A., “Mobile multimedia: shapring the Inforverse”, IEEE Concurrency, Jan.-Mar. 1999, pp. 7-9.
Kuslich, JJ. “Introduction to JavaServer Pages: Server-Side Scripting the Java Way,” DevEdge Online Archive, [online] 1999, pp. 51-108, retrieved from the internet: URL:http://developer.netscape.com/doc.manuals/ssjs/1—4/ssjs.pdf> [retrieved on Jul. 11, 2014].
Leinecker “Special Edition Using Microsoft ASP.NET”, Mar. 2000. Online retrieved at <http://proquest.safaribooksonline.com>.
Lindholm, Tim & Yellin, Frank, The Java Virtual Machine Specification, Second Edition, Sun Microsystems, 1999, Ch. 2, pp. 1-44.
M. Tofte and J.P. Talpin, Region-Based Memory Management, Information and Computation, 1997, vol. 132(2), pp. 109-176.
Manual page of AR, Free Software Foundation, 1999. Retrieved from Internet on Feb. 20, 2008. Retrieved from URL: <http://www.freebsd.org/cgi/man.cgi?query=ar&apropos=0&sektion=0&manpath=FreeBSD+4.8-RELEASE&format=html>.
Manual Page of GCC, Free Software Foundation, 1988. Retrieved from Internet on Jan. 20, 2008. Retrieved from URL: <http://www.freebsd.org/cgi/man.cgi?query=gcc&apropos=0&sektion=0&manpath=FreeBSD+4.8-RELEASE&format+html>.
Marshall, James; “HTTP Made Really Easy: A Practical Guide to Writing Clients and Servers”; Aug. 15, 1997; 14 pages.
McPherson, Scott. “Java Server Pages: A Developer's Perspective”, [online], Apr. 2000, Sun Microsystems, [searched on Mar. 26, 2008], Internet <URL:http://java.sun.com/developer/technicalArticles/Programming/jsp/index.html>.
Metadata Activity Statement, Feb. 2001, W3C.
Metadata Activity Statement, http://web.archive.org/web/20000616163950/http://www.w3.org/Metadata/Activity.html, May 8, 2000, pp. 1-5.
Moore, M, et al. “Migrating legacy user interfaces to the internet: shifting dialogue initiative”, IEEE, Nov. 23, 2000, pp. 52-58.
Muller-Wilken S. et al.; “On integrating mobile devices into a workflow management scenario,” Database and Expert Systesm Applications, 2000. Proceedings 11th International Workshop on Sep. 4-8, 2000, Piscataway, NJ, USA, IEEE, pp. 186-190.
Peeling, Dr. N. E., ANDF Features and Benefits, Feb. 5, 1993. [9 pp.].
Platt, “Thunderclap, the Newsletter of Rolling Thunder Computing”, dated to Aug. 2001, vol. 3, No. 2, pp. 1-18.
Rational, Rose/C++, Rational Software Corporation, whole manual, released 1996. [210 pp.].
Ren, Robin, “Practical Active Server Pages Technique: Porting Windows CGI Applications to ASP”, Microsoft Interactive Developer, No. 10, pp. 89-98, ASCII Corporation, Nov. 18, 1998 (CSDB: Technical Journal in Japan 2000001200009).
S. Peyton Jones and J. Launchbury, Unboxed Values as First Class Citizens, In Functional Programming Languages and Computer Architecture, vol. 523 of Lecture Notes in Computer Science, Springer Verlag, 1991, pp. 636-666.
Sanden, Bo. “Software Construction with Examples in ADA”, published 1994, pp. 104-109.
Scott, David and Richard Sharp, “Developing Secure Web Applications,” IEEE Internet Computing, vol. 6 No. 6, pp. 38-45, Nov.-Dec. 2002.
Seshadri, Govind. “Understanding JavaServer Pages Model 2 Architecture,” JavaWorld Solutions for Java Developers, Dec. 29, 1999.
Shao, Zhong, Flexible Representation Analysis, Proceedings of the Second ACM SIGPLAN International Conference on Functional Programming, 1997, pp. 85-98.
Shepherd, George. “ASP.NET Connection Model and Writing Custom HTTP Handler/Response Objects,” The ASP Column, MSDN Magazine [online], U.S., Microsoft Corp., Jul. 2001, [Mar. 12, 2009 Search], URL, http://msdn.microsoft.com/ja-jp/magazine/cc301320 (en-us, printer).aspx.
Shepherd, George. “The ASP Column”, HTTP Modules, MSDN Magazine [online], U.S., Microsoft Corp., May 2002, [Mar. 12, 2009 Search], URL, http://msdn.microsoft.com/ja-jp/magazine/c301362 (en-us, printer).aspx.
Shinpo, Masahiro. “Practice for Those Who Can Use Notes! Introduction to Web Applications, Sixth Installment,” Notes/Domino Magazine, vol. 4, No. 11, pp. 100-104 (the column on p. 104 in particular), Softbank Publishing Inc., Japan, Dec. 1, 1999.
Spencer, Ken. “Beyond the Browser, The 1st Installment: Page Object of ASP,” Microsoft Interactive DEVELOPER, No. 11, pp. 116-118, ASCII Corporation, Japan, Jan. 18, 1999.
Spyglass Prism 3.1 Supports the latest Standards for Transmission of Content to Wireless Devices, Internet citation, Jul. 5, 1000.
Standard Output of Comman, 'ar': contents of '/usr/lib/libbz2.a', print out of files in '/usr/lib/libbz2.a'.
Stone, R.G. and J. Dhiensa. “Proving the Validity and Accessibility of Dynamic Web-pages,” AMC International Conference Procceding Series vol. 63, pp. 45-49, 2004.
Sully, Chris. “ASP Configurations Files,” Feb. 2003. Online retrieved at <www.dotnetjohn.com/PrintFriend.aspx?articleid=24>.
Thiemann, Peter, Unboxed Values and Polymorphic Typing Revisiting, Proceedings of the Seventh International Conference On Functional Programming Languages and Computer Architecture, 1995, pp. 24-35.
Trupin, Joshua. “Feature Series 1, A Thorough Study of the Next Generation Development Environment “Visual Basic 7.0”: The Functions of Visual Basic, Web Forms, Web Services, and Expanded Language for the Next Generation,” msdn magazine, No. 2, pp. 29-31, ASCII Corporation, Japan, May 18, 2000.
Tuecke, “Microsoft Professional Developers Conference Summary”, 1996.
U.S. Appl. No. 09/573,656, Notice of Allowance mailed Apr. 28, 2004, 8 pages.
U.S. Appl. No. 09/574,144, Amendment and Response filed Dec. 8, 2003, 21 pages.
U.S. Appl. No. 09/574,144, Final Rejection mailed Jan. 6, 2004, 5 pages.
U.S. Appl. No. 09/574,144, Non-Final Rejection mailed Sep. 8, 2003, 16 pages.
U.S. Appl. No. 09/574,144, Notice of Allowance mailed Feb. 18, 2004, 3 pages.
U.S. Appl. No. 09/573,768, Amendment and Response filed Feb. 10, 2004, (30 pages).
U.S. Appl. No. 09/573,768, Amendment and Response filed Aug. 8, 2005, (20 pages).
U.S. Appl. No. 09/573,768, Non-Final Rejection mailed Apr. 8, 2005, (20 pages).
U.S. Appl. No. 09/573,768, Non-Final Rejection mailed Nov. 10, 2003, (15 pages).
U.S. Appl. No. 09/573,768, Notice of Allowance mailed May 3, 2004, (7 pages).
U.S. Appl. No. 09/573,768, Notice of Allowance mailed Nov. 3, 2005, (7 pages).
U.S. Appl. No. 09/573,769, Amendment and Response filed Mar. 10, 2004, (20 pages).
U.S. Appl. No. 09/573,769, Amendment and Response filed Oct. 23, 2003, (25 pages).
U.S. Appl. No. 09/573,769, Final Rejection mailed May 10, 2004, (13 pages).
U.S. Appl. No. 09/573,769, Non-Final Rejection mailed Jul. 23, 2003, (10 pages).
U.S. Appl. No. 09/573,769, Non-Final Rejection mailed Dec. 8, 2003, (11 pages).
U.S. Appl. No. 09/573,769, Notice of Allowance mailed Sep. 30, 2004, (4 pages).
U.S. Appl. No. 09/573,769, Response After Final Action filed Aug. 10, 2004, (10 pages).
U.S. Appl. No. 09/875,324, Amendment after Notice of Allowance filed Dec. 11, 2008, 2 pages.
U.S. Appl. No. 09/876,689, Amendment and Response, filed May 3, 2004, [15 pages.].
U.S. Appl. No. 09/876,689, Amendment and Response, filed Nov. 1, 2004, [8 pages].
U.S. Appl. No. 09/876,689, Non-Final Rejection, mailed Feb. 2, 2004, [9 pages].
U.S. Appl. No. 09/876,689, Non-Final Rejection, mailed Aug. 4, 2004, [6 pages].
U.S. Appl. No. 09/876,689, Notice of Allowance, mailed Mar. 23, 2005, [4 pages].
U.S. Appl. No. 09/876,689, Notice of Allowance, mailed Jun. 17, 2005, [2 pages].
U.S. Appl. No. 09/876,689, Notice of Allowance, mailed Dec. 15, 2004, [4 pages].
U.S. Appl. No. 09/899,539, Advisory Action mailed Jul. 14, 2008, (3 pages).
U.S. Appl. No. 09/899,539, Advisory Action mailed Aug. 3, 2006, (3 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Feb. 1, 2007, (14 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Feb. 18, 2005, (14 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Feb. 28, 2006, (14 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Mar. 9, 2009, (14 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Jun. 13, 2007, (13 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Jul. 3, 2008, (12 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Jul. 24, 2006, (12 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Sep. 9, 2005, (10 pages).
U.S. Appl. No. 09/899,539, Amendment and Response filed Dec. 30, 2007, (14 pages).
U.S. Appl. No. 09/899,539, Final Rejection mailed Apr. 3, 2008, (17 pages).
U.S. Appl. No. 09/899,539, Final Rejection mailed Apr. 13, 2007, (11 pages).
U.S. Appl. No. 09/899,539, Final Rejection mailed May 23, 2006, (15 pages).
U.S. Appl. No. 09/899,539, Final Rejection mailed May 25, 2005, (12 pages).
U.S. Appl. No. 09/899,539, Non-Final Rejection mailed Jul. 30, 2007, (11 pages).
U.S. Appl. No. 09/899,539, Non-Final Rejection mailed Oct. 18, 2004, (11 pages).
U.S. Appl. No. 09/899,539, Non-Final Rejection mailed Nov. 1, 2006, (13 pages).
U.S. Appl. No. 09/899,539, Non-Final Rejection mailed Nov. 28, 2005, (13 pages).
U.S. Appl. No. 09/899,539, Non-Final Rejection mailed Dec. 9, 2008, (20 pages).
U.S. Appl. No. 09/899,539, Notice of Allowance mailed Jul. 1, 2009, (9 pages).
U.S. Appl. No. 09/934,122, Amendment and Response filed Feb. 21, 2006, 24 pages.
U.S. Appl. No. 09/934,122, Amendment and Response filed Apr. 13, 2005, 8 pages.
U.S. Appl. No. 09/934,122, Amendment and Response filed May 19, 2006, 8 pages.
U.S. Appl. No. 09/934,122, Amendment and Response filed Sep. 30, 2005, 8 pages.
U.S. Appl. No. 09/934,122, Amendment and Response filed Nov. 9, 2006, 17 pages.
U.S. Appl. No. 09/934,122, Notice of Allowance mailed Jan. 5, 2007, 7 pages.
U.S. Appl. No. 09/934,122, Notice of Allowance mailed Feb. 15, 2008, 7 pages.
U.S. Appl. No. 09/934,122, Notice of Allowance mailed May 29, 2007, 7 pages.
U.S. Appl. No. 09/934,122, Notice of Allowance mailed Oct. 17, 2007, 7 pages.
U.S. Appl. No. 09/989,562, Advisory Action mailed May 2, 2007, 3 pages.
U.S. Appl. No. 09/989,562, Advisory Action mailed Dec. 16, 2005, 3 pages.
U.S. Appl. No. 09/989,562, Amendment and Response filed Jan. 7, 2008, 4 pages.
U.S. Appl. No. 09/989,562, Amendment and Response filed Mar. 30, 2007, 11 pages.
U.S. Appl. No. 09/989,562, Amendment and Response filed Apr. 13, 2005, 13 pages.
U.S. Appl. No. 09/989,562, Amendment and Response filed Sep. 30, 2005, 12 pages.
U.S. Appl. No. 09/989,562, Amendment and Response filed Oct. 19, 2006, 11 pages.
U.S. Appl. No. 09/989,562, Notice of Allowance mailed Apr. 17, 2008, 5 pages.
U.S. Appl. No. 09/989,562, Notice of Allowance mailed May 5, 2008, 1 page.
U.S. Appl. No. 10/269,072, Amendment and Response filed Jan. 30, 2007, 14 pages.
U.S. Appl. No. 10/269,072, Amendment and Response filed Feb. 9, 2006, 16 pages.
U.S. Appl. No. 10/269,072, Amendment and Response filed Apr. 4, 2008, 16 pages.
U.S. Appl. No. 10/269,072, Amendment and Response filed May 2, 2008, 16 pages.
U.S. Appl. No. 10/269,072, Amendment and Response filed May 9, 2006, 14 pages.
U.S. Appl. No. 10/269,072, Amendment and Response filed Aug. 19, 2005, 13 pages.
U.S. Appl. No. 10/269,072, Amendment and Response filed Sep. 14, 2006, 15 pages.
U.S. Appl. No. 10/269,072, Amendment and Response filed Oct. 19, 2007, 14 pages.
U.S. Appl. No. 10/269,072, Non-Final Office Action mailed May 28, 2008, 6 pages.
U.S. Appl. No. 10/269,072, Notice of Allowance mailed Mar. 30, 2009, 8 pages.
U.S. Appl. No. 10/692,765, Amendment and Response filed May 15, 2009, (8 pages).
U.S. Appl. No. 10/692,765, Advisory Action mailed Dec. 27, 2007, (3 pages).
U.S. Appl. No. 10/692,765, Amendment and Response filed Apr. 11, 2007, (15 pages).
U.S. Appl. No. 10/692,765, Amendment and Response filed Oct. 17, 2008, (9 pages).
U.S. Appl. No. 10/692,765, Amendment and Response filed Nov. 5, 2007, (12 pages).
U.S. Appl. No. 10/692,765, Final Rejection mailed Jul. 3, 2007, (19 pages).
U.S. Appl. No. 10/692,765, Non-Final Rejection mailed Jan. 11, 2007, (17 pages).
U.S. Appl. No. 10/692,765, Non-Final Rejection mailed Apr. 18, 2008, (13 pages).
U.S. Appl. No. 10/692,765, Non-Final Rejection mailed Dec. 15, 2008, (11 pages).
U.S. Appl. No. 10/692,765, Notice of Allowance mailed Jul. 15, 2009, (6 pages).
U.S. Appl. No. 10/818,684, Amendment and Response, filed Nov. 9, 2005, [13 pages].
U.S. Appl. No. 10/818,684, Non-Final Rejection, mailed Aug. 9, 2005, [9 pages].
U.S. Appl. No. 10/818,684, Notice of Allowance, mailed Mar. 21, 2006, [11 pages].
U.S. Appl. No. 10/840,965, Amendment and Response filed Feb. 28, 2008, 9 pages.
U.S. Appl. No. 10/840,965, Amendment and Response filed Mar. 23, 2009, 19 pages.
U.S. Appl. No. 10/840,965, Amendment and Response filed Sep. 8, 2009, 16 pages.
U.S. Appl. No. 10/840,965, Amendment and Response filed Sep. 22, 2008, 15 pages.
U.S. Appl. No. 10/840,965, Ex Parte Quayle Action mailed Dec. 8, 2009 mailed Dec. 8, 2009, 5 pages.
U.S. Appl. No. 10/840,965, Final Office Action mailed Dec. 23, 2008, 21 pages.
U.S. Appl. No. 10/840,965, Non-Final Office Action mailed Jun. 8, 2009, 18 pages.
U.S. Appl. No. 10/840,965, Notice of Allowance mailed Apr. 2, 2010, 6 pages.
U.S. Appl. No. 10/840,965, Notice of Allowance mailed Oct. 5, 2010, 6 pages.
U.S. Appl. No. 10/840,965, Response after Ex Parte Quayle Action filed Feb. 8, 2010, 13 pages.
U.S. Appl. No. 10/843,543, Amendment and Response filed Jun. 26, 2009, [15 pages].
U.S. Appl. No. 10/843,543, Amendment and Response, filed Feb. 26, 2010, [15 pages].
U.S. Appl. No. 10/843,543, Amendment and Response, filed Mar. 17, 2008, [14 pages].
U.S. Appl. No. 10/843,543, Amendment and Response, filed Dec. 30, 2010, [15 pages].
U.S. Appl. No. 10/843,543, Appeal Brief, filed Aug. 5, 2011, [40 pages].
U.S. Appl. No. 10/843,543, Applicant Arguments, filed Nov. 6, 2008, [13 pages].
U.S. Appl. No. 10/843,543, Examiner's Answer to Appeal Brief, mailed Nov. 23, 2011, [16 pages].
U.S. Appl. No. 10/843,543, Final Rejection, mailed Feb. 25, 2011,[15 pages].
U.S. Appl. No. 10/843,543, Final Rejection, mailed Jun. 6, 2008, [16 pages].
U.S. Appl. No. 10/843,543, Final Rejection, mailed Oct. 26, 2009, [13 pages].
U.S. Appl. No. 10/843,543, Non-Final Rejection, mailed Jan. 26, 2009, [11 pages].
U.S. Appl. No. 10/843,543, Non-Final Rejection, mailed Jul. 2, 2010, [12 pages].
U.S. Appl. No. 10/843,543, Non-Final Rejection, mailed Nov. 15, 2007, [14 pages].
U.S. Appl. No. 10/843,543, Reply Brief, filed Jan. 23, 2012, [14 pages].
U.S. Appl. No. 10/845,639, Advisory Action, mailed Nov. 13, 2009, [3 pages].
U.S. Appl. No. 10/845,639, Advisory Action, mailed Nov. 18, 2008, [3 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed Jan. 25, 2013, [17 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed Apr. 23, 2010, [20 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed May 8, 2008, [20 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed May 18, 2009, [16 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed Jun. 21, 2011, [15 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed Oct. 30, 2009, [17 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed Nov. 24, 2010. [16 pages].
U.S. Appl. No. 10/845,639, Amendment and Response, filed Dec. 2, 2008, [12 pages].
U.S. Appl. No. 10/845,639, Final Rejection, mailed Jul. 31, 2009, [16 pages].
U.S. Appl. No. 10/845,639, Final Rejection, mailed Aug. 3, 2010, [15 pages].
U.S. Appl. No. 10/845,639, Final Rejection, mailed Sep. 2, 2008, [14 pages].
U.S. Appl. No. 10/845,639, Final Rejection, mailed Nov. 21, 2011, [18 pages].
U.S. Appl. No. 10/845,639, Non-Final Rejection, mailed Feb. 8, 2008, 19 pages.
U.S. Appl. No. 10/845,639, Non-Final Rejection, mailed Feb. 18, 2009, [12 pages].
U.S. Appl. No. 10/845,639, Non-Final Rejection, mailed Apr. 13, 2011, [18 pages].
U.S. Appl. No. 10/845,639, Non-Final Rejection, mailed Oct. 23, 2012, [21 pages].
U.S. Appl. No. 10/845,639, Non-Final Rejection, mailed Dec. 23, 2009, [13 pages].
U.S. Appl. No. 10/845,639, Notice of Allowance, mailed Feb. 26, 2014, [5 pages].
U.S. Appl. No. 10/845,639, Notice of Allowance, mailed Sep. 30, 2013, [8 pages].
U.S. Appl. No. 10/845,639, Response, filed Feb. 8, 2012, [16 pages].
U.S. Appl. No. 10/845,639, Response, filed Nov. 3, 2008, [12 pages].
U.S. Appl. No. 10/846,496, Amendment and Response, filed Jul. 5, 2007, [12 pages].
U.S. Appl. No. 10/846,496, Non-Final Rejection, mailed Apr. 5, 2007, [16 pages].
U.S. Appl. No. 10/846,496, Amendment and Response, filed Jan. 7, 2009, [15 pages].
U.S. Appl. No. 10/846,496, Amendment and Response, filed Mar. 1, 2010, [14 pages].
U.S. Appl. No. 10/846,496, Amendment and Response, filed Jul. 7, 2008, [12 pages].
U.S. Appl. No. 10/846,496, Amendment and Response, filed Jul. 30, 2009, [15 pages].
U.S. Appl. No. 10/846,496, Amendment and Response, filed Dec. 23, 2010, [16 pages].
U.S. Appl. No. 10/846,496, Final Rejection, mailed Mar. 31, 2009, [23 pages].
U.S. Appl. No. 10/846,496, Final Rejection, mailed Apr. 4, 2008, [19 pages].
U.S. Appl. No. 10/846,496, Final Rejection, mailed Jun. 23, 2010, [25 pages].
U.S. Appl. No. 10/846,496, Non-Final Rejection, mailed Oct. 7, 2008, [19 pages].
U.S. Appl. No. 10/846,496, Non-Final Rejection, mailed Oct. 27, 2009, [22 pages].
U.S. Appl. No. 10/846,496, Notice of Allowance, mailed Mar. 17, 2011, [9 pages].
U.S. Appl. No. 10/847,648, Amendment and Response filed Oct. 18, 2007, (19 pages).
U.S. Appl. No. 10/847,648, Amendment and Response filed Apr. 8, 2008, (16 pages).
U.S. Appl. No. 10/847,648, Final Rejection mailed Jan. 8, 2008, (12 pages).
U.S. Appl. No. 10/847,648, Non-Final Rejection mailed Jun. 18, 2007, (12 pages).
U.S. Appl. No. 10/847,648, Notice of Allowance mailed Aug. 7, 2008, (20 pages).
U.S. Appl. No. 10/857,657, Amendment and Response filed Nov. 24, 2008, (10 pages).
U.S. Appl. No. 10/857,657, Amendment and Response filed Apr. 28, 2008, (12 pages).
U.S. Appl. No. 10/857,657, Non-Final Rejection mailed Jul. 24, 2008, (12 pages).
U.S. Appl. No. 10/857,657, Non-Final Rejection mailed Dec. 28, 2007, (15 pages).
U.S. Appl. No. 10/857,657, Notice of Allowance mailed Feb. 24, 2009, (6 pages).
U.S. Appl. No. 10/857,724, Advisory Action mailed Jun. 18, 2007, (3 pages).
U.S. Appl. No. 10/857,724, Amendment and Response filed Jan. 3, 2007, (17 pages).
U.S. Appl. No. 10/857,724, Amendment and Response filed Jan. 16, 2009, (23 pages).
U.S. Appl. No. 10/857,724, Amendment and Response filed Jun. 30, 2008, (18 pages).
U.S. Appl. No. 10/857,724, Amendment and Response filed Dec. 12, 2007, (19 pages).
U.S. Appl. No. 10/857,724, Final Rejection mailed Apr. 2, 2007, (13 pages).
U.S. Appl. No. 10/857,724, Final Rejection mailed Oct. 16, 2008, (18 pages).
U.S. Appl. No. 10/857,724, Non-Final Rejection mailed Mar. 31, 2008, (12 pages).
U.S. Appl. No. 10/857,724, Non-Final Rejection mailed Apr. 1, 2009, (17 pages).
U.S. Appl. No. 10/857,724, Non-Final Rejection mailed Oct. 3, 2006, (18 pages).
U.S. Appl. No. 10/857,724, Response After Final Action filed Jun. 4, 2007, (18 pages).
U.S. Appl. No. 10/966,618, Amendment and Response filed Feb. 9, 2007, (7 pages).
U.S. Appl. No. 10/966,618, Amendment and Response filed Jun. 16, 2006, (12 pages).
U.S. Appl. No. 10/966,618, Amendment and Response filed Jun. 20, 2007, (9 pages).
U.S. Appl. No. 10/966,618, Amendment and Response filed Sep. 30, 2005, (27 pages).
U.S. Appl. No. 10/966,618, Final Rejection mailed Aug. 9, 2006, (10 pages).
U.S. Appl. No. 10/966,618, Non-Final Rejection mailed Feb. 22, 2007, (9 pages).
U.S. Appl. No. 10/966,618, Non-Final Rejection mailed Jul. 18, 2005, (9 pages).
U.S. Appl. No. 10/966,618, Non-Final Rejection mailed Dec. 16, 2005, (9 pages).
U.S. Appl. No. 10/966,618, Notice of Allowance mailed Aug. 31, 2007, (3 pages).
U.S. Appl. No. 11/165,416, Notice of Allowance mailed Jan. 12, 2007, 6 pages.
U.S. Appl. No. 11/165416, Notice of Allowance mailed Dec. 10, 2007, 4 pages.
U.S. Appl. No. 11/184,094, Amendment and Response, filed Jun. 8, 2012, [17 pages].
U.S. Appl. No. 11/184,094, Amendment and Response, filed Jun. 14, 2010, [13 pages].
U.S. Appl. No. 11/184,094, Amendment and Response, filed Jun. 17, 2011, [13 pages].
U.S. Appl. No. 11/184,094, Amendment and Response, filed Jul. 1, 2009, [13 pages].
U.S. Appl. No. 11/184,094, Amendment and Response, filed Dec. 7, 2011, [16 pages].
U.S. Appl. No. 11/184,094, Amendment and Response, filed Dec. 22, 2009, [14 pages].
U.S. Appl. No. 11/184,094, Final Rejection, mailed Mar. 17, 2010, [19 pages].
U.S. Appl. No. 11/184,094, Final Rejection, mailed Aug. 3, 2012, [18 pages].
U.S. Appl. No. 11/184,094, Final Rejection, mailed Sep. 1, 2011, [11 pages].
U.S. Appl. No. 11/184,094, Non-Final Rejection, mailed Feb. 8, 2012, [16 pages].
U.S. Appl. No. 11/184,094, Non-Final Rejection, mailed Mar. 31, 2011, [13 pages].
U.S. Appl. No. 11/184,094, Non-Final Rejection, mailed Apr. 1, 2009, [9 pages].
U.S. Appl. No. 11/184,094, Non-Final Rejection, mailed Oct. 5, 2009, [16 pages].
U.S. Appl. No. 10/856,578, Amendment and Response, filed Jan. 20, 2009, [14 pages].
U.S. Appl. No. 10/856,578, Amendment and Response, filed Feb. 19, 2010, [17 pages].
U.S. Appl. No. 10/856,578, Amendment and Response, filed Jun. 24, 2008, [14 pages].
U.S. Appl. No. 10/856,578, Final Rejection, mailed Aug. 18, 2008, [14 pages].
U.S. Appl. No. 10/856,578, Final Rejection, mailed Nov. 19, 2009, [22 pages].
U.S. Appl. No. 10/856,578, Non-Final Rejection, mailed Mar. 24, 2008, [12 pages].
U.S. Appl. No. 10/856,578, Non-Final Rejection, mailed Apr. 15, 2009, [15 pages].
U.S. Appl. No. 10/856,578, Non-Final Rejection, mailed Oct. 25, 2010, [19 pages].
U.S. Appl. No. 10/856,578, Amendment and Response, filed Feb. 24, 2011, [16 pages].
U.S. Appl. No. 10/856,578, Amendment and Response, filed Jul. 15, 2009, [17 pages].
U.S. Appl. No. 10/856,578, Amendment and Response, filed Sep. 16, 2011, [14 pages].
U.S. Appl. No. 10/856,578, Final Rejection mailed Mar. 17, 2011, [20 pages].
U.S. Appl. No. 10/856,578, Notice of Allowance, mailed Dec. 23, 2011, [8 pages].
Xiong, Mong et al. “Mirror: a state-conscience concurrency control protocol for replicated real time databases”, Information systems 27, 2002 (pp. 277-297).
R. McCool, “NCSA http,” Documentation distributed with the NCSA http Web server, NCSA httpd Development Team, pp. 1-4 (1994). [Unable to Locate].
Spencer, Ken. “Beyond the Browser, The 1st Installment: Page Object of ASP,” Microsoft Interactive Developer, No. 11, pp. 116-118, ASCII Corporation, Japan, Jan. 18, 1999. [Unable to Locate].
SNAP Using the SNAP Language, Template Software, Chapter 7, published 1997. [Unable to Locate].
European Application No. 01111679.5, Communication mailed Nov. 25, 2014, 4 pages.
“A Brief History of Hypertext”, from Microsoft Corporation © 1996.
“Alterego Networks Introduces First Mobile Web Server for Enterprises, Telcos and Providers”; Redwood City, CA; Nov. 14, 2000; 3 pages.
“Best Practices for Creating Adaptive User Interfaces with the Mobile Internet Toolkit”; Microsoft Corporation, Jan. 2002; 15 pages.
“Best Practices for the Microsoft Mobile Internet Toolkit Image Control”; Microsoft Corporation, Feb. 2002.
“Bluestone Software Layes Foundation for Internet Operating Environment with Total-E-Server . . .” Screaming Media, Business Wire; Jun. 5, 2000; 3 pages.
“Developing ASP-Based Applications” from Microsoft Corporation © 1996.
“HTML Encyclopaedia”; http://www.scit.wlv.ac.uk/encyc/form.html; 2 pages.
“HTTP Made Really Easy—A Practical Guide to Writing Clients and Servers”, by Marshall, Aug. 15, 1997.
Anderson, Richard; Homer, Alex; Howard, Rob; Sussman, Dave; “A Preview of Activer Server Pages +”; Copyright 2000, Wrox Press, pp. 1-73.
Article, ColdFusion Web Application Server, update and summary, from Allaire Corp—www@allaire.com.
Chapter 3, “Mechanics of Developing JavaScript Applications,” Server-Side Javascript Guide, 'Online! 1999, pp. 51-108, www.Developer.netscape.com/docs/manuals, ssjs/1—4/ssjs.pdf>.
Chapter 6, “Session Management Service,” Server-Side Javascript Guide, 'Online! 1999, pp. 125-166, www.developer.netscape.com/docs/manuals/ssjs/1—4/ssjs.pdf>.
Custer, Helen; “Inside Windows NT”; Microsoft Press 1993; pp. 74-81.
Davulcu, Hasan; Freire, Juliana; Kifer, Michael; Ramakrishnan, I.V.; “A Layered Architecture for Querying Dynamic Web Content”; ACM 1999; pp. 491-502.
Dobson, R., “Data Binding in Dynamic HTML,” DBMS MAG, 'Online! Mar. 1998 (Mar. 1983) pp. 47-52.
Dowd, Tyson et al., “Compiling Mercury to the .NET Common Language Runtime,” Electronic Notes in Theoretical Computer Sciences 59 No. 1 (Netherlands) (2001), pp. 1-16.
Duan, Nick N.; “Distributed Database Access in a Corporate Environment Using Java” Bell Atlantic Corporation; 1996; 8 pages.
Esposito, Dino, “Heaven sent,” Developer Network Journal, Mar.-Apr. 2001, Matt Publishing, UK, No. 23, pp. 18-24.
Franklin, K., “Supercharge Data Binding,” Visual Basic Programmer's Journal, Mar. 2000, Fawcette Technical Publications, vol. 10, No. 3, pp. 32-33, 39-40, 42, 44, 46.
Frost, Jim: “Windows NT Security”; May 4, 1995; 7 pages; http://world.std.com/˜jimf/papers/nt-security/nt-security.html.
Hammock swings through Web Interfaces (3 pages) by Eric Hammond.
Hammock(TM), Think of it as Swing(TM) for the Web (10 pages).
Hannay, Phillip et al., “MSIL for the .NET Framework: The Next Battleground?”, Virus Bulletin Conference, Sep. 2001, pp. 173-196.
Holmes, John W.; e-Mail response to question regarding GET/POST.HTTP request, extracted from Google's News Groups, php.general, Nov. 11, 2002.
Hovanes, Michael E.; Deal, John R. Grizz; Rowberg, Alan H.; “Seamless Multiresolution Display of Portable Wavelet-Compressed Images” Journal of Digital Imaging, vol. 12, No. 2 suppl 1 (May), 1999, pp. 109-111.
Ingham, David B.; “W3Objects: A Distributed Object-Oriented Web Server” Object-Oriented Web Servers and data Modeling Workshop, Sixth International World Wide Web Conference, Apr. 7, 1997, Santa Clara, CA 4 pages.
Kitayama, Fumihiko; Hirose, Shin-Ichi; Kondoh, Goh; Kuse, Kazushi; “Design of a Framework for Dynamic Content Adaptation to Web-Enabled Terminals and Enterprise Applications”; IEEE 1999, pp. 72-79.
Kunz, T.; El Shentenawy, M.; Gaddah, A.; Hafez, R.; Image Transcoding for Wireless WWW Access: The User Perspective; Multimedia Computing and Networking 2002, Proceedings of SPIE vol. 467 (2002) pp. 28-33.
Langheinrich, M., et al., “Unintrusive customization techniques for Web advertising,” Computer Networks, vol. 31, No. 11-16. May 17, 1999, pp. 1259-1272.
Lee, C.-H., et al., “Web personalization expert with combining collaborative filtering and association rule mining technique,” Expert Systems With Applications, Vo. 21, No. 3, Oct. 2001, pp. 131-137.
Li, W.-S., et al., “PowerBookmarks: a system for personalizable Web information organization, sharing, and management,” Computer Networks, vol. 31, No. 11-16, May 17, 1999, pp. 1375-1389.
Mobasher, B., “A Web personalization Engine Based on User Transaction Clustering,” Proc. Of the 9th Annual Workshop on Information Tech. And Systems, Dec. 11, 1999, pp. 179-184.
Nadamoto, Akiyo; Kondo, Hiroyuki; Tanaka, Katsumi; “WebCarousel: Restructuring Web Search Results for Passive Viewing in Mobile Environments” IEEE 2001 p. 164-165.
“NCSA httpd” nttpd@ncsa.uiuc.edu.
O'Leary, M., “Web personalization Does It Your Way,” O'Leary Online, vol. 23, No. 2, Mar.-Apr. 1999, pp. 79-80.
OOP Launches Hammock at JavaOne (1 page).
Penn, Gerald; Hu Jianying; Luo, Hengbin; McDonald, Ryan; “Flexible Web Document Analysis for Deliver to Narrow-Bandwidth Devices”; IEEE 2001; pp. 1074-1078.
Pyarali, Irfan; O'Ryan, Carlos; Schmidt, Douglas; Wang, Nanbor; Gokhale, Aniruddha S.; Kachroo, Vishal; “Using Priciple Patterns to Optimize Real-Time ORB's” IEEE Concurrency, 2000, pp. 16-25.
Ramakrishnan, N., “PIPE: Web Personalization by Partial Evaluation,” IEEE Internet Computing, vol. 4, No. 6, Nov.-Dec. 2000, pp. 21-31.
Seddon, Bill, “Generating XP Style webparts from a web control,” The Code Project—Generating XP style webparts from a web control—ASP.NET, online at http://www.codeproject.com/aspnet/webpartscontrol.asp, retrieved Apr. 8, 2004, 10 pages.
Sells, Chris et al., “Generating Code at Run Time with Reflection.Emit,” Windows Developer Magazine, Aug. 2002, vol. 13, No. 8, pp. 26-34.
Shapiro, M., “A Binding Protocol for Distributed Shared Objects,” Proceedings of the International Conference on Distributed Computing Systems, Poznan, Poland, Jun. 21-24, 1994, Los Alamitos, IEEE Comp. Soc. Press.
Shi, Weisong; Collins, Eli; Karamcheti, Vijay; “Modeling Object Characteristics of Dynamic Web Content”; Proceedings of the IEEE Global Internet Conference, Nov. 2002, 5 pgs.
Solomon, David A. “Inside Windows NT, Second Edition”; Microsoft Press 1998; pp. 310-319.
Stewart, Tony: “The Document as Application: Issues and Implications” GCA XML Europe 1999; pp. 575-599.
Syme, Don, “ILX: Extending the .NET Common IL for Functional Language Interoperability,” Electronic Notes in Theoretical Computer Science 59 No. 1 (2001), pp. 1-20.
Varela, Carlos A.; Caroline C. Hayes; “Providing Data on the Web: From Examples to Programs,” Second International WWW Conference, Chicago, IL; Oct. 17, 1994; 17 pages.
Wu, Dapeng; Hou, Yiwci Thomas-Zhang, Ya-Qin; “Scalable Video Transport over Wireless IP Networks”; IEEE 2000; pp. 1185-1191.
U.S. Appl. No. 10/843,543, Patent Board Decision mailed Nov. 21, 2014, 13 pages.
Related Publications (1)
Number Date Country
20050256924 A1 Nov 2005 US