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:
Jun. 09, 2009
Filed:
Nov. 24, 2004
Victor A. Stone, Mercer Island, WA (US);
Shawn P. Burke, Kirkland, WA (US);
Victor A. Stone, Mercer Island, WA (US);
Shawn P. Burke, Kirkland, WA (US);
Microsoft Corporation, Redmond, WA (US);
Abstract
An HTML package of the Windows foundation classes framework allows Java developers to write Java code normally as if they were writing to any user interface framework. The WFC framework converts their coding into standard HTML for display on an Internet Explorer version 4.0 web browser, a selected browser or generic HTML if so indicated by the developer. The HTML generation process is replaceable with third party generators to specifically target selected browsers with differing capabilities. During code writing key value pairs are maintained in arrays and are used to generate styles and attributes, which are further used to generate HTML. Also, several states are used when the code is being written to manage modification and display of HTML directly on a browser. The states and movement between them are transparent to the programmer because the states are handled internally by the library.