|
Exactly.
ColdFusion is an alternative to .NET and J2EE (although ColdFusion can actually
work together with both). You develop most of your code in an XML-based
scripting language: CFML. It is very easy to learn and very quick to
develop powerful dynamic applications.
Another benefit of using ColdFusion (7.0.2)
is that it has a lot of wizards that are available to you that enable automatic
code generation. You have to install the ColdFusion extensions for Flex
builder in order to see these options. There are wizards that can
automatically generate ColdFusion Components (CFCs) and Flex forms based
off of your database schema.
More detail on CF can be found on
adobe's site: http://www.adobe.com/products/coldfusion/
You can really use any server side
technology that you want...
Java can communicate with Flex via FDS
(Flex Data Services), Web Services, or XML over HTTP
.NET can communicate with Flex via Web
Services or XML over HTTP. There is also something called webOrb, which is
supposed to be similar to remote objects for .NET (I cannot vouch for this, I
have never used it).
PHP can communicate with Flex via XML over
HTTP, Web Services, or AMFPHP
I'm sure that there is a way to do this
using Ruby/Ruby on Rails.
... and this is not the definitive
list. There are plenty of other solutions out there. If you are
already familiar with a specific web-based technology, then there's a good
chance that you can use it to power a flex interface. Each technology has
its advantages, disadvantages, and price tags. -Andy
From: [email protected] on
behalf of Tim Hoff Sent: Mon 7/17/2006 5:59 PM To: [email protected] Subject: [flexcoders] Re: Flex and Server-Side Technology Recommendations Thanks Andy, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
- Re: [flexcoders] Re: Flex and Server-Side Technolo... Marcelo de Moraes Serpa
- RE: [flexcoders] Re: Flex and Server-Side Tec... Andrew Trice
- [flexcoders] Re: Flex and Server-Side Technol... Tom Jordahl
- Re: [flexcoders] Re: Flex and Server-Side... Nick Collins
- [flexcoders] Re: Flex and Server-Side... Tom Jordahl

