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.

11.08.07

The DHTML runtime now supports rotation in Webkit

Posted on November 8th, 2007 in Development by Max

Thanks to Jim Grandy and http://www.cuppadev.co.uk/2007/10/31/rotating-openlaszlo-with-webkit/ for pointing out that webkit, aka Safari now supports rotation via CSS:
http://webkit.org/blog/130/css-transforms/

If you pull down a copy of trunk after build r7107, you can use setRotation() in DHTML as well as Flash. You must be running a recent webkit build.

Now, if only Firefox and IE would add support, we’d have one less Flash-only feature :)