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:
Oct. 30, 2007
Filed:
May. 21, 2002
Paul K. Blizniak, Garner, NC (US);
Bryan A. Hogan, Cary, NC (US);
Mark Douglas Weitzel, Durham, NC (US);
Paul K. Blizniak, Garner, NC (US);
Bryan A. Hogan, Cary, NC (US);
Mark Douglas Weitzel, Durham, NC (US);
International Business Machine Corporation, Armonk, NY (US);
Abstract
The invention is a method and apparatus that, upon receipt of a Web service deployment artifact, attempts to determine a deployment strategy for the Web service and deploy the Web service using that strategy. The invention stores a plurality of deployment strategies and corresponding deployment identifiers. When it receives a deployment artifact, it checks if it is a recognized deployment descriptor object that is registered with it as a deployment identifier, and, if so, runs the corresponding deployment strategy to deploy the Web service. If this scheme does not work, it tries a second scheme in which it assumes that the artifact is a URL or URI character string and attempts to parse the artifact to determine the extension of the provided resource and use it as its deployment identifier. If it determines and recognizes the extension, it attempts to deploy the Web service utilizing the deployment strategy that it has registered as corresponding to that extension/identifier. If that is unsuccessful, it attempts to parse the provided resource to create a Document Object Model (DOM) and then queries the DOM's namespace for a deployment strategy.