ZSL
         
Login | Search     Home | About | Sitemap | Contact | Downloads 
Power Migrator TMTools & ProcessServicesDownloads
PowerMigrator
Code conversion and Migration - ASP.NET™

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 will be as HTML/ASP.NET™ scripts, where as the business object scripts as VB.NET™ scripts.

Mapping Diagram

Presentation Logic - The scripts like menu navigation, enable/disable the menu and tool bars, enable/disable the window or user object controls will be moved in to the server pages.

Business Logic - The scripts from the window events, functions, user objects, data window control events, button events as part of the data validation, retrieval and updation, which require the database connection, 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 business objects.

Global Functions - The global functions, which are part of the business logic, are converted as business objects.

Copyright © 2009 ZSL Inc, All rights reserved.