![]() ![]() |
The objects with letters of "Login Server","Server1","Server2" on their faces (LOF_DoEntry) are objects that receives a user's input from a browser and converts it into a message EUC objects can understand. The object connected to "Login Server" (IOF_Login) checks user ID/password and returns its result back to "Login Server". The object conncted to "Server1" (IOF_ShowTextForm) makes HTML output that requests a user to input keywords he/she wants to search. The object connected to "Server 2", (IOF_demo1.dcf) is a iconified application, de-iconified version of which is shown in Figure 6. |
This is a screenshot of a browser when IOF_Login in Figure.3 is executed, which shows the first image a user encounters when he/she accesses an the IOF demonstration relevant Web page. In this page, the user puts user ID/password and clicks Login button. |
This is a query page a user sees after he/she succeeds in the login procedure. In this page, the user enters a keyword he/she likes and let the application search for it. |
This is a fully-unfolded display of IOF_demo1.dcf in Figure.3. The object with a large downward arrow on its face (LOF_DBfetch) fetches data from the database using EOF and SQL in the background. The second object connected in the down stream (LOF_SetDataContents) converts the raw data from the upper stream into formats that a general Web browser can understand (e.g. image format conversion like TIFF to JPEG). The third object (IOF_SetFormat) defines HTML format and makes HTML output with the data from the upper stream embedded. |
This is one of the result of IOF application in Figure.3. The result has a form of a table, showing pairs of keys and values. |