Method and sytem for developing technical configurations -> Monitor Keywords
Fresh Patents
Monitor Patents Patent Organizer File a Provisional Patent Browse Inventors Browse Industry Browse Agents Browse Locations
site info Site News  |  monitor Monitor Keywords  |  monitor archive Monitor Archive  |  organizer Organizer  |  account info Account Info  |  
07/27/06 - USPTO Class 709 |  97 views | #20060167988 | Prev - Next | About this Page  709 rss/xml feed  monitor keywords

Method and sytem for developing technical configurations

USPTO Application #: 20060167988
Title: Method and sytem for developing technical configurations
Abstract: A method for developing a technical configuration and electronically delivering to a client from a server an order report for the technical configuration. The method comprises interactively eliciting and electronically receiving from a user on the client a desired technical configuration, wherein the act of interactively eliciting and electronically receiving comprises providing to the client from the server a limited configuration engine and performing a first, limited check on the viability of the desired technical configuration on the client using the limited configuration engine; performing a second, final check on the viability of the desired technical configuration using a full configuration engine on the server; and, in response to the final check, preparing and outputting on the client an electronic order report. (end of abstract)



Agent: Dorsey & Whitney LLP Intellectual Property Department - Minneapolis, MN, US
Inventors: David Barck, Forrest Bentley, Kevin Hennelly
USPTO Applicaton #: 20060167988 - Class: 709203000 (USPTO)

Related Patent Categories: Electrical Computers And Digital Processing Systems: Multicomputer Data Transferring, Distributed Data Processing, Client/server

Method and sytem for developing technical configurations description/claims


The Patent Description & Claims data below is from USPTO Patent Application 20060167988, Method and sytem for developing technical configurations.

Brief Patent Description - Full Patent Description - Patent Application Claims
  monitor keywords



BACKGROUND OF THE INVENTION

[0001] 1. Field of the Invention

[0002] This invention relates to computerized configuration methods and systems. More particularly, this invention relates to computerized methods and systems for developing technical configurations and electronically delivering order reports to a client. The methods and systems are implemented in computer hardware and software.

[0003] 2. Background Information

[0004] Large amounts of data and programs for a great variety of tasks are currently available on the Internet. Some of these applications are useful for performing discrete logical tasks, while others are available to retrieve data. Still other applications are available that may aid in the selection and customization of products, such as vehicles or computers, or services, such as the availability of flights and corresponding fare information. In these selection/customization tools for products or services, the manufacturer of the product or the service provider may offer detailed options for the user's selection, and a large number of interrelationships may exist between the various options. When these options and interrelationships are complex, large and detailed software may be necessary for electronic configuration systems.

[0005] The Internet is a collection of computer networks that allows computer users to share files and other computer resources. Each computer connected to the Internet has a unique address whose format is defined by the Internet Protocol ("TCP/IP"). The Internet includes a public network using the TCP/IP and includes two kinds of computers: servers, which provide information and documents; and clients, which retrieve and display documents and information for users. Events that take place on the server machine are referred to as server-side activities, while events that take place on the client machine are known as client-side activities. As will be appreciated by those of ordinary skill in the art, as used throughout this specification the term "client" refers to a client computer (or machine) on a network, or to a process or programs, such as Web browsers, which run on a client computer in order to facilitate network connectivity and communications. Thus, for example, a "client machine" can store one or more "client processes." The term "user" is used to refer broadly to one or more persons who use a particular client machine. Similarly, the term "server" will be used throughout this specification to refer to a server computer or computer system on a network, or to a process or programs which run on a server computer.

[0006] The "World Wide Web" ("Web") is that collection of servers on the Internet that utilize the Hypertext Transfer Protocol ("HTTP"). HTTP is a known application protocol that provides users access to resources, which may be information in different formats such as text, graphics, images, sound, video, Hypertext Markup Language ("HTML"), as well as programs. HTML is a standard page description language which provides basic document formatting and allows the developer to specify "links" to other servers and files. Links may be specified via a Uniform Resource Locator ("URL"). Upon specification of a link by the user, the client makes a TCP/IP request to a Web server and receives information, which may be another "Web page" that is formatted according to HTML, from a server that was specified in the requested URL. The information returned to the client may be generated in whole or in part by a program that executes on the server. Such programs are typically Common-Gateway-Interface scripts ("CGI scripts") and can be written using known programming languages or methods that the server supports, such as PERL or C++.

[0007] Servers include both Web servers and applications servers. Web servers are the software or computers responsible for accepting requests from clients and retrieving the specified file or specified CGI script, and returning its contents or the CGI script's results to the client. An application server is the actual software or computer which contains programs, CGI scripts, or data for a specific site. Servers run on a variety of platforms, including UNIX machines, although other platforms, such as Windows 95, Windows NT, and Macintosh may also be used.

[0008] Computer users can view information available on servers or networks on the Web through the use of browsing software, such as Netscape Navigator, Microsoft Internet Explorer, Mosaic, or Lynx browsers. A typical Web page is an HTML document with text, "links" that a user may activate (e.g. "click on"), as well as embedded URLs pointing to resources, such as images, video or sound, that the client may activate to fully use the Web page in a browser. In some situations, these resources may not be located on the same server that provided the HTML document to the client. Furthermore, HTTP allows for the transmission of certain information from the client to a server. This information can be embedded within the URL, can be contained in HTTP header fields, or can be posted directly to the server using other known HTTP methods.

[0009] Web activity begins on the client side, when a user sends a request to a server over the Internet. When a user's browser requests information from a server, the server may send information including graphics, instruction sets, sound and video files in addition to HTML documents (Web pages) to the requesting client. In order to view and use information from the Web using a browser, the entire HTML document must be downloaded from the Internet server to the client's machine and then processed by the browser before the consumer can fully see and access it. A user may become impatient waiting for a graphics-oriented Web page or detailed data to appear on his/her computer screen. Information delivery on the Internet can be frustrating, because it is much slower than delivery of data from the consumer's computer hard drive or main memory.

[0010] In a server-side application, the client must repeat the process described above, sending a request to a server over the Internet and receiving information from the server in return, in order for the client to interact with a server over the Internet. For instance, a user may supply information in response to queries in a Web page. When the client clicks on a "submit" button, which initiates interaction over the Internet, the information is passed to the server. As explained above, programs such as CGI scripts may process the information, and the server may then return a Web page containing the information requested by the user.

[0011] The Web page received by the client from the server may create or set an ID field, known as a "client ID" or "cookie," located in a file on the client machine to include information about the user's preferences. When the user later returns to a specified URL on the same server, the "client ID" or "cookie" with the previously-set preference information is transmitted in the HTTP request header to the server, which may then return a Web page that is assembled according to the user-specific information. This interactive model for processing information over the Internet is a server-side application, in which most of the logic and data processing is performed on the server side.

[0012] A second possible interactive model is to deliver applications directly from the server to the user's browser, where they are executed on the client machine. These applications are typically small tools that perform simple tasks on the client computer, including a variety of HTML page display enhancements. In the typical server-side system described above, servers perform most of the computational work on the Web, and Web browsers may be little more than glorified terminals. With so-called "applets" that run within a Web browser to process information and other client-side programs, Web technology is shifted more toward the client, relieving some of the computational load from the server. Applets may be used for a variety of functions, and an applet may be a full-fledged program that can perform any number of computational and user-interactive tasks on the client computer. For instance, an applet might create a unique set of menus, choices, text fields, and similar user-input tools different from those available through the browser. A number of different languages can be used for client-side programs and applets, such as Java, ActiveX, JavaScript, Helper-Viewer, and other plug-ins. Client-side JavaScript, for instance, is a commonly used programing language that may be embedded into HTML Web pages and allows executable content, as opposed to data, to be distributed over the Internet. JavaScript also has a limited ability to interact with the user.

[0013] There are problems associated with both client-side and server-side computational and interactive systems. If a client-side approach is used, a large amount of time and/or bandwidth may be used sending information to the client, a majority of which may not be necessary to the end result desired by the user. When a large amount of time is spent transferring data over the Internet, this may not only be annoying to the user, but it may also clog the network with unnecessary data transfer. Additionally, only a limited amount of space in the memory of the client is available. In view of these constraints, client-side programs are typically only used for simple validations of information entered by the user or to generate graphic effects on the client. Large tasks requiring extensive processing (by reason of large executable files or extensive data files, or both) are usually not performed on the client. One result of this may be that interface and options offered to the client are limited. The client's sense of control over the transaction may therefore be less than desired.

[0014] Server-side programs may also have undesirable attributes. Much like client-side systems, a large amount of time may be spent transferring data to and from the server. In a pure server-side system, each time a user performs an operation on the client machine, a request is sent to the server to validate the request and perform an operation for transfer back to the client. A great deal of time may therefore be spent on the network validating information and processing data on the server. Such a system puts a heavy load on the server. In addition to these drawbacks, the user may be annoyed by the large amount of time necessary to interact with the server and update information on the client machine.

[0015] It is therefore important to allocate appropriately the processing load and data transfers between the browser and the server. Some tasks, such as forms processing and index searches may be better left to the server side, while others, such as user interface enhancements, real-time data presentation, and input validation may be better suited for local processing on the client. A system and method is needed for interactive network applications to reduce the load on a server, reduce the amount of time required to transfer information over the network, and to save the user time in performing tasks over the network.

[0016] Such a system and method may be particularly useful for complex technical configuration tasks in which large amounts of both logic and data may be necessary to successfully configure a product or service. For such technical configuration tasks, a number of constraints or desirable system attributes exist. First, the user's desired configuration must be viable, meaning that the manufacturer or service provider can assemble the various options desired by the user into a product. Second, it is desirable to indicate the price of the fully assembled configuration at the time of the order. Third, it is desirable to present all or most of the available options for a given product to a user on the client machine.

[0017] For some technical configuration tasks, such as products where manufacturers offer detailed option choices for configuration, configuring the product may be further complicated by the complex interrelationships and links between different options. Although in some configuration tasks it would be desirable to provide at the client an environment that is as option-rich as possible, technical limitations are encountered that limit the amount of logic and data that may be transferred to the client. For complex configuration tasks, the transmission of all of the logic to the client may be both time consuming and impractical due to memory space; on the other hand, a pure server-side embodiment may require a large amount of interaction between the server and the client as well as a heavy load on the server.

SUMMARY OF THE INVENTION

[0018] One embodiment of the invention is a method for developing a technical configuration and electronically delivering to a client from a server an order report for the technical configuration. The method comprises interactively eliciting and electronically receiving from a user on the client a desired technical configuration, wherein the act of interactively eliciting and electronically receiving comprises providing to the client from the server a limited configuration engine and performing a first, limited check on the viability of the desired technical configuration on the client using the limited configuration engine; performing a second, final check on the viability of the desired technical configuration using a full configuration engine on the server; and, in response to the final check, preparing and outputting on the client an electronic order report.

[0019] A second embodiment of the invention is a method for creating technical configurations and electronically delivering order reports to at least one client in a computer network having at least one server connectable to at least one client. The method comprises interactively eliciting from a user on the at least one client a desired subset of possible products having technical configurations; in response to the user's desired subset of possible products having technical configurations, downloading from the at least one server to the at least one client limited configuration information and limited configuration programs; interactively eliciting from the user on the at least one client a desired technical configuration and preliminarily checking at the at least one client the viability of the desired technical configuration using the limited configuration information and the limited configuration programs; uploading the desired technical configuration from the at least one client to the at least one server and performing a full check on the viability of the desired technical configuration using full configuration information and full configuration programs on the at least one server; and, responsive to the full check, preparing and outputting on the at least one client an electronic order report.

[0020] Another embodiment of the invention is a method for creating vehicle configurations and electronically delivering order reports to at least one client in a computer network having at least one server connectable to at least one client. The method comprises interactively eliciting from a user on the at least one client a desired make, model, and series for a vehicle; in response to the user's desired make, model, and series for a vehicle, downloading from the at least one server to the at least one client limited configuration information and limited configuration programs; interactively eliciting from the user on the at least one client a desired vehicle configuration and preliminarily checking at the at least one client the viability of the desired vehicle configuration using the limited configuration information and the limited configuration programs; uploading the desired vehicle configuration from the at least one client to the at least one server and performing a full check on the viability of the desired vehicle configuration using full configuration information and full configuration programs on the at least one server; and, responsive to the full check, preparing and outputting on the at least one client an electronic order report.

[0021] The above methods offer a number of advantages. Because limited configuration information and limited configuration programs are sent to the client, the client is able to do a significant amount of the processing involved in creating a technical configuration. At the same time, interaction with the server may be decreased. In addition, the data downloaded to the client is properly allocated so that not all of the configuration information or configuration programs that exist on the server are sent to the client. The above methods aid in the allocation of information to the client. The client, therefore, is not overloaded with processing, and data transfer time is kept to a minimum.

[0022] Another embodiment of the invention is a method for developing a product configuration in a client-server environment, wherein the server has full option attributes and full option rules. The method in this embodiment comprises receiving initial product configuration data from a user on a client; in response to the initial product configuration data, allocating limited option attributes and limited option rules to the client by downloading such limited option attributes and limited option rules to the client; receiving from the client a first proposed product configuration developed from client processing of the limited option attributes and limited option rules; in response to the proposed product configuration and application at the server of the full option attributes and full option rules to the proposed product configuration, allocating and downloading to the client additional option rules; and, receiving from the client a second proposed product configuration developed from client processing of the limited option attributes and additional option rules.

Continue reading about Method and sytem for developing technical configurations...
Full patent description for Method and sytem for developing technical configurations

Brief Patent Description - Full Patent Description - Patent Application Claims

Click on the above for other options relating to this Method and sytem for developing technical configurations patent application.
###
monitor keywords

How KEYWORD MONITOR works... a FREE service from FreshPatents
1. Sign up (takes 30 seconds). 2. Fill in the keywords to be monitored.
3. Each week you receive an email with patent applications related to your keywords.  
Start now! - Receive info on patent apps like Method and sytem for developing technical configurations or other areas of interest.
###


Previous Patent Application:
Mapping of a content request for a cache server
Next Patent Application:
Method, apparatus and system for processing compliance actions over a wide area network
Industry Class:
Electrical computers and digital processing systems: multicomputer data transferring or plural processor synchronization

###

FreshPatents.com Support
Thank you for viewing the Method and sytem for developing technical configurations patent info.
IP-related news and info


Results in 0.16796 seconds


Other interesting Feshpatents.com categories:
Computers:  Graphics I/O Processors Dyn. Storage Static Storage Printers 174
filepatents (1K)

* Protect your Inventions
* US Patent Office filing
patentexpress PATENT INFO