P
pamelafluente
Hello I have been asking around about some suggestions about the best
way to web enable an existing big Win app (wich includes a magazine
page setter).
Must say with no much success, as most people are sticking either
with win apps or with web app, and it seems there not many people
with working experience in this area.
After some reading I am becoming convinced that the most effective
way is a combination of 2 approach:
-1 Smart client (local download of class to make nice and powerful
UI to talk with the user)
-2 Netstream through socket, serializing objects and session info
to let the smart client talk with the win application running on the
server (running procedures on server side and so on).
I have also explored the possibility to embed winform within IE,
but I see most people are advising against this solution because
there are several problem at the UI level.
I might anyway give the impression to be within IE opening it
(as a control) within the smart client.
I would like to hear some more opinions. Am I on the right track?
-Pam
way to web enable an existing big Win app (wich includes a magazine
page setter).
Must say with no much success, as most people are sticking either
with win apps or with web app, and it seems there not many people
with working experience in this area.
After some reading I am becoming convinced that the most effective
way is a combination of 2 approach:
-1 Smart client (local download of class to make nice and powerful
UI to talk with the user)
-2 Netstream through socket, serializing objects and session info
to let the smart client talk with the win application running on the
server (running procedures on server side and so on).
I have also explored the possibility to embed winform within IE,
but I see most people are advising against this solution because
there are several problem at the UI level.
I might anyway give the impression to be within IE opening it
(as a control) within the smart client.
I would like to hear some more opinions. Am I on the right track?
-Pam