The TelePort project is no longer under development.
This is a re-post of an article I wrote in back in August. We’re getting ready to release a new release of Javeline PlatForm at the end of this month. This release will be XForms compliant and has a lot of other new features as well. Before I start writing about that, I would like to put some attention on the communication layer aka Javeline TelePort.
—
PHPBuilder posted an article about sending a form using AJAX.
This article shows how to post a simple form. But looking closely
at the example, you can also see what the problem is using the
plain XMLHttpRequest object and writing an implementation
yourself.
First of all you to write some rather difficult javascript code. Next you need to completely …
[Read more]