Adobe’s Flex 2
March 17, 2007 on 2:25 pm | In Technical stuff |Adobe’s Flex 2 seems like the realization of some great RAD concepts. I’ve seen this for MS related products: Access, VB, etc. However, it’s my first time seeing it for a clean rich Internet application UI. The fact that you can use it along w/ Eclipse is pretty attractive. If ya have 12 minutes, check out this demo.
Some guy built a Commodore C64 Emulator. Here’s a screenshot below — you can actually play the games. If your interested, check some of the other projects Flex Derby developers built — for some contest Adobe held. Pretty slick!

7 Comments »
RSS feed for comments on this post. TrackBack URI
Leave a comment
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^


Flex is awesome but too pricey - unless it has come down recently. Lazlo is a perfect substitute. I am eagerly waiting for Lazlo to finish their DHTML rendering engine (in addition to Flash) - after which I plan on pushing all painful HTML based Web-Frameworks happily out of existence here - assuming Lazlo scales etc.
Comment by xrellix — March 19, 2007 #
Yeah, I took a quick look at OpenLazlo too — very nice. My biggest concern with these RIAs is how to describe state via URL.
With the current Web MVC paradigm, you simply encode the URL with the desired/allowed params. In the RIA demos I’ve seen, and based on the article I reference, the Request/Response isnt the primary mode/communication channel. So, the URL doesnt necessarily change to reflect the state of the conversation.
Was I overlooking something?
Comment by Jay — March 19, 2007 #
Laszlo (and Flex) ride on top of the JEE server and so presumably uses JSessionID etc. I believe you have access to the Session from your RIA script. Additionally, you will be implementing Servlet (or based) for REST/JSON style urls accessed from your RIAs.
Comment by xrellix — March 20, 2007 #
Xrelix, you’re correct: pricing and having to explicitly compile the view before deployment, cause Flex falls a bit short of the openlaszlo. I looked at their interactive laszlo demo… interesting.
http://www.openlaszlo.org/lps/laszlo-explorer/
Comment by Jay — March 22, 2007 #
Eclipse plugin for OpenLaszlo
http://www.riftware.com/laszlodev/
Comment by Jay — March 22, 2007 #
i’ve gotta check out the plugin - thx. been using the XML editor. Yes compiling on the fly!! The DHTML engine just got released. No longer just Flash.
p.s. I feared GWT would be a hodge-podge of Java to DHTML - But conversing with the creator has convinced me to try it out for sure (i was plannin on anyways but now convinced more than ever). Its got certain advantages over XML programming!!! and seems robust.
Comment by xrellix — March 29, 2007 #
[…] I started looking at RIA development not too long ago. So, as always, the only obvious next step was to build an RIA app. I didn’t actually start from scratch… I have an app I am developing using WebWork-2.4, Hibernate-3.2, Spring-2.x and others. Being that the aforementioned libraries all come with their own dependencies, adding OpenLaszlo was not as easy as I thought. […]
Pingback by that’s great… » Starting an OpenLaszlo Project — April 2, 2007 #