Archive for February 14th, 2008

adobe flex

i’m doing some more reading and researching on open laszlo. it’s kinda funny that i found a blog entry that compares open laszlo and adobe flex. i’ve just recently been to a jug meeting that presented flex. due to technology difficulties the presenter was not able to show us live the flex IDE. here’s a webcast for the flex IDE.

another interesting note. the two sides of RIA :) Do we really need it? vs. Why not?

Although I do not doubt that RIA is the future of web applications. I really don’t think the web is ready for it yet. For example, I was just thinking if I use a full scaled open laszlo app like this one, my firefox won’t even prompt to remember my password at the login. Browsers are still very much build for the traditional web apps. In the sense, ajax has the upper hand. It offers a more smooth transition. However, flash can be a lot more integrated.

Just getting my feet wet in Open Laszlo

here’s my shoutBox written in openLaszlo frontend and PHP backend.
Try closing the shoutBox, it is animated :)


Click here if you do not see the flash embeded

So the idea of writing this simple application is just to get my feet wet in Open Laszlo. As we are moving to web 2.0, writing RIAs will be the future for web programmers. Many frameworks now have ajax plugin. I wrote my first ajax chat script in 2005 without any libraries. I’m sure it’s much easier to write one with plugins. But it was still nice to write one from scratch. You then truly understand how it works. Competing with adobe’s flex, google’s GWT (ajax framework), possibly Microsoft’s new silverlight there is an open source project called open laszlo. If you look at their demo applications, it seems to be pretty powerful. I think it’s a very interesting alternative to ajax so I gave it a shot.
(more…)