The patent badge is an abbreviated version of the USPTO patent document. The patent badge does contain a link to the full patent document.
The patent badge is an abbreviated version of the USPTO patent document. The patent badge covers the following: Patent number, Date patent was issued, Date patent was filed, Title of the patent, Applicant, Inventor, Assignee, Attorney firm, Primary examiner, Assistant examiner, CPCs, and Abstract. The patent badge does contain a link to the full patent document (in Adobe Acrobat format, aka pdf). To download or print any patent click here.
Patent No.:
Date of Patent:
Aug. 17, 2004
Filed:
Jul. 27, 2001
Julio Cesar Garcia, Ft Collins, CO (US);
Joseph R Hunt, Fort Collins, CO (US);
Amy O'Keefe-Hyser, Fort Collins, CO (US);
Hewlett-Packard Development Company, L.P., Houston, TX (US);
Abstract
A method for allowing dynamic component activation using a database as a repository for registration information is disclosed. This method uses a Component Activation Manager (CAM), which is a singleton object that maps unique component ID's to a Factory Creation Function (FCF). A purpose of the FCF is to create and register factories for the objects contained in a dynamic library. The factories created with the FCF are also registered with a database connection created by the CAM. Using this approach, the application only needs to create the CAM object, request a connection and then request a factory for the objects it needs. The CAM and the database connection find the dynamic library and the associated object factories through the use of database tables that contain a map of unique component ID's and object FCF addresses.