Category Archives: Flash Remoting

Interesting Links: Rails and BlazeDS, Yahoo! map components for AS3

Derek shows how to push AMF encoded messages from the server with Rails through BlazeDS.
Ted introduces the Yahoo! map components for AS3.
Combine the two and you could build a Flex/Rails app that tracks someone’s position in real time.

Also posted in ActionScript, BlazeDS, Flex, Ruby on Rails | Leave a comment

Adobe Compares Flex and Ajax

The comparison is coming from one of the horses mouths so take it with a grain a salt. That said I think Adobe tried not to step on some Ajax toes and didn’t make a strong enough case for Flex.
It’s a good basic overview but there are a couple of things I disagree with;
Why use [...]

Also posted in Ajax, Flex, RIA | 1 Comment

Flex, Flash, and Ruby hourly billing rates

HotGigs has a feature where they collect and aggregate the hourly bill rates of the consultants on their site. Here are the average hourly bill rates for Flex, Flash, and Ruby, surprisingly they have sub-categories for Flash all the way down to Flash Remoting but there’s just one category for Ruby with no Rails sub-category.
For [...]

Also posted in ActionScript, Flash, Flex, PHP, Ruby, Ruby on Rails | 2 Comments

Stress testing AMF

Aaron has a series of posts on developing a system for stress testing AMF.
The setup: AMF Stress Testing – Flex, Ruby, JMeter.
The screen cast: Stress Testing AMF Gateway Screen Capture
The results: 37 Million (requests in), 9 hours.
That’s pretty amazing.
The next morning, we had the Live Search team from M$ asking us how the hell we [...]

Also posted in ActionScript, Flash, Flex | 3 Comments

Two new ways to load data into Flash

SWX Ruby is a port of SWX (originaly PHP), which claims to be “Ruby’s fastest library for exchanging data with Flash” I haven’t tried it because it doesn’t yet support Flash player 9 but I wouldn’t doubt it’s the fastest as many other methods aren’t too speedy (Although RubyAMF is much quicker lately).
as3yaml, you guessed [...]

Also posted in ActionScript, Flash, Flex, Ruby, Ruby on Rails | Leave a comment

Hints of big AMF news this month

From Ted (on flex) and Ryan Stewart.
Most are guessing AMF will be open sourced, anything that makes AMF more popular will be good news.

Also posted in Flash, Flex | Leave a comment

Flex RubyAMF Screencasts

There are some new RubyAMF screencasts up, Aaron Smith walks you through tutorials on…
Flex with stand-alone RubyAMF
Flex with the RubyAMF Rails plug-in
Flash and authentication
Flash and custom fault objects
RubyAMF is also now 1.2 with respond_to functionality, so you can use one controller action to return anything your heart desires RHTML, AMF, XML, JSON you name it.
def [...]

Also posted in Flash, Flex, Ruby on Rails | 7 Comments

RubyAMF is 1.0

RubyAMF now can be used as a Rails plugin or you can run it as a Mongrel process. There’s a nice screencast on Rails integration here.
The one-man RubyAMF show that is Aaron Smith also has a Super Simple Remoting class to get you up and running super simply.
Ruby has gone from no AMF support to [...]

Also posted in Flash, Flex, Ruby, Ruby on Rails | 1 Comment

WebORB for PHP 2.0 released

The Midnight Coders have released A new version of WebORB for PHP. There’s a bunch of new features which equal, if not leap-frog, thos in AMFPHP. Their post runs through the top ten new features, but my favorites are #6 client/server class mapping
Client/server class mapping configuration. Since this is one of the most common tasks [...]

Also posted in Flash, Flex, PHP | 2 Comments

ActiveRecord and Flex

The majority of work I do is Flash/Flex and Rails so ActiveRecord, which is the M in the Rails MVC, is really the only part of Rails I use. I’ve always wished I could get ‘Rails Lite’ (In this case Camping doesn’t count) and just use ActiveRecord to pass data back and forth. My wish [...]

Also posted in Flash, Flex, Ruby | 4 Comments