| |
|
| |
Code
conversion and Migration |
| |
|
| |
The
following diagram illustrates the scripts migrated from
client/server application to web application. |
| |
|
| |
|
|
|
| |
In the migration process, both application's presentation and business logic will be moved to server page and business object respectively. The server page scripts as HTML/JSP scripts, where as the business object code will reside as PowerBuilder code.
|
| |
|
| |
Presentation
Logic - The scripts for menu navigation, Tool Bars, User Object Controls and Disable/ Enable of the above controls will be moved to server pages. |
| |
|
| |
Business
Logic - The scripts from the window events, functions,
user objects, datawindow control events, button events
and data validations like retrieve, insert & update
will be move along with the database connection object
as Business Objects. |
| |
|
| |
Global
Variables - Any global variables used in the presentation
or business logic is converted as a page session variable,
where, it is needed by the server pages or by the components. |
| |
|
| |
Global
Functions - The global functions, which are part
of the business logic, are converted as middle tier components. |
| |
|
| |
Shell
Scripts - The scripts available in the application
base or framework objects, which are used as parts of
the presentation or business logic will be moved to server
page or middle tier components respectively. |
| |
|
| |
|
| |
|