- We design and build extraordinary applications for companies looking to make the next great idea a reality.
- learn more
OpenLaszlo Developments Afoot
One way that AJAX frameworks are going to be embraced is by providing lots of widgets. Another is by signing up other companies to develop applications using their framework. Nothing spells credibility than working software. To that end Laszlo Systems has announced that someone's going to be adding more oomph to their email software product built using OpenLaszlo:
Laszlo Systems, developer of OpenLaszlo, the leading advanced open source
platform for building and deploying Ajax applications, and Goodmail
Systems, creator of the CertifiedEmail system for trusted email, today
announced that Laszlo Mail will support the recognition and presentation of
CertifiedEmail messages. Offered for license to businesses and
communications service providers, Laszlo Mail delivers the functionality
and responsiveness of desktop email without requiring any client software
installation. Now with CertifiedEmail, Laszlo Mail will have the added
benefit of protecting users from phishing and other forms of email-based
fraud.
Hmm, the former Flash product is now "the leading advanced open source
platform for building and deploying Ajax applications." Last time I looked at their source tree it didn't do DHTML yet.
Comments: 1 so far
Leave a comment
About Pathfinder
Recent
- Roles Testing For Security
- Blackbird takes the pain out of JavaScript logging
- Making GWT JSON not Quite so Painful
- IDEA - preconference workshop 06 Oct 08
- HTML5, Ajax history management, and The Ajax Experience 2008 Boston
- A Look Back At Past Posts
- Flash Player on iPhone gossip
- Microsoft to Jump on Board EC2
- TAE Boston 2008: The Unsexy Presentations
- The Ajax Experience 2008: Hope to see you in Beantown
Archives
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006


Well, two comments, I guess.
From my own point of view, OpenLaszlo’s LZX has been Ajax since the day it was born– about six years ago. It happens to compile to SWF, but what you write is Asynchronous Javascript + XML, which is the definition of Ajax. Of course, historically, OpenLaszlo compiles LZX to (Flash) .swf, so the Flash engine, not the browser, is what ultimately executes the program. If the definition of Ajax is that the browswer executes just exactly what javascript that the programmer writes, then OpenLaszlo isn’t Ajax — nor is it likely to be Ajax anytime soon, since there will always be a compiler involved (unless and until an LZX runtime appears on the scene.)
So, does “Ajax” refer to source language or to the target runtime? Well, that’s a theological question, I guess, but Jesse James Garrett, the so-called coiner of the Ajax term, has said in several venues that OpenLaszlo is Ajax, and I tend to agree with him. LZX is proper XML and ECMA262 Javascript. It just so-happens that it’s compiled. Does that make it non-Ajaxian ipso facto? I don’t see why, myself.
But really, who cares? I’m not trying to win a debating point because it’s not a point worth debating. I’m just pointing out that the term is ambiguous, and many people don’t think “Ajax” == “DHTML”. I think OpenLaszlo is every bit as Ajaxian as anything out there, for example DoJo, but that’s not what’s important. What’s important is what it is and what it can do for you. In other words, it should be judged on its merits, not on its buzzword conformance.
As for its source tree compiling to DHTML, there are two OpenLaszlo branches. The 3.n branch compiles to SWF only.
The Legals branch, however, compiles to swf and DHTML. http://weblog.openlaszlo.org/archives/2006/06/introducing-legals/
Now, the legals branch is not recommended for use in developing applications; it’s a “snapshot” release that is there so interested parties can see how it works and the direction it’s going. Under current schedules it will be a few more months before it’s fully baked. But it’s there under SVN, it’s open source, it’s free, and it compiles to DHTML.
Disclosure: I’m the OpenLaszlo documentation guy.
Comment by John Sundman, Sunday, July 2, 2006 @ 7:49 pm