i am interested to better understanding
you maintain same harbour source code from desktop app to webapp?

There are two parts - The first part is the re-routing of my Windows app so that all UI goes to a central function - This function uses TCP/IP and XML to communicate with the Ajax web side. Therefore, the same app with the same source code can run as a Windows or web client. When run as a web client, an app EXE is spawned for each logged in user.

How complex is this source code?

My app was originally written to centralize all UI to a common place. Therefore, very little of my app needed to change - I simply needed to re-route any UI code to a new place. I then simulate Windows events (eg. user clicking on a button) when events come in from the web - This allows all my message handling to remain untouched. So, the code on the app side is fairly straight forward. However, the Java/.NET code is VERY complex and sophisticated. We originally wanted to target all browsers but there seemed to be too many browser-specific issues so we opted for support of only IE 7/8 and FireFox 2/3.

Have a little demo?

Not yet but soon...


2009/1/27 Randy Portnoff <<mailto:rportn...@spendmap.com>rportn...@spendmap.com>
Hi Massimo,

We have been working on this project for over a year now and we are almost finished - There were some bumps along the way. The framework is tied tightly to our app so I do not think it could be easily used by others. In addition, I have two partners who do not want to release the code for this framework at this time - If anything changes in this regard I will certainly let you know.

Regards,
Randy.


_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to