Friday, October 10, 2008    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< Nov 2006 >>
S M T W T F S
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30    

Search

Categories
 • Acrobat (2) [RSS]
 • Adobe (68) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (25) [RSS]
 • AIR (134) [RSS]
 • Appearances (122) [RSS]
 • Books (69) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1154) [RSS]
 • Data Services (13) [RSS]
 • Fish Tank (2) [RSS]
 • Flash (106) [RSS]
 • Flex (372) [RSS]
 • Home Automation (3) [RSS]
 • Jobs (96) [RSS]
 • JRun (13) [RSS]
 • Labs (27) [RSS]
 • LiveCycle (22) [RSS]
 • MAX (160) [RSS]
 • Regular Expressions (13) [RSS]
 • RIA (11) [RSS]
 • SQL (38) [RSS]
 • Stuff (505) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (137) [RSS]
 • Wireless (99) [RSS]

Other BLOGs
 • Charlie Arehart
 • Lee Brimelow
 • Ray Camden
 • Christophe Coenraets
 • Sean Corfield
 • Mihai Corlan
 • Cornel Creanga
 • John Dowdell
 • Danny Dura
 • Enrique Duvos
 • Steven Erat
 • Kevin Hoyt
 • Serge Jespers
 • Adam Lehman
 • Duane Nickull
 • Miti Pricope
 • Andrew Shorten
 • Ryan Stewart
 • James Ward
 • Greg Wilson
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
November 17, 2006

ColdFusion Powers Adobe Kuler

Kuler is a new online application that you can use to explore and experiment with colors and color themes. Honestly, I am not a designer (duh!), so while the UI is cool I doubt it's an app I'll use much myself. What is really cool, at least for me, is that the backend for this app is ColdFusion powered Model-Glue (as noted by Sean Corfield).

TrackBacks
There are no trackbacks for this entry.

No trackback URL. Trackbacks are only allowed via interactive form.

Comments
its a really great product, but what I don't get is where model-glue fits into the whole CF/Flex equation?
# Posted By Derek P. | 11/17/06 4:38 PM
Model-Glue doesn't fit into the CF/Flex equation.

MG, Fusebox MVC, and Mach-II are just ways to present an HTML interface that "talks to" CFCs that contain all of the application's logic, much in the same way Flex would use RemoteObjects. In essence, you can have a Model-Glue application and a Flex application each talking to the same set of CFCs.
# Posted By Joe Rinehart | 11/17/06 6:40 PM
Hi - I'm the lead developer on the kuler project. Just to clarify - kuler's user interface was built with Flash 9 and Actionscript 3. It communicates with the backend server using a REST based protocol that sends & receives theme data as XML. The services that are accessed on the backend are built using CFMX 7. We are currently using Reactor to handle the database objects on the backend. However, due to the unexpected high traffic of the site, we are looking into switching to the Transfer ORM since it has a bit faster performance. Currently, the only piece that fully uses Model-Glue is our admin tools application for managing the site's content.

Also, we've made a number of performance enahancements since launch, so the slowdowns previously experienced should be mostly resolved.”
# Posted By Tim Strickland | 11/20/06 8:07 PM
Thanks for all comments, which are helpful for me. I'll pay more attention on comments here.
JACK - www.chinabboss.com
# Posted By JACK | 3/10/07 2:51 AM
At first I thoght like "who needs this?" but can see now where it could be pretty convenient for sharing color schemes.
# Posted By Mike | 3/12/07 5:15 PM
# Posted By asiubuyb | 3/31/07 8:25 AM
good ;)
# Posted By homegrownmp3 | 7/20/07 5:33 PM

  © Copyright 1997-2008 Ben Forta, All Rights Reserved