A new sample ColdFusion / Flex 2 application has been posted to the Macromedia Labs site. FlexMail is an e-mail client written in Flex 2. It displays messages in your POP mailbox, allows you to read them (as well as reply, forward, and delete), and compose new messages. The back-end is a ColdFusion CFC using <cfpop> and <cfmail>. This application demonstrates passing data to and from ColdFusion, the use of states, event dispatching and handling, using local shared objects, and more.
Note: To use this demo you will need to be running ColdFusion MX 7.0.1, have the Flex 2 ColdFusion Adapter installed, and be running Flex Builder 2.
http://labs.macromedia.com/wiki/index.php
It is not built in PHP. The team needed to get a Wiki up quickly, and the best and most popular Wiki is one written on PHP. Simple as that.
Thanks for the example app. I'm running into an "error" in the alert box when connecting.
My coldfusion backend is working (tested it using cfinvoke etc). I'm publishing, using the Flex 2 Builder, into a "bin" folder.
I've added this to the coldfusionsamples.xml:
.... <source>FlexMail.bin.FlexMail</source>
....
Can you provide me any inside into my prob ?
tnx !
Also, if you run ColdFusion from the command line (using cfstart) you'll see the message sent back and forth, can be an invaluable debugging tool.
After a server restart, everything worked fine.
I didn't get an error, just a dialog with the
message "error", no details were given.
Error: Couldn't establish a connection to 'FlexMail'.
Don't forget to add the argument --services=C:\CFusionMX7\wwwroot\WEB-INF\flex\flex-services.xml to Project > Properties > Flex Compiler > Additional compiler arguments in Flex Builder before compiling the application.
Should I be following the Final steps in the CFAdapter install, because if I am, they're confusing.
Linked from - http://labs.adobe.com/wiki/index.php/ColdFusion
--- Ben
Many Thanks
Erik
--- Ben
I was wondering if this application is updated yet,
Many thanks for all your effort
New Sample ColdFusion/Flex 2 Application - FlexMail
JD