In a related question, I asked about Web Development. I came across something called OpenLaszlo yesterday and thought it looked interesting for doing some website development. The site has a bunch of good information on it and they've got some nice tutorials and such, but being a total novice (as far as web development goes), I'm wondering whether anyone here would recommend this. As I stated in my other question, this is a new world for me and there are a lot of directions I could go. Can you compare/contrast this and other web development you've done? Obviously, this is somewhat subjective, but I haven't heard much about it on SO and I'm hoping to get some opinions on this.
标签:
openlaszlo
相关问题
- Is it possible to directly access the div of a vie
- Targeting Flash Player 11.2 - 11.4 APIs with the O
- Can OpenLaszlo apps access AIR APIs?
- Flex/Openlaslzo for RIAs?
- Disabling the Flash Player default context menu in
相关文章
- 如何添加ActionScript 3的import语句LZX类定义用OpenLaszlo 5.0?(
- 针对Flash Player的11.2 - 11.4的API与OpenLaszlo的SWF11运
- 调试使用Flash Builder OpenLaszlo的SWF运行应用程序和拉兹洛基础类(LFC)
- 是否有可能使用用OpenLaszlo Flash Player的11 API的?(Is it pos
- 用OpenLaszlo经验? [关闭](Experiences with OpenLaszlo?
- Targeting Flash Player 11.2 - 11.4 APIs with the O
- Can OpenLaszlo apps access AIR APIs?
- Flex/Openlaslzo for RIAs?
You definitely can write a flash app quickly with OpenLaszlo. There are a lot of similarities to developing for Silverlight.
One OpenLaszlo lameness is that it uses a lame variation of javascript similar to ActionScript. Takes a little getting used to, if you are used to the latest features.
Also, the final flash file that you end up with is very large (file size) compared to what you can do with other tools.
One benefit of OpenLaszlo is the possibility of DHTML output. But for me the mix of XML and JavaScript in the same source file was somewhat confusing.
I worked on a website for about a year in which the entire UI was developed in Laszlo. I've also developed AJAX applications using JS frameworks such as JQuery, Prototype and Scriptaculous.
In my experience, the total effort required is considerably less when using Laszlo, and the class-based object model helps to keep your code better organised than when using JS frameworks. My only complaints about Laszlo were that:
All in all, I thought OpenLaszlo was a pretty good solution for creating rich web-based user interfaces, and has a number of very novel features, e.g. ability to deploy on multiple runtimes (Flash, DHTML, etc.) without requiring any code changes.
Also, I should mention that I haven't used it for almost a year, so it's likely that some progress has been made in recent times on the issues I mentioned above.
Update
5 years since I posted this answer, things have changed considerably. In case anyone is in any doubt, don't use Laszlo, the project is completely moribund.
I used openLaszlo to develop a few blog widgets for some friends of mine (about a year ago) and it was easy enough to get something basic working and it looked OK. But if I had to do it again, I would probably use FLEX I think you can make a more polished looking application in a lot less time using Flex than with Laszlo