05.08.08

SWF9 components progress

Posted 1 week ago in General by hminsky

A lot of swf9 features are working, including enough substrate to support many of the components.

One example is the examples/components/slider_example.lzx code, running unmodified, compiled for swf9.

See example at http://www.beartronics.com/swf9/slider.html





Important features running here are states, setters, constraints, mouse kernel, input text (still a bug there with default width of
the underlying Flash textfield object)

05.06.08

Introducing Laszlo Calendar!

Posted 1 week, 3 days ago in General by chuq

The Webtop team has been hard at work and has just released a preview of the new Laszlo Calendar on gowebtop.com. You can read more on their blog, but it is definitely worth checking out to see what is possible in OpenLaszlo.

04.29.08

Improving the OpenLaszlo project blog

Posted 2 weeks, 3 days ago in General by chuq

I’ve opened a discussion on the project forums about how to improve how we distribute information about the project and updating the project blog. If you read this blog (live or via RSS), your opinion is solicited on how I can make this better for you. Please visit:

http://forum.openlaszlo.org/showthread.php?t=11842

and see what is being considered, and let us know what you think.

Openlaszlo Training Available

Posted 2 weeks, 3 days ago in General by chuq

If you’re trying to get the most out of OpenLaszlo, consider taking one of our training classes on OpenLaszlo. We’ve just scheduled sessions here in San Mateo for both OpenLaszlo Fundamentals and our Building OpenLaszlo Applications classes. Sessions in Toronto and Hyderabad are also being scheduled.

More information on the classes is available here

04.07.08

lzdeploy: new command-line utility for deploying SOLO applications

Posted on April 7th, 2008 in General by hminsky

There is a new utility checked into trunk, which is a command line interface to build SOLO deployment zip archives.

You invoke it via the “lzdeploy” script, which is in

WEB-INF/lps/server/bin/lzdeploy

It take the following arguments, and produces an output file by default in the same directory as the app
resides. So for example if it is invoked on a relative path to an app in directory “test/foo/hello.lzx”


lzdeploy –runtime=dhtml test/foo/hello.lzx

it will produce a zip file, test/foo/hello.lzx.zip. This is basically the same routine that is run by the SOLO deploy ‘wizard’ jsp
script, but can be run from the command line, without needing to use the browser and LPS server.

You can get help with the –help argument:


badtzmaru:trunk3 hqm$ lzdeploy –help
Usage: lzdeploy [OPTION]… FILE…


Options:
-D<name>=<value>
Set the name/var property to value (See Compiler.getProperties).
-D<name>
Short for -Dname=true.
–wrapperonly
Only emit html wrapper page.
–runtime=[swf7|swf8|swf9|dhtml]
Compile to swf7, swf8, swf9, dhtml
–output pathname
The name of the output file to write.
–title titlestring
The title of the application to use in the wrapper.
-v
Write progress information to standard output.
–help
Prints this message.

04.01.08

Progress with Flash 9 runtime

Posted on April 1st, 2008 in General by hminsky

swf9 test ap
Work is underway to to extend the compiler to know how to emit a singleton classes for views which declare methods or constraints. This is needed to support the unique feature of the LZX language which allows you to program an instance as if it were a full-fledged class.

There is also a simple debugger area, where you can type arbitrary javascript expressions, which are compiled at the LPS server and executed interactively, in a similar manner to the SWF8 debugger. The port of the full SWF8 debugger is planned.

Work remaining to be done includes porting the LFC data-handler classes, and supporting the media playback APIs in the swf9 LFC kernel.

02.25.08

the origins of the “cinematic user experience”

Posted on February 25th, 2008 in General by Sarah

Interview with David Temkin posted on a new Cinematic Interface weblog. (I’ve kicked off the blog with this interview, but the design team at Laszlo plans to chime in with more insights.)

David talks about the origins of the term and has a good definition of what we mean by the “cinematic user experience:”

An interface where two things are going on: one is that you have objects on the screen that are manipulable and respond to commands with motion; and the second piece is that motion actually tells a story about the role of those objects within the overall application and the role of those objects and those transitions within the task that you are trying to complete. Just as in a movie, a director seeks to cue the viewer from what was going on to what is happening next. In a movie, the camera might move, with a pan, or a zoom… (read more)

02.21.08

OpenLaszlo 4.0.10 Released

Posted on February 21st, 2008 in General by chuq

OpenLaszlo 4.0.10 is a is the latest version of OpenLaszlo and contains many bug fixes, enhancements, and other changes from previous versions. OpenLaszlo 4.0.10 is the first release of the code base that contains significant changes for DHTML support. In addition, the documentation effort, while not complete yet, has been significantly updated to include new features, such as explicit replication and data API.

If you are using an earlier version, we recommending upgrading to 4.0.10, which is the recommended release for swf development. Support for applications to DHTML remains at “beta” level; it will be fully supported with OL 4.1.

The list of changes is significant. To see the complete list, please refer to the Release Notes

For every release, we rely on the OpenLaszlo community to help ensure the quality of the platform release and to determine its future direction. To propose or participate in discussion of new features, see the wiki. We encourage you to report any problems, and to make suggestions for enhancements, through our JIRA bug tracking system.

11.14.07

MIT wins award for OpenLaszlo based image tool Thalia

Posted on November 14th, 2007 in General, Sightings, Community by Raju Bitter

Matt Asay of Alfresco announced in his CNet blog that the Thalia application framework built as an open source software by Massachusetts Institute of Technology, Information Services & Technology won an InfoWorld award. Here’s a description of Thalia from the InfoWorld website:

MITs Thalia, an application framework for the management of image and other digital media built using OpenLaszlo

MIT’s Information Services and Technology group developed Thalia, an application framework for the management of image and other digital media. To ensure the product’s success, MIT partnered with Questcon Technologies, a QA and test specialty firm, to validate the application before releasing to MIT’s departments. Thalia comprises a rich Web client and the Image Management Engine, which provides a framework of distinct, reusable components via its REST-style APIs. Thalia’s Web client was built using OpenLaszlo and is compiled to create a Flash interface. Thalia’s back end comprises Java servlets exposed as REST Web services, and it interfaces with the Alfresco open source ECM (enterprise content management) system. The framework allows MIT departments to upload, organize, tag, present, discuss, and search multimedia content.

OpenLaszlo can perfectly be used to improve the presentation layer of web applications, connecting to many of the existing open source CMS, webapplication development frameworks and digital content repositories. As long as the back-end system provides web services to connect to the integration of an OpenLaszlo rich Internet application client with the back-end doesn’t pose any problems, providing a superb user experience across runtimes like DHTML/Ajax and Flash.

Congratulations to the whole Thalia team! It’s always inspiring to see what you are building with our technology.

11.12.07

OpenLaszlo in Zurich and Amsterdam

Posted on November 12th, 2007 in General, Announcements, Community by Raju Bitter

This week will feature two OpenLaszlo community events in Europe: the initial meeting of the OpenLaszlo User Group in Zurich, Switzerland - and the European OpenLaszlo Community Meeting in Amsterdam. We’ll meet in Zurich on Tuesday, Nov 13 at the Catsoft.ch office space (thanks to Arthur Heftli and Catsoft for coming up with the idea for a meeting). If you plan to attend the meeting please enter your name into the list on the meeting page in the OpenLaszlo Europe Google Group.

I’ve received a lot of support from Marc de Koos of XB in organizing the European OpenLaszlo Community Meeting in Amsterdam, Nov 16-18. Thank you Marc for your help and XB’s generosity. XB is the first official Laszlo Partner in Europe, so I’m very excited to see that they are so supportive when it comes to the OpenLaszlo community.

We are still looking for community members interested in joining us in Amsterdam, so if you want to meet with the leading OpenLaszlo developers in Europe put your name on the list. There will be socializing, a whole day with presentations around OpenLaszlo, OpenLaszlo adoption in Europe and community discussions around the OpenLaszlo technology. On Sunday you’ll have the chance to participate in coding sessions, so it’s a good idea to bring your notebooks with you. XB offered their office space for Saturday and Sunday, so we’ll have a conference room, wifi and enough seats for everyone participating in the coding sessions on Sunday.

If you have any questions around the European OpenLaszlo Community Meeting, please post them in the Google Group. And don’t miss the socializing and schmoozing on Friday evening, 7pm at De Kroon restaurant.

« Previous entries ·