David Lyon schrieb:
Sebastian Günther wrote:

The application of course gets compiled as usual and runs on the server.
Maybe it gets compiled to javascript and the javascript runs on the client. Talking to some custom-server(-script?) running on the server.

Ehm no, we are talking about having the web as an additional target within Lazarus, but using the usual widgets/controls. I've just outlined some ideas on how we could create such a target. In a first step, all 'calculation' is done on the server, the browser does only the rendering. In a second step, to improve performance due to latency problems, some parts could be moved to the client (i.e. Pascal code transformed to JavaScript.)


Any comments? :-)
Could we have a demo app of this working so we can demo it at Systems-2007 ?

For now we are talking about the theroetic parts, there is no code yet. And I don't know if I (or somebody else) will manage to have something ready to show within 2 month. At least I personally have to finish some smaller projects before I can really start with implementation.


Regards,
Sebastian

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to