Abstraction factory in a base services pattern environment

Data processing: artificial intelligence – Knowledge processing system – Knowledge representation and reasoning technique

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

Reexamination Certificate

active

06615199

ABSTRACT:

CROSS REFERENCE TO RELATED APPLICATIONS
This application is related to United States Patent Applications entitled A SYSTEM, METHOD AND ARTICLE OF MANUFACTURE FOR A DEVELOPMENT ARCHITECTURE FRAMEWORK and A SYSTEM, METHOD AND ARTICLE OF MANUFACTURE FOR MAINTENANCE AND ADMINISTRATION IN AN E-COMMERCE APPLICATION FRAMEWORK, both of which are filed concurrently herewith and which are incorporated by reference in their entirety.
FIELD OF THE INVENTION
The present invention relates to software patterns and more particularly to an abstraction factory pattern.
BACKGROUND OF THE INVENTION
An important use of computers is the transfer of information over a network. Currently, the largest computer network in existence is the Internet. The Internet is a worldwide interconnection of computer networks that communicate using a common protocol. Millions of computers, from low end personal computers to high-end super computers are coupled to the Internet.
The Internet grew out of work funded in the 1960s by the U.S. Defense Department's Advanced Research Projects Agency. For a long time, Internet was used by researchers in universities and national laboratories to share information. As the existence of the Internet became more widely known, many users outside of the academic/research community (e.g., employees of large corporations) started to use Internet to carry electronic mail.
In 1989, a new type of information system known as the World-Wide-Web (“the Web”) was introduced to the Internet. Early development of the Web took place at CERN, the European Particle Physics Laboratory. The Web is a wide-area hypermedia information retrieval system aimed to give wide access to a large universe of documents. At that time, the Web was known to and used by the academic/research community only. There was no easily available tool which allows a technically untrained person to access the Web.
In 1993, researchers at the National Center for Supercomputing Applications (NCSA) released a Web browser called “Mosaic” that implemented a graphical user interface (GUI). Mosaic's graphical user interface was simple to learn yet powerful. The Mosaic browser allows a user to retrieve documents from the World-Wide-Web using simple point-and-click commands. Because the user does not have to be technically trained and the browser is pleasant to use, it has the potential of opening up the Internet to the masses.
The architecture of the Web follows a conventional client-server model. The terms “client” and “server” are used to refer to a computer's general role as a requester of data (the client) or provider of data (the server). Under the Web environment, Web browsers reside in clients and Web documents reside in servers. Web clients and Web servers communicate using a protocol called “HyperText Transfer Protocol” (HTTP). A browser opens a connection to a server and initiates a request for a document. The server delivers the requested document, typically in the form of a text document coded in a standard Hypertext Markup Language (HTML) format, and when the connection is closed in the above interaction, the server serves a passive role, i.e., it accepts commands from the client and cannot request the client to perform any action.
The communication model under the conventional Web environment provides a very limited level of interaction between clients and servers. In many systems, increasing the level of interaction between components in the systems often makes the systems more robust, but increasing the interaction increases the complexity of the interaction and typically slows the rate of the interaction. Thus, the conventional Web environment provides less complex, faster interactions because of the Web's level of interaction between clients and servers.
SUMMARY OF THE INVENTION
A system and method provide an abstraction factory pattern in a client/server architecture. Data is received and transformed into a Data is received and transformed into a plurality of concrete objects. Each of the concrete objects is associated with an abstract interface. A map of the association between the concrete objects and the abstract interface is created. When a request is received from the client that includes an identifier for one of the concrete objects and an identifier for the abstract interface, the map on the server is consulted to locate the concrete object that has been identified. An abstract object is then created that corresponds to the located concrete object such that the abstract object serves as a handle, generically manipulable by the client/server architecture. The invention represents a way to encapsulate diversity such that only those parts of the system that need to understand the difference between two objects have to deal with those differences.
In one embodiment of the present invention, the located concrete object may also be inserted into the abstract object.
In an aspect of the present invention, the identifiers may be included with a single request. In another aspect of the present invention, the abstraction factory pattern may be written in a C++ programming language.


REFERENCES:
patent: 5301320 (1994-04-01), McAtee et al.
patent: 5721908 (1998-02-01), Lagarde et al.
patent: 5890133 (1999-03-01), Ernst
patent: 5907704 (1999-05-01), Gudmundson et al.
patent: 5953707 (1999-09-01), Huang et al.
patent: 6195794 (2001-02-01), Buxton
patent: 6199099 (2001-03-01), Gershman et al.
patent: wo 99/08208 (1899-02-01), None
Microsoft Corporation,Microsoft Solutions Framework Overview A Quick Tour of the MSF Models, URL: http://channels.microsoft.com/enterprise/support/support/consult, Viewed Oct. 9, 1999.

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Abstraction factory in a base services pattern environment does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Abstraction factory in a base services pattern environment, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Abstraction factory in a base services pattern environment will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3089227

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.