Kuler - Another Hosted Service!
November 16, 2006 · 14 Comments
The Creative Suite group have just released Kuler, a fun RIA for experimenting with color palettes. The Flash front end speaks XML to a Model-Glue ColdFusion application. The authentication service is provided as a server-to-server SOAP web service by my team's ColdFusion / ColdSpring / Transfer code.
Tags: adobe · coldfusion · saas

14 responses so far ↓
1 Michael Long // Nov 17, 2006 at 12:06 AM
http://wellstyled.com/tools/colorscheme2/index-en.html
Kuler may be an example of a feature rich Flash-based interface, but the "wellstyled" version also didn't take 45 seconds to download and start up on my DSL connection.
2 Peter Bell // Nov 17, 2006 at 7:20 AM
3 Sean Corfield // Nov 17, 2006 at 10:49 AM
4 Peter Bell // Nov 17, 2006 at 10:52 AM
5 Gary Fenton // Nov 17, 2006 at 3:35 PM
6 Joe Rinehart // Nov 17, 2006 at 3:45 PM
7 Xiaolei Shi // Nov 17, 2006 at 7:39 PM
8 Daniel Greenfeld // Nov 18, 2006 at 9:47 PM
9 mark ireland // Nov 19, 2006 at 3:06 PM
On return visit it looked like my save worked.
10 tim strickland // Nov 20, 2006 at 5:11 PM
Also, we've made a number of performance enahancements since launch, so the slowdowns previously experienced should be mostly resolved.
11 Rachel // Nov 21, 2006 at 5:32 AM
12 Katsuyuki Sakai // Nov 27, 2006 at 8:51 AM
13 tim strickland // Nov 28, 2006 at 6:02 PM
14 Joe Rinehart // Nov 29, 2006 at 4:28 AM
Flex isn't reliant on SOAP. It can make very light requests for structured data via AMF, a binary remoting protocal that maps to either Java classes or ColdFusion Components.
It can also make HTTP requests, which means that ReST and JSON are fairly easy implementations - in fact, there's already a JSON library available. Googling "'flex 2' JSON" turns it up immediately.
Leave a Comment