Pages: 1 2 3 4

After putting the llama project online, I’ve got quite a few questions about it from people who wanted to add the help feature to their project. Therefor I’ve decided to create a step by step tutorial on how to do this. Today I will talk about the use of Javeline Teleport, to get the message of your sever with AJAX.
Javeline Platform is a Ajax/RIA platform, comparable to Dojo, openLaszlo and those kind of frameworks. A framework of this size is really nice, but its simply overkill to do some simple AJAX, meaning getting some data of your server without reloading the page, on your HTML page. Luckily you can use Javeline’s communication layer, called Teleport, as standalone.

With teleport you can define an RPC function in the HTML page, call the function using javascript and paste result into the page.

Let’s take this information into practice and look at the llama application.

Pages: 1 2 3 4