Welcome!

This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!

0

0
Rodrigo Serafim
On 8/28/19, 2:35 PM

That is difficult to answer without more details. As a rule of thumb the difficulty of re-targeting an old solution to new technologies is directly proportional to the number of manual routines used by that project.

If you have zero manual routines and you made full use of Genio standard expressions that effort can be virtually zero.

If that is not the case then each platform specific thing will need to be re-evaluated and in most cases re-developed. A few things that cause these kinds of efforts:

  • Manual routines. C++ API's are different from C# API's, furthermore Web apps need a set of Javascript + C# + Html + Css code to work. It will depends on the manual routine.

  • Functions. Its highly recommended for User defined functions to be declared in the Genio Function definition pattern rather than the usual EXTROT EXTDEF manual routine style used in C++. Functions will force your arguments and result to follow Genio understood standards and better manage your multi-platform implementations.

  • Forms. Web UI design is usually different than Desktop UI design. Although not necessary it may be desired to rework your forms and duplicate them into web versions if you are interested in maintaining both Desktop and Web targets active.

  • Flash controls. Most modern web browsers prohibit the use of Flash technology. If you make use of these you will need to plan their substitution by Html based controls.

  • Areas and Domains. The way the web framework was build required a much more strict enforcement of a well developed relational model. Often situations that allowed referential integrity violations could be forced by the developer to work in the windows target. The web target will be far less forgiving... which is a good thing.


Keep Informed

About the Community

This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Read Guidelines

Question tools

6 follower(s)

Stats

Asked: 8/27/19, 10:45 AM
Seen: 1210 times
Last updated: 9/26/19, 5:03 PM