Why ColdFusion (or Flex)?

0 views
Skip to first unread message

Daniel Roop

unread,
Jul 2, 2007, 7:37:23 PM7/2/07
to Adobe Developers of Greater Orlando
I was just curious what is that feature that ColdFusion (or Flex) has
that has drawn you to it as a developer. I find it especially
intersting in a day when most of the web community seems to be moving
towards Ruby, Python, or even Java.

I know I use ColdFusion mostly by conveince and existing
infrastructure. But I will admit that I belive many of there products
and tools are far superior to what the open-source languages can
offer. And with all the new stuff in ColdFusion 8 I am very exciting
that they seem to be paying attention to these modern languages and
incorporating features like inline hashes and arrays.

David Schwarz

unread,
Jul 3, 2007, 9:59:29 AM7/3/07
to ad...@googlegroups.com
Good question, Daniel. I started using Adobe products in high school. I used to play a lot of online computer games, and a very prestigious thing for gaming clans (heh teams were called clans back then) to have were nice, professional looking websites. So I invested in (by invested in I mean downloaded illegally) Photoshop and Flash and got to work hacking up a website. I built the entire site in Flash and made it look like an html site with a little bit more animation. I don't know why, but for some reason, I've always liked the way Adobe did things.

After getting hired by CFi, and working mainly with Coldfusion, I use it mainly for convenience, although I do like the structure. I've learned to use it, and its syntax and structure are familiar to me. I tried working with PHP on and off, but I hate it - apart from being familiar with CF, I find that it does seem to flow better. The names of the methods CF uses and its control structures seem to make more sense than PHP - it's such a pain in the ass having to type underscores every other freaking word. Flex is still young and needs some improvement, but it's damn cool. I think when it takes off, it's really going to take off and the stuff that is going to be happening on websites is going to be ridiculous. People have barely scratched the surface on what's doable in Flex, and I'm very excited to see where it goes.

I also like how Adobe is pushing to stay modern and competitive. I'm very excited about CF8 and can't wait to see all the stuff they cram in there.

-Bucky

Brian Shoeman

unread,
Jul 3, 2007, 10:24:46 AM7/3/07
to ad...@googlegroups.com
I actually started with ASP.NET before I got into any Adobe technologies (back in the 1.1 days), and when I started working for CFi and made the switch over to Coldfusion, I was surprised by how much easier Coldfusion made it to integrate with a database (or, less specifically, any type of database).  And when I started working with Flex, I was really surprised by how easy it was to make very impressive-looking effects.  Also, I was surprised by how difficult it was to do very simple things *cough*layouts*cough*.  Overall, from the projects that I've worked on with Flex, I've come to the conclusion that Flex is very quick and rewarding to get started in, but deep enough to require a lot of effort before you can call yourself a "Flexpert" like Russ.



Brian LeGros

unread,
Jul 3, 2007, 11:56:39 PM7/3/07
to Adobe Developers of Greater Orlando
@Dan

Brian definitely has it right, Flex is no easy undertaking once you
get started with it (compared to simple HTML-based apps). As
developers I think most of us strive to make scalable and easily
maintainable applications, so with all of the freedom Flex gives us, I
think it may seem very intimidating at first. Frameworks help to a
certain extent, but that space in Flex is still immature. That being
said, I'm really looking forward to what will be produced with Flex
especially with Flex 3 coming out eventually. I see Flex as a great
arena for the designer to really get more involved in the web design
process without having to be language savvy. On a side note, check
out scale 9 (http://www.scalenine.com/) if you get a chance, they have
some cool Flex skins, themes, and a neat layout API from what I
understand.

As far as CF 8 goes, I'm loving the latest rendition of the language.
ColdFusion has always been a great "glue" language and I'm happy to
seem them increasing the capabilities of what it can tie together. I
think ColdFusion is pretty verbose for a programming language (tag-
based markup) but you can't beat cfquery and cfoutput. CF has a knack
for keeping things uncomplicated and I think that's what draws me to
it.

Adam Fortuna

unread,
Jul 4, 2007, 2:04:08 PM7/4/07
to Adobe Developers of Greater Orlando
Flex amazed me right from the start with how easy it was to get into
using the designer view and how seamlessly it integrated with
ColdFusion webservices. Mock something up without knowing hardly any
code, make a web service for what you want and you have yourself a
"working" site. When you get into the flex code, amf gateways,
deployment, changing layouts and the rest though, it gets a lot more
annoying than one might think. Still though, I do think that an
amazing Flex interface is far better than an amazing ajax interface.

I started by hacking together php projects in college for fun like a
lot of people, so getting into ColdFusion (and subsequently frameworks
in general) made the code a hell of a lot cleaner. Although I'm not a
fan of having to write <cfset > before all function calls, most times
I don't mind tags in general. So much can be done with the base tags
in clearly readable code that's it's impressive. The biggest annoyance
to me is that so many of the cf defaults aren't what you'd want them
to be (cfcomponent/cffunction to name a few), So you're usually always
having to overwrite them. But for what you get, and the ability to
integrate seemlessly with flash, charts, pdf and webservices I can't
imagine any other language making it any easier.

maxim.porges

unread,
Jul 5, 2007, 7:55:00 PM7/5/07
to Adobe Developers of Greater Orlando
I loved CF before I found Spring and Java. Then again, I've always
been a Java whore at heart. I find I'm stupidly productive in Java
with the tools and massive maturity of the frameworks and libraries
for it; literally everything I ever find I need to do with Java
already has a mature library and four books to read on how to do it
right.

HTML has always pissed me off, because of the lack of control over
what the browser does to it. I initially got into Laszlo back when it
was hot, but you quickly found that any serious Laszlo app could only
be completed in slow, bloated form and with 100 bug requests needing
to be fixed by OpenLaszlo. So, when Flex came out and actually worked
properly, I loved it.

I'm not sure why you guys are having a hard time with layouts in Flex.
Maybe it's just the way I think, or because I have first-hand
knowledge of what a nightmare desktop libraries like Swing are like to
work with, but Flex always feels very natural to me, and the data
binding and event frameworks have been pure joy to use in all the
stuff I've done with it. I'm also very glad they built the data
services architecture in and made a binary transport option available,
along with data push for all kinds of new hotness that most people
aren't even taking advantage of yet.

That being said, I think it's telling that the community is struggling
(at least as far as I interpret it) with frameworks for Flex.
Cairngorm feels weird, and the other frameworks that are out there
seem to have a certain degree of boilerplate that I can't stand. I'm
beginning to suspect that I'm just so spoiled with Spring/Java that
the frameworks are really not that bad, and I'm just too lazy of a
bastard to deal with them... but I think it's getting close. I am
looking forward to looking at model-glue:Flex, and I really like Joe
Berkovitz's MVCS architecture: it's simple, it works, and it feels
natural to the way Flex operates. PureMVC ain't bad either.

I think Adobe is absolutely going to kill it when they get done with
Apollo (I refuse to call it AIR; Apollo is such a better name). I love
the fact that I'm going to be able to create web and desktop apps all
on the same platform/language base, and can choose between infinite
back ends with the XML and web services offerings. The next five years
are going to be very interesting indeed.

Reply all
Reply to author
Forward
0 new messages