Rapid GUI refacing of a legacy application
Claim Score by NHIP
Abstract
A rapid GUI refacing system can include one or more display grids, each display grid mapping sections in a legacy application with selected GUI elements in a refaced GUI. The system also can include one or more smart masters, each smart master specifying an arrangement of content and presentation elements in the refaced GUI. The system yet further can include a GUI transformation template generator configured to generate GUI transformation templates from individual combinations of individual ones of the display grids and individual ones of the smart masters. Finally, the system can include a GUI refacing service configured both to select individual matching ones of the generated GUI transformation templates, and also to transform content in the sections in the legacy application into the refaced GUI using the mapped GUI elements according to transformation instructions contained in the selected individual matching ones of the generated GUI transformation templates.

Term
Term ended
Projected expiry passed 15 December 2023, 2.8 years ago.
- Priority and filed
- Published
- Projected expiry
- Today
15 claims: 3 independent, 12 dependent
- 1Broadest claimClaim Score 73, broad(NHIP)A method for performing rapid refacing of a legacy application, the method comprising the steps of:matching display elements in the display screen of a legacy application with graphical user interface (GUI) transformation templates configured to transform said display elements into GUI elements in a target visual display;and, performing transformations specified in said matching GUI transformation templates, said transformations producing a refaced GUI for the legacy application.
- 6A rapid graphical user interface (GUI) refacing system, comprising:a plurality of display grids, each display grid mapping sections in a legacy application with selected GUI elements in a refaced GUI;a plurality of smart masters, each smart master specifying an arrangement of content and presentation elements in said refaced GUI;a GUI transformation template generator configured to generate GUI transformation templates from individual combinations of individual ones of said display grids and individual ones of said smart masters;and, a GUI refacing service configured both to select individual matching ones of said generated GUI transformation templates, and also to transform content in said sections in said legacy application into said refaced GUI using said mapped GUI elements according to transformation instructions contained in said selected individual matching ones of said generated GUI transformation templates.
- 11A machine readable storage having stored thereon a computer program for performing rapid refacing of a legacy application, the computer program comprising a routine set of instructions for causing the machine to perform the steps of:matching display elements in the display screen of a legacy application with graphical user interface (GUI) transformation templates configured to transform said display elements into GUI elements in a target visual display;and, performing transformations specified in said matching GUI transformation templates, said transformations producing a refaced GUI for the legacy application.
Independent claims3
52 paragraphs in 4 sections, as filed
BACKGROUND OF THE INVENTION
[0001] 1. Statement of the Technical Field
[0002] The present invention relates to the customization of a host application graphical user interface (GUI) and more particularly to the rapid and efficient GUI refacing of a legacy application.
[0003] 2. Description of the Related Art
[0004] Customizing the GUI of a legacy application has proven a tedious task. In most cases, an integrated development environment (IDE) or design studio is required to effectively generate a GUI based upon the original display screens of the legacy application. During the refacing process, each screen of the legacy application must be marked up individually. Even where legacy application screens can be structured into a handful of repeatable layout patterns, the GUI must be redrawn from scratch, screen by screen. Hence, the conventional refacing of a legacy application can be time consuming and can result in interface inconsistencies. Also, the process of conventionally refacing the GUI of a legacy application can be inflexible thus hindering the ability both to extend the GUI with additional functionality and also to migrate the GUI to other platforms.
[0005] In an effort to overcome the clear deficiencies of conventional legacy application GUI refacing, some have developed template based customization and component extraction techniques in an effort to improve the screen marking experience. Still, template based customization and component extraction techniques remain tied to screen flows and require screen level drawing. An experienced legacy application IT specialist or architect has not a rapid and efficient method for dynamically and systematically generating GUIs from multiple fixed patterns.
[0006] Yet others have proposed template formats configured to manually specify multiple default GUI styles. Examples include the use of pre-scripted extensible stylesheet (XSL) transformations designed to process the presentation layer for legacy hosts. Nevertheless, the stylesheet creation process itself has proven to be a time consuming process. Also, when using XSL transformations, presentation styles, screen patterns, and the meaning of the underlying content are not automatically associated. While global customization can be applied to partially overcome this problem by pre-configuring global changes for all screens, global customization remains merely a partial solution applying only to trivial patterns.
[0007] In view of newer technologies such as Java™ server pages (JSP), the extensible markup language (XML) and XSLT, meta-data has become an obvious template technique useful in describing GUI transformations for legacy application screen data. In particular, newer technologies such as JSP, XML and XSLT can be effective in producing transformations for the individual screens of a legacy application. Notwithstanding, these newer technologies alone remain insufficient when systematically transforming a large number of display screens of a legacy application. Specifically, even with the newer transformation technologies, an application designer still must learn the template formats including syntax and semantics, match screen patterns manually, create individual GUI elements, associate the legacy application screen contents with the individual GUI elements, and enforce the look-and-feel consistency of each screen.
[0008] Importantly, the template format both old and new itself is not comprehensive enough to be extensible. Even if both the GUI element coordinates and GUI description are included as attributes in a template, the rules for constructing the GUI from the legacy application display screen region can be quite complex and the interpretation of the attributes seldom can be reflected by the template. In consequence, code modifications of the base processing can be required in a purely template driven technique. Therefore, the mere provision of an external template format is not sufficient for systematic GUI transformations of the display screens of a legacy application.
SUMMARY OF THE INVENTION
[0009] The present invention is a system and method for rapidly and efficiently refacing the GUI of a legacy application. In accordance with the present invention, a systematic method can be provided in which a finite set of GUI transformation rules can be configured to process all GUI screen displays of the legacy application. The GUI transformation rules also can include both origin dependent and origin independent customized GUI elements and transformation logic. Notably, the method of the invention can be performed independently of a specific IDE or studio such that the GUI transformation rules can be configured from general client software, for example one or more content browser forms.
[0010] The system and method of the invention can permit the easy extension of the GUI transformation rules both to include advanced customizations which combine multiple GUI displays in macro format, and also to perform unique modifications to specific display screens of the legacy application. Moreover, the configured GUI transformation rules can be preserved in a standard template format such that configured GUI transformation rules can be processed using an existing engine, for example JSP or XSLT. In consequence, the standard templates can be exported to conventional front-end presentation authoring tools where further enhancement will be required.
[0011] In accordance with the present invention, a display template architecture can be provided which can include both a static section for a main body, for instance an HTML page, and multiple embedded dynamic data sections. Each section can be mapped to a region in the original display screen of the legacy application. The map can associate the original display content in the region with a new display GUI element to transform at the location of the rectangular section. In that regard, each original region can be further provided with a list of content extraction methods that include content patterns, macros, custom methods, and content substitutions, to extract content from the region.
[0012] Each extraction method can be further associated with a list of GUI elements for use in the GUI refacement. For example, origin content extracted through a screen display menu pattern can be transformed into one of a drop down list, hyper link list, or option list GUI element. Importantly, an interface can be provided through which application developers can generate the templates necessary to undertake the above-described transformations. Within the interface, layout grids can be provided with which each section of the target visual display can be configured with prepared extraction methods and target GUI elements. Furthermore, the templates can be associated with families of original GUI display windows.
[0013] Standard template formats, for example templates defined within JSP files, can be used to specify the templates. In consequence, the templates generated within the interface of the present invention can be imported into conventional authoring tools for output enhancements. Moreover, inasmuch as the templates are defined using standard template formats, the templates can be processed within conventional transformation engines such as well-known JSP processors, in order to format output streams.
[0014] A template matching subprocess can be provided with which the origin contents of a legacy application can be matched with the generated templates during the transformation process. An output transformation subprocess can be particularly provided to transform the original screen display contents of the legacy application to new GUI display styles according to selected ones of the generated templates. Similarly, an input transformation subprocess can be provided to convert input fields from the transformed new GUI display style to the original format understood by the legacy application. Significantly, the method of the invention can be applied, not only to GUI transformations, but to data transformations as well. In that regard, origin data can be masked by grids and transformed to target data in a fashion similar to that of display elements in accordance with the present invention.
[0015] A method for performing rapid refacing of a legacy application can include the steps of matching display elements in the display screen of a legacy application with GUI transformation templates configured to transform the display elements into GUI elements in a target visual display. Subsequently, transformations can be performed which are specified in the matching GUI transformation templates. The transformations can produce a refaced GUI for the legacy application. The method can further include the steps of intercepting data submitted through the refaced GUI intended for processing in the legacy application; transforming the intercepted data into a native format which can be processed in the legacy application; and, forwarding the transformed data to the legacy application. Notably, the matching step can include intercepting display screen contents intended for display in the target visual display; characterizing the intercepted display screen contents according to identifiable regions of the intercepted display screen contents; and, matching the characterization to a specified display area in a specific one of the GUI transformation templates.
[0016] Importantly, the method can include the steps of configuring a template generation interface for specifying both regions of a legacy application display screen and also corresponding display elements within the specified regions; further configuring the template generation interface for associating the specified regions and corresponding display elements with GUI elements to be included in the refaced GUI; and, generating the GUI transformation templates according to regions of the legacy application display screen, corresponding display elements and associated GUI elements, each specified through the template generation interface. In that regard, the generating step can include the steps of identifying a tag definition for each display element in the display screen, each the tag definition mapping the display element to a GUI element for use in the target visual display; and, writing a JSP file with the identified tag definitions.
[0017] A rapid GUI refacing system can include one or more display grids, each display grid mapping sections in a legacy application with selected GUI elements in a refaced GUI. The system also can include one or more smart masters, each smart master specifying an arrangement of content and presentation elements in the refaced GUI. The system yet further can include a GUI transformation template generator configured to generate GUI transformation templates from individual combinations of individual ones of the display grids and individual ones of the smart masters. Finally, the system can include a GUI refacing service configured both to select individual matching ones of the generated GUI transformation templates, and also to transform content in the sections in the legacy application into the refaced GUI using the mapped GUI elements according to transformation instructions contained in the selected individual matching ones of the generated GUI transformation templates.
[0018] Notably, the generated GUI transformation templates can include JSPs containing the transformation instructions. Moreover, the system can include a third party extension interface through which at least one of a third party GUI element, extraction method, content substitution, and input transformation interface can be integrated into the GUI refacing service in order to provide extensibility both to mapping the selected GUI elements to the sections, and also to transforming the sections of the legacy application into the refaced GUI. It is also to be noted that the sections of the legacy application can include one of or both display sections and data sections.
BRIEF DESCRIPTION OF THE DRAWINGS
[0019] There are shown in the drawings embodiments which are presently preferred, it being understood, however, that the invention is not limited to the precise arrangements and instrumentalities shown, wherein:
[0020]FIG. 1 is an image of an exemplary legacy application display screen;
[0021]FIG. 2 is an image of an exemplary refaced GUI (plain HTML) for the legacy application display screen of FIG. 1;
[0022]FIG. 3 is an image of another exemplary refaced GUI (hyperlinks and button pad) for the legacy application display screen of FIG. 1;
[0023]FIG. 4 is an image of yet another exemplary refaced GUI (dropdown list and button pad) for the legacy application display screen of FIG. 1;
[0024]FIG. 5 is a pictorial illustration of a system configured to provide rapid GUI refacing for legacy applications in accordance with the inventive arrangements;
[0025]FIG. 6 is a high level flow illustration of a process for producing a template for use in rapidly racing the GUI of a legacy application in the system of FIG. 5;
[0026]FIG. 7 is another high level flow illustration of a process for producing a template for use in rapidly refacing the GUI of a legacy application in the system of FIG. 5; and,
[0027]FIG. 8 is a schematic illustration of a the refacing service of FIG. 5.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0028] The present invention is a method and system for rapidly refacing the GUI of a legacy application. The system and method can systematically perform rule based refacing of legacy application display screens without requiring the individual and manual redrawing of each display screen. Rather, the system and method can provide a mechanism through which application developers can define GUI customization patterns and settings merely by selecting predefined GUI refacing rules. Notably, the system and method of the present invention relies neither upon an IDE nor upon a development studio. Only simple configuration GUI utilities such as html forms or a text editors can suffice.
[0029] In accordance with the present invention, layout grids can be used to map legacy application display screen regions to GUI elements such that customizations are provided through convenient option selections. Literally, thousands of legacy application display screens can be rapidly customized in this way simply by grouping the display screens into families of display screens having similar patterns. In consequence, the method can be extensible to include customized and macro host screen extraction, customized GUI elements, and customized rendering. Furthermore, the present invention can support both request/response (macro) and session oriented legacy application interactions.
[0030] It is important to point out that application of the rapid GUI refacing system and method of the present invention is not merely limited to transforming the display screens of legacy applications. In fact, the present invention can be applied equally as well with great effectiveness for other types of applications including Windows® clients for client-sever applications. Moreover, data transformations, in addition to GUI refacing, fall within the purview and scope of the present invention.
[0031]FIGS. 1 through 4, taken together, can be helpful in illustrating the GUI refacing of a legacy application screen in accordance with the present invention. In particular, FIG. 1 is an image of an exemplary legacy application display screen, while FIGS. 2, 3 and <b>4</b> are images of exemplary refaced GUIs for the legacy application display screen of FIG. 1. For example, FIG. 2 illustrates a plain HTML rendition of the display screen of the legacy application of FIG. 1, FIG. 3 illustrates a hyperlink and button pad rendition of the display screen of the legacy application of FIG. 1, and FIG. 4 illustrates a dropdown list and button pad rendition of the display screen of the legacy application of FIG. 1.
[0032] Returning now to FIG. 1, an exemplary legacy application <b>100</b> having a screen display of eighty columns and twenty-four rows can be refaced in accordance with the present invention. While one skilled in the art would recognize the exemplary legacy application <b>100</b> as a mid-range computing application, the invention is not so limited and any legacy application can suffice including not only mainframe applications, but also Windows based client-server applications and the like. In the example of FIG. 1, the exemplary legacy application <b>100</b> can include a textual list of menu items <b>110</b> in addition to a listing of function keys <b>120</b>.
[0033] In FIG. 2, the exemplary legacy application of FIG. 1 has been rapidly refaced for display in a content browser <b>200</b>, for example a Web browser. The refaced GUI can include not only a plain HTML representation <b>220</b> of the exemplary legacy application <b>100</b>, but also a pictorial banner <b>210</b> can be added as can a button bar <b>230</b> at the bottom of the display area. In particular, the button bar <b>230</b> can include buttons representing those keyboard keys that would be otherwise available were an end-user operating the mid-range application directly rather than through a content browser <b>200</b>.
[0034] In FIG. 3, by comparison, the exemplary legacy application <b>100</b> of FIG. 1 once again has been rapidly refaced for display in a content browser <b>300</b>, for example a Web browser. The refaced GUI can include a static text display region <b>330</b> in which static text portions of the exemplary legacy application <b>100</b> can be displayed. Notably, the menu items <b>110</b> of FIG. 1 can be transformed into a set of activatable hyperlinks <b>320</b>. Also, the function keys <b>120</b> of FIG. 1 can be transformed into a button bar <b>340</b>. Finally, a pictorial banner <b>310</b> can be added.
[0035] In FIG. 4, the exemplary legacy application <b>100</b> of FIG. 1 yet again has been rapidly refaced for display in a content browser <b>400</b>, for example a Web browser. As in the refaced GUI of FIG. 3, the refaced GUI of FIG. 4 can include a static text display region <b>430</b> in which static text portions of the exemplary legacy application <b>100</b> can be displayed. Unlike the hyperlinks of FIG. 3, however, in FIG. 4 the menu items <b>110</b> of FIG. 1 can be transformed into a drop down list <b>420</b>. Like FIG. 3, however, the function keys <b>120</b> of FIG. 1 can be transformed into a button bar <b>440</b> and a pictorial banner <b>410</b> can be added. Importantly, the invention is not so limited as to the few exemplary transformations illustrated in FIGS. 2 through 4. Rather, the limited transformations shown are to be considered as being merely representative of the many possible transformations which can be applied in accordance with the present invention.
[0036]FIG. 5 is a pictorial illustration of a system configured to provide rapid GUI refacing for legacy applications in accordance with the inventive arrangements. In accordance with the present invention, the system can include a refacing service <b>520</b> which can transform the content of a legacy application within a host server <b>510</b> into content suitable for display in a content browser <b>530</b>, for example a Web browser, or other such markup language interpreter. Importantly, while the pictorial illustration of FIG. 5 specifically references both mid-range and mainframe communication protocols, as the illustration references Web based protocols, the invention is not so limited to the particular embodiment depicted therein. Rather, as the invention relates particularly to the rapid GUI refacing of a legacy application and the transformation of legacy application data, any such legacy application system and corresponding GUI display browser can suffice.
[0037] As one skilled in the art will recognize, the refacing service can undertake GUI refacement and data transformation through the extensive use of templates <b>540</b>. Specifically, in the present invention, templates <b>540</b> can be generated using rapid drag-and-drop techniques to suitably handle any number of legacy application display screen patterns likely to be encountered in any one legacy application. In that regard, FIG. 6 is a high level flow illustration of a process for producing a template for use in rapidly racing the GUI of a legacy application in the system of FIG. 5. The template architecture shown in FIG. 6 can include layout grids <b>610</b>, one or more smart masters <b>620</b>, and mapping relationships (not shown) for sections of a grid between the content of the legacy application and the target content of the content browser. When combined, the layout grids <b>610</b> and the smart masters <b>620</b> can produce a template <b>630</b> for refacing a display screen of a legacy application which matches the specified pattern.
[0038] A template generation interface can be provided to produce the template <b>630</b>. Though any suitable interface can suffice, in a preferred aspect of the invention, an interface can be provided in which a region of the legacy application display screen can be specified in order to locate the pertinent origin content. The interface also can include a target GUI element selection such as a drop-down box (pull-down list), a button bar, a static text field, a text input field, a set of radio buttons, a set of hyperlinks, etc. Other presentation issues can be addressed in the interface, as well, including the dimensioning of the layout region and the type of legacy application component specified in the region of the legacy application display screen.
[0039]FIG. 7 is another high level flow illustration of a process for producing a template for use in rapidly refacing the GUI of a legacy application in the system of FIG. 5. In block <b>710</b> of the template generation process shown in FIG. 7, a smart master and layout grid can be selected in order to configure the desired transformation effect for a family of legacy application content that fit the specified description. In particular, as shown in block <b>730</b>, the selected smart master can relate directly to the overall display arrangement of the refaced GUI, while the display layout can map the legacy application content to a specific arrangement of GUI elements in the refaced GUI.
[0040] Once a display layout has been selected in block <b>710</b>, in block <b>720</b> display layout properties can be selected according to the selected display layout of block <b>710</b>. In the example shown in FIG. 7, attributes for each GUI element in the selected display layout can be selected. For instance, a drop-down list box can be selected as the particular GUI element used to display the body of the legacy application display screen. Similarly, a button bar can be selected as the transformative GUI element for the bank of function keys in the legacy application display screen.
[0041] Once the layout properties have been selected in block <b>720</b>, in block <b>740</b> the resulting template can be written to a script, for instance a JSP file. The JSP file can become the basis of transformation during the operation of the refacing service <b>520</b> of FIG. 5. Specifically, as display screens produced by the host server <b>510</b> are matched to the produced template <b>740</b>, the output transformations specified by the transformations can be applied to the matching display screens in order to produce a refaced GUI <b>750</b> as shown in FIG. 7.
[0042] Appendix A includes a listing of a sample JSP file which specifies a template for transforming legacy application content into a refaced GUI. In particular, the JSP file of Appendix A illustrates a generated template using a border layout. While “Body 1” of the template transforms the static label of row <b>1</b> of the display screen of the legacy application into a label component consuming 100% of the width of the refaced GUI, but merely 20% of the height, “Body 2” of the template transforms the selection list of the legacy application into a hyperlink component consuming half of the height of the refaced GUI and 60% of the width of the refaced GUI. “Body 3” of the template transforms the function keys of row <b>16</b> of the legacy application into a button bar consuming half of the height of the refaced GUI and 60% of the width of the refaced GUI. Finally, “Body 4” of the template transforms the command line portion of the legacy application at row <b>16</b> into a text input field consuming 100% of the width of the refaced GUI, but only 20% of the height.
[0043] As will be apparent to one skilled in the art, the sample JSP file of Appendix A includes a “HATS:Component” JSP custom tag. Appendix B lists the tag definition for the relationship map for legacy application content as used in the JSP file of Appendix A. Specifically, the tag definition of Appendix B can occupy a rendering position in the template of Appendix A. The position in the example can be plotted using the <TABLE>, <TR>, and <TD> tags as is well-known in the study of HTML. The tag definition ties together extraction types with their implementation classes, and rendering styles with their implementation classes.
[0044] Notably, modification or extension of the tag definition can be performed merely by including or replacing the portions of the same interfaces of provided extraction method and GUI elements. Examples of provided extraction methods (patterns) for legacy application content can include “GreenScreen”, “CommandLine”, “FunctionKey”, “Field”, “Text”, “SelectionList”, “Menu”, “FieldTable”, “VisualTable”, and “Paragraph”. Corresponding Examples of content stylesheet (CSS) HTML constructs style elements can include GreenScreen Display, Button, Link, OptionList, DropDownList, Table, Textlnput, Input, Label, Image, ImageLink, and ButtonTable.
[0045] Appendix C lists a sample subset of tags in a template to illustrate transformations and substitutions of multiple contents. Tags A, B, and C extract contents from the same origin, while Tag D substitutes the origin content with a different content source. Still, all transformations occur within the same execution environment. Therefore, multiple content origins can be accomplished. As will be apparent from the listing in Appendix C, tag definitions can be generalized further with an origin attribute to allow more flexibility in each layout grid. The tags can be moved about outside of their respective grids using an authoring tool. Notably, Tag E illustrates the notion that the tags can coexist with other custom tag definitions as well. FIG. 8 is a schematic illustration of a refacing service <b>810</b>, for example the refacing service <b>520</b> of FIG. 5. The refacing service <b>810</b> can include a controlling servlet <b>815</b>, a content handler <b>835</b>, a template matching subprocess <b>845</b> and an output transformation subprocess <b>830</b>. The content handler <b>835</b> can recognize content types specified by the content plugs <b>870</b>. Simply stated, each content plug <b>870</b> specifies a particular type of content which might be encountered in the display screens of a legacy application in the host server <b>865</b>. When content is received in the content handler <b>835</b>, the content handler <b>835</b> can consult with the content plug <b>870</b> to determine whether the received content matches any of the specified types of content.
[0046] Once the particular type of received content has been recognized by the content handler <b>835</b>, a template matching subprocess <b>845</b> can locate a matching template suitable for performing the GUI transformation of the content for display in the visual target <b>875</b>. Once identified, the output transformation subprocess <b>830</b> can apply the selected template to produce the GUI transformation it supports. Notably, each of the subprocesses <b>845</b>, <b>830</b> can be controlled by interceptors <b>825</b>, <b>840</b>. The interceptors <b>825</b>, <b>840</b> work with the controlling servlet <b>815</b> and content handler <b>835</b> to intercept and transform content between the host server <b>865</b> and the visual target <b>875</b>.
[0047] Specifically, the outbound interceptor <b>825</b> can uses the template matching subprocess <b>845</b> to select a template for received content. Subsequently, the output transformation subprocess <b>830</b> can process the template to perform the GUI refacement. Additionally, the mapping relationships embedded in the template trigger the execution of transformation intelligence represented both in the extraction methods <b>855</b> and GUI element classes <b>860</b>.
[0048] As the refacing service <b>810</b> can provide round-trip transformations, once the content from the host server <b>865</b> has been transformed in the visual target <b>875</b>, it can be expected that user interactions with the visual target <b>875</b> will require the forwarding of response data back to the host server <b>865</b>. In this regard, the inbound interceptor <b>840</b> can use the input transformation subprocess <b>820</b> to convert input fields from the visual target <b>875</b> back into an origin format suitable for processing in the host server <b>865</b>. In particular, the input transformation subprocess <b>820</b> can rely upon input field classes <b>805</b> to assist in the transformation process.
[0049] Notably, during the response process in the input transformation subprocess <b>820</b>, input fields can be embedded in an generated output response file. Specifically, the value of the input fields can be automatically returned to the controlling servlet <b>815</b>, processed by the inbound interceptor <b>840</b> using the input transformation subprocess <b>820</b>. A list of system defined input fields can provided according to the input field classes <b>805</b>. Thus, the response mechanism of the GUI refacing service <b>810</b> can provide plug-in capability for end user and third party implementations to capture non-system defined input field values to prepare for the next response cycle.
[0050] In sum, the GUI refacing and transformation system of the present invention can provide a systematic approach using layout grids to map original content regions such as legacy application display screen fragments to target contents such as GUI elements. In particular, the transformation or GUI refacing can be accomplished rapidly and efficiently by selecting provided options. An implementation of the method and system of the present invention can be realized in a centralized fashion in one computer system, or in a distributed fashion where different elements are spread across several interconnected computer systems.
[0051] Any kind of computer system, or other apparatus adapted for carrying out the methods described herein, is suited to perform the functions described herein. A typical combination of hardware and software could be a general purpose computer system with a computer program that, when being loaded and executed, controls the computer system such that it carries out the methods described herein. The present invention can also be embedded in a computer program product, which comprises all the features enabling the implementation of the methods described herein, and which, when loaded in a computer system is able to carry out these methods.
[0052] Computer program or application in the present context means any expression, in any language, code or notation, of a set of instructions intended to cause a system having an information processing capability to perform a particular function either directly or after either or both of the following a) conversion to another language, code or notation; b) reproduction in a different material form. Significantly, this invention can be embodied in other specific forms without departing from the spirit or essential attributes thereof, and accordingly, reference should be had to the following claims, rather than to the foregoing specification, as indicating the scope of the invention. <img file="US20030193521A1-20031016-P00001.TIF" id="EMI-00001" img-format="tif" img-content="ui" /><img file="US20030193521A1-20031016-P00002.TIF" id="EMI-00002" img-format="tif" img-content="ui" /><img file="US20030193521A1-20031016-P00003.TIF" id="EMI-00003" img-format="tif" img-content="ui" />
Contents4
12 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11 Sheet 12
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| EP3047394A4 | Cited by | European Patent Office (EPO) | Search report |
| US9384005B2 | Cited by | United States of America | Search report |
| US2015106168A1 | Cited by | United States of America | Pre-grant |
| US9106685B2 | Cited by | United States of America | Search report |
| US2006200739A1 | Cited by | United States of America | Pre-grant |
| US10033797B1 | Cited by | United States of America | Applicant |
| EP1612655A3 | Cited by | European Patent Office (EPO) | Search report |
| US2010162165A1 | Cited by | United States of America | Pre-grant |
| US2014035945A1 | Cited by | United States of America | Pre-grant |
| WO2005062175A3 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US2011145722A1 | Cited by | United States of America | Pre-grant |
| JP2016533547A | Cited by | Japan | Search report |
| US9916157B2 | Cited by | United States of America | Applicant |
| US2014245198A1 | Cited by | United States of America | Pre-grant |
| WO2018023073A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US10032130B2 | Cited by | United States of America | Applicant |
| EP3491513A4 | Cited by | European Patent Office (EPO) | Search report |
| US8768877B2 | Cited by | United States of America | Applicant |
| US2009241063A1 | Cited by | United States of America | Pre-grant |
| US2005010901A1 | Cited by | United States of America | Pre-grant |
| US2009241135A1 | Cited by | United States of America | Pre-grant |
| US10148734B2 | Cited by | United States of America | Applicant |
| US2013007598A1 | Cited by | United States of America | Pre-grant |
| US7698634B2 | Cited by | United States of America | Search report |
| US7761842B2 | Cited by | United States of America | Applicant |
| US2011271231A1 | Cited by | United States of America | Pre-grant |
| US2015106169A1 | Cited by | United States of America | Pre-grant |
| US2011113377A1 | Cited by | United States of America | Pre-grant |
| US2005125735A1 | Cited by | United States of America | Pre-grant |
| US7672957B2 | Cited by | United States of America | Applicant |
| US2007245320A1 | Cited by | United States of America | Pre-grant |
| US2007250839A1 | Cited by | United States of America | Pre-grant |
| US9298348B2 | Cited by | United States of America | Search report |
| WO2005062175A3 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| EP1612655A2 | Cited by | European Patent Office (EPO) | Search report |
| US2005010877A1 | Cited by | United States of America | Pre-grant |
| US2014289738A1 | Cited by | United States of America | Pre-grant |
| US2014149931A1 | Cited by | United States of America | Pre-grant |
| US10313483B2 | Cited by | United States of America | Applicant |
| US2005223375A1 | Cited by | United States of America | Pre-grant |
| US2012324377A1 | Cited by | United States of America | Pre-grant |
| US9690577B1 | Cited by | United States of America | Search report |
| US8869028B2 | Cited by | United States of America | Search report |
| US8407718B2 | Cited by | United States of America | Applicant |
| US2010293506A1 | Cited by | United States of America | Pre-grant |
| WO2005062175A2 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US8365203B2 | Cited by | United States of America | Search report |
| US2006200499A1 | Cited by | United States of America | Pre-grant |
| US7840895B2 | Cited by | United States of America | Applicant |
| US10873621B1 | Cited by | United States of America | Applicant |
| US10277702B2 | Cited by | United States of America | Applicant |
| US9069627B2 | Cited by | United States of America | Applicant |
| US9851967B2 | Cited by | United States of America | Applicant |
| US7765523B2 | Cited by | United States of America | Applicant |
| WO2010048274A3 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US9672521B1 | Cited by | United States of America | Search report |
| WO2007129224A2 | Cited by | World Intellectual Property Organization (WIPO) | Search report |
| US10938886B2 | Cited by | United States of America | Applicant |
| US10573034B2 | Cited by | United States of America | Search report |
| CN105593844A | Cited by | China | Search report |
| US9304754B2 | Cited by | United States of America | Search report |
| US7426713B2 | Cited by | United States of America | Applicant |
| US7849412B2 | Cited by | United States of America | Applicant |
| US9696972B2 | Cited by | United States of America | Applicant |
| US2005262517A1 | Cited by | United States of America | Pre-grant |
| US2006200439A1 | Cited by | United States of America | Pre-grant |
| US7904819B2 | Cited by | United States of America | Search report |
| US9888088B2 | Cited by | United States of America | Applicant |
| WO2010048274A2 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US2006200747A1 | Cited by | United States of America | Pre-grant |
| US2001052112A1 | Cites | United States of America | Pre-grant |
| US2002083097A1 | Cites | United States of America | Pre-grant |
| US2002122054A1 | Cites | United States of America | Pre-grant |
| US2002186248A1 | Cites | United States of America | Pre-grant |
| US2003011632A1 | Cites | United States of America | Pre-grant |
| US2003020752A1 | Cites | United States of America | Pre-grant |
| US2003212987A1 | Cites | United States of America | Pre-grant |
| US2005005242A1 | Cites | United States of America | Pre-grant |
| US2005172018A1 | Cites | United States of America | Pre-grant |
| US2005273759A1 | Cites | United States of America | Pre-grant |
| US5530961A | Cites | United States of America | Pre-grant |
| US5792659A | Cites | United States of America | Pre-grant |
| US6404445B1 | Cites | United States of America | Pre-grant |
| US6771290B1 | Cites | United States of America | Pre-grant |
| US6779155B1 | Cites | United States of America | Pre-grant |
| US6782508B1 | Cites | United States of America | Pre-grant |
3 members in 2 offices
Priority claims2
| Document | Office | Kind | Date |
|---|---|---|---|
| 12003902 | United States of America | A | |
| US20020120039 | – | – | – |
Members3
| Document | Office | Kind | |
|---|---|---|---|
| US2003193521A1 | United States of America | A1 | |
| JP2004005568A | Japan | A | |
| US7124398B2 | United States of America | B2 |
6 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Lapsed due to failure to pay maintenance feeLapsedFP | FP | |
| Information on status: patent discontinuationPATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362STCH | STCH | |
| Lapse for failure to pay maintenance feesLapsedLAPS | LAPS | |
| Maintenance fee reminder mailedREMI | REMI | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| AssignmentAS | AS |
Numbers
- Publication, DOCDB
- 2003193521
- Publication, EPODOC
- US2003193521
- Application
- 10120039
- Application, DOCDB
- 12003902
- Application, EPODOC
- US20020120039
Titles
- English
- Rapid GUI refacing of a legacy application
Classification
- CPC, 1
- G06F9/451
- IPC, 2
- G06F3 048
- G06F9 44
- USPC, 1
- 715762000