Re: Using __type__ to return objects to Flex

2008-02-19 Thread Jon Messer
the array because in Flex if you don't have an instance of the AddressBook object compiled into the app, it will come in as a generic object. But if it works when you return arrays of vos that were created with CreateObject, then that's not the problem. Is the AddressBook.cfc in your webroot

Coldfusion/Flex application Developer-Relocation pkg available! Portland, OR

2008-02-06 Thread Christi Amend
Hello! Edgelink is currently looking for a Sr. Level Coldfusion/Flex Application Developer for a client in Wilsonville, OR (20 minutes south of Portland). This is a direct hire opportunity. Please see below for details. Pay, benefits and growth potential are over the top and relocation

Re: Using __type__ to return objects to Flex

2008-01-30 Thread Tom Chiverton
On Tuesday 29 Jan 2008, João_Fernandes wrote: Tom, if you are using Reactor why don't you use the metadata generated by reactor itself? This is exactly what I settled on last night, and was about to post explaining. My Advice now takes the ReactorFactory bean and the alias name (as string).

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Tom Chiverton
On Tuesday 29 Jan 2008, Tom Chiverton wrote: Now, if I CFDUMP 'res', my 'prop's are correctly camelCased - just like in the query and the ActionScript object I'm aiming at. Oh no, their not (not if I cfdump the right result !). So the problem boils down to - given a query, how do you get the

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Brian Kotek
. On Jan 29, 2008 9:39 AM, Tom Chiverton [EMAIL PROTECTED] wrote: I'm playing with the method that seems to have been hiding from me for a while at : http://www.briankotek.com/blog/index.cfm/2008/1/28/Returning-Typed-Structs-vs-CFCs-to-Flex to generate arrays of value objects based of a query

Using __type__ to return objects to Flex

2008-01-29 Thread Tom Chiverton
I'm playing with the method that seems to have been hiding from me for a while at : http://www.briankotek.com/blog/index.cfm/2008/1/28/Returning-Typed-Structs-vs-CFCs-to-Flex to generate arrays of value objects based of a query, without using createObject(). Here, I've given my function

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Tom Chiverton
On Tuesday 29 Jan 2008, Brian Kotek wrote: property names, is simple using my MetaDataAwareAdvice. You might have a http://www.briankotek.com/blog/index.cfm/2008/1/16/Creating-A-MetadataAware-ColdSpring-Advice I saw that, but I'd have to list the column names in the metadata XML as well as

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Brian Kotek
The column_name is actually in whatever case the column name is using in the database. For a one-time generation this might be fine, but one definitely wouldn't want to be doing this on every method call. However, passing a DSN to an advice, or just a properly-formatted list of property names, is

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Brian Kotek
On Jan 29, 2008 11:08 AM, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 29 Jan 2008, Brian Kotek wrote: property names, is simple using my MetaDataAwareAdvice. You might have a http://www.briankotek.com/blog/index.cfm/2008/1/16/Creating-A-MetadataAware-ColdSpring-Advice I saw that,

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Tom Chiverton
On Tuesday 29 Jan 2008, João_Fernandes wrote: I usually have dbinfo to get the needed metadata and generate my code based on that. This in the context of a piece of AOP AfterAdvice, so it doesn't really have the DSN to hand, never mind the table name, other wise yeah, that might work but I

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Tom Chiverton
On Tuesday 29 Jan 2008, Brian Kotek wrote: Yep, there's no way to do it directly from the query columns. That's what I was afraid of having hacked with various combinations of getMetaData() etc. For us, it's going to be better to sticking to using the Adobe Eclipse plug in to generate AS VOs

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Brian Kotek
Yep, there's no way to do it directly from the query columns. You either have to write your own VO CFC (which can then obviously have the proper case), or you have to give this code a list of the properly-formatted property names. Or of course you can have your AS class use all uppercase property

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Jo�o_Fernandes
I usually have dbinfo to get the needed metadata and generate my code based on that. Something that should be implemented for CF9 would be something similar that LCDS support that is QueryRowType. With this kind of functionality, you can return directly your queries to the client and they will

RE: Using __type__ to return objects to Flex

2008-01-29 Thread Kevin Aebig
There's a setting for the AMF gateway that automatically cases the column names to lowercase if you're interested. You can view the associated configurations inside: CF install dir\wwwroot\WEB-INF\flex\services-config.xml Cheers, !k -Original Message- From: Tom Chiverton [mailto:[EMAIL

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Brian Kotek
for the AMF gateway that automatically cases the column names to lowercase if you're interested. You can view the associated configurations inside: CF install dir\wwwroot\WEB-INF\flex\services-config.xml Cheers, !k ~| Adobe

Re: Using __type__ to return objects to Flex

2008-01-29 Thread Jo�o_Fernandes
Tom, if you are using Reactor why don't you use the metadata generated by reactor itself? You could call getObjectMetadata() which has a getFieldList() which will return the list of fields with the proper case if I'm not mistaken. -- João Fernandes http://www.onflexwithcf.org

WebManiacs: The Ultimate Conference for Adobe ColdFusion, AIR, an d Flex Developers

2008-01-17 Thread Dave Watts
veterans on Adobe(r) ColdFusion(r), Adobe(r) AIR(tm), and Adobe(r) FLEX, attendees of the conference will be able to choose from four concurrent hands-on training sessions on web application development best-practices and techniques in Fig Leaf's state-of-the-art computer labs. The conference early

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-12 Thread greg coleman
hi, I am trying to install and configure Adobe Coldfusion to add dynamic content to my website. The problem is, i don't know how to configure coldfusion to work with my webhost's mysql, it is only setup to work with the built in server. What i want it to be able to do is when i upload it

Re: CF/Flex states and sessions

2008-01-11 Thread Tom McNeer
Hi Mike, Thanks for the reply. On Jan 10, 2008 7:21 PM, Mike Chabot [EMAIL PROTECTED] wrote: Things to watch out for are making sure the session doesn't expire while the user clicks around in Flex. You do this by pinging the CF server using a timer. Good point. Thanks for the tip. You

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-11 Thread James Blaha
Andy, Maybe I’m jumping the gun trying to use LCDS. If I want a simple flex application to have a simple login form then be able to populate a dynamic CFQUERY tag then output the results back to the flex applications i.e. datagrid, should I be using LCDS to do this? -Jim

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-11 Thread Jo�o_Fernandes
Not really Jim, you can achieve that using remoting, no need of LCDS for that. LCDS will provide you : - a webtier compiler for generating applications on the fly - support for messaging so you can exchange messages between your flex / AJAX applications and ColdFusion. - support for data

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-11 Thread James Blaha
João, Thanks for the details they are a great help to me getting into this new marriage of Adobe technologies. Do you know of any good sites that have examples for CF remoting and FLEX application setups? Have a great weekend! -Jim

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-10 Thread Jo�o_Fernandes
it's the exact same, nothing need to be changed. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial

CF/Flex states and sessions

2008-01-10 Thread Tom McNeer
I'm starting to build a couple of Flex/CF applications, and I'd like some advice on architecture. I understand that a Flex application keeps its own state, and as much as possible, it's advisable to maintain state there. But of course, the application is generally accessing back-end data through

Re: CF/Flex states and sessions

2008-01-10 Thread Mike Chabot
What you are suggesting will work fine. If you need to filter data by role, it is certainly better to do so on the server before sending the data back to Flex, and you can do this by making use of a session variable that is set upon an initial login. Things to watch out for are making sure

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Rick Root
On 1/9/08, James Blaha [EMAIL PROTECTED] wrote: With a fresh clean install of CF8 Enterprise on Vista WIndows 2003 Server is it out of the box ready for FLEX? Do I need to download anything elese as a addin for FLEX Remoting? Yes, it is out of the box ready for Flex. If you're running

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Hi Rick, Thanks for the post. Where do I being if I want to use a IIS webroot? I'm the person that would need to set this up in production so I need to learn what needs to be setup and tweaked. -Jim ~| Adobe® ColdFusion® 8

ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
All, I just started testing the FLEX Builder software IDE and created the demo samples in their documention. I'm stummped at the CF integration point, Getting Started with Flex 2 Lessons Use ColdFusion Event Gateway Adapter documention area. With a fresh clean install of CF8 Enterprise

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Rick, Would this URL apply to CF8 and IIS setup? http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Tom Chiverton
On Wednesday 09 Jan 2008, James Blaha wrote: Would this URL apply to CF8 and IIS setup? Not normally. Most people compile 'off line' and but the compiled .swf file in the web servers webroot. The CF installer should configure IIS for you. -- Tom Chiverton Helping to challengingly supply

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Tom, Thanks I think I'll try doing a fresh CF8 download and reinstall on my Vista OS and see if this fixes my issues. My original WEB-INF direcroty was sitting in the D:\ColdFusion8\wwwroot\WEB-INF then I did a mapping to my local IIS install. So baically I could hit my CF Admin via 8500 or

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Rick Root
On 1/9/08, James Blaha [EMAIL PROTECTED] wrote: Would this URL apply to CF8 and IIS setup? http://labs.adobe.com/wiki/index.php/Flex_Module_for_Apache_and_IIS What tom said.. you'd only need the flex module for IIS if you wanted to compile on the fly and most people don't do that. I'm just

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Jo�o_Fernandes
James, if you install CF8 with integrated LCDS you don't need the IIS module compiler since LCDS will that job for you. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org ~| Adobe® ColdFusion® 8 software 8 is

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Jo�o_Fernandes
Tom, it's easier to have the compiler setup by installing the integrated LCDS during install process than installing CF and then manually install BlazeDS and manually install the web-tier compiler. regarding the original question, people shouldn't forget to set use-mappings property = true in

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Tom Chiverton
On Wednesday 09 Jan 2008, João_Fernandes wrote: James, if you install CF8 with integrated LCDS I wouldn't suggest people start using the intergrated LCDS given it's now a separate open source project (blaze DS). -- Tom Chiverton Helping to dynamically develop sticky metrics on:

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
All, Thank you very much for all your posts today. I'll be picking back up on this tomorrow. Flex seems to be a very powerful GUI. -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
Folks, When you peform a developer install of CF8 is there a way to test LCDS? I dont see any extra Windows services for it runnning. -Jim ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Jo�o_Fernandes
Jim, LCDS runs under the same service as your ColdFusion install. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread James Blaha
João, It looks like I need to start in the below URL and setup the messaging-config.xml file? Do I just add my IP and hostname to the XML? http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Partsfile=tutorial_cfadapter_028_2.html This document

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Andy Powell
It run as a web app under the context root you setup for the whole app at install. Lcds is avalable at startup as part of cf. Andy On 1/9/08, James Blaha [EMAIL PROTECTED] wrote: Folks, When you peform a developer install of CF8 is there a way to test LCDS? I dont see any extra Windows

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Andy Powell
You should not need lcds unless you plan on doing java remote object, data management svcs, or messaging. On 1/9/08, Andy Powell [EMAIL PROTECTED] wrote: It run as a web app under the context root you setup for the whole app at install. Lcds is avalable at startup as part of cf. Andy On

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Jo�o_Fernandes
Jim by default you will have a default gateway configured called ColdFusionGateway which is ready to use. No need for further configurations if you just want to test it. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

Re: ColdFusion 8 Enterprise and FLEX Setup Question

2008-01-09 Thread Cutter (CFRelated)
On the off chance that someone here knows, what if your development server isn't your localhost? What do you adjust to handle that? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com

OT: When to purchase Flex

2008-01-08 Thread Andy Matthews
My department has been alotted cash to purchase licsences for Flex in the 1st quarter. I know that Flex 3 is pending, and could be coming out anytime within the next month or two. I have an AIR app that needs to be built in Jan/Feb and so I need Flex 3 to do it. I'm wondering if we purchased

Re: OT: When to purchase Flex

2008-01-08 Thread Mike Chabot
will get a free upgrade without a maintenance plan. -Mike Chabot On Jan 8, 2008 4:45 PM, Andy Matthews [EMAIL PROTECTED] wrote: My department has been alotted cash to purchase licsences for Flex in the 1st quarter. I know that Flex 3 is pending, and could be coming out anytime within the next

Re: OT: When to purchase Flex

2008-01-08 Thread Matt Williams
Sounds like a question for Adobe sales team to me. On Jan 8, 2008 3:45 PM, Andy Matthews [EMAIL PROTECTED] wrote: My department has been alotted cash to purchase licsences for Flex in the 1st quarter. I know that Flex 3 is pending, and could be coming out anytime within the next month or two

RE: When to purchase Flex

2008-01-08 Thread Andy Matthews
Never mind. Turns out that the beta gives you 90 days, not 30. That's plenty of time. -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 08, 2008 3:46 PM To: CF-Talk Subject: OT: When to purchase Flex My department has been alotted cash to purchase

Re: OT: When to purchase Flex

2008-01-08 Thread Tom McNeer
You should probably do a search on the forum archives to make sure, but I'm almost certain Matt Chotin or someone else from Adobe recently suggested that if you install the Flex Builder 3 beta now, you really don't have to worry about it timing out (90 days) before the real product is available

CF - Flex Frameworks?

2008-01-04 Thread Neil Middleton
the DB. The concept is based around a core business with relevant products that are developed for many customers. Now, lets say I wanted to put a flex front-end on some of my products (or even just expose services out somewhere). I have my existing domain model so I just need to create the CFC

Re: CF - Flex Frameworks?

2008-01-04 Thread Tom Chiverton
On Friday 04 Jan 2008, Neil Middleton wrote: connect to. However, I want to be able to wire this together using something like coldspring again so that different endpoints can call different parts of the domain model depending on who they are and what they are doing etc. Have you see the

Re: CF - Flex Frameworks?

2008-01-04 Thread AJ Mercer
coldspring to wire in a centralised domain model which accesses the DB. The concept is based around a core business with relevant products that are developed for many customers. Now, lets say I wanted to put a flex front-end on some of my products (or even just expose services out somewhere). I have

Re: CF - Flex Frameworks?

2008-01-04 Thread Neil Middleton
business with relevant products that are developed for many customers. Now, lets say I wanted to put a flex front-end on some of my products (or even just expose services out somewhere). I have my existing domain model so I just need to create the CFC endpoints for Flex to connect to. However

Re: CF - Flex Frameworks?

2008-01-04 Thread Jo�o_Fernandes
Neil, you can use a ColdSpring Remote Proxy Bean , ColdBox or create your own remote facade to invoke whatever you need. I personally use my remote facades to connect to ColdSpring. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org

Re: CF - Flex Frameworks?

2008-01-04 Thread Brian Kotek
I haven't explored it beyond reading about it, but I'm pretty sure that the ColdBox to Flex integration is NOT meant to provide a back-end for a full-scale Flex application. If I recall this was a nice solution for situations where an existing HTML site needed a little bit of Flex thrown

Re: CF - Flex Frameworks?

2008-01-04 Thread Charlie Griefer
Agreed w/Brian (altho like Brian, i'm not 100% sure)... but I think that ColdBox's Flex integration (whatever level it happens to be) motivated Joe to add a similar type integration to Model-Glue: http://www.model-glue.com/blog/index.cfm/2007/11/5/ModelGlue--New-Flex-Integration-Features On Jan

Re: CF - Flex Frameworks?

2008-01-04 Thread Sean Corfield
Yes, both ColdBox and Model-Glue added a Flex proxy as a way to wire in a little Flex - not to create full-blown Flex apps. If you already have a well-designed model that is independent of the HTML frameworks then you are most of the way already. Remember that Flex *is* a framework too so you

Re: Flex to CF using Mapping

2008-01-02 Thread Dan Vega
Dale, Flash remoting needs to be turned on and you need to have a channel setup in remoting config. Look at the file below and check out the adobe devnet at http://www.adobe.com/devnet/flex/flex_cf.html WEB-INF/flex/remoting-confi.xml ?xml version=1.0 encoding=UTF-8? service id=remoting-service

Re: Flex to CF using Mapping

2008-01-02 Thread Dan Vega
Dale, Flash remoting needs to be turned on and you need to have a channel setup in remoting config. Look at the file below and check out the adobe devnet at http://www.adobe.com/devnet/flex/flex_cf.html *WEB-INF/flex/remoting-config.xml* default-channels channel ref=my-cfamf

Flex to CF using Mapping

2008-01-01 Thread Dale Fraser
I have done this before but can't get it to work this time (first time with CF8). I am using Flex to connect to CFC's via mapping. I have enabled mapping use in the XML and restarted the server but I get this error. [RPC Fault faultString=[MessagingError message='Destination 'ColdFusion

Streaming Flash videos with CF/Flex ??

2007-12-26 Thread Brad Wood
that cfpresentation lets you have a slide with video in it, but I've never tried it. Is this really a solution for Flex? Thanks. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get

Re: Streaming Flash videos with CF/Flex ??

2007-12-26 Thread Dave l
. I see that cfpresentation lets you have a slide with video in it, but I've never tried it. Is this really a solution for Flex? Thanks. ~Brad ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release

RE: Streaming Flash videos with CF/Flex ??

2007-12-26 Thread Dave Watts
that cfpresentation lets you have a slide with video in it, but I've never tried it. Is this really a solution for Flex? No, it's a solution for Flash Media Server: http://www.adobe.com/products/flashmediaserver/ Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software

Re: Streaming Flash videos with CF/Flex ??

2007-12-26 Thread Paul Hastings
Dave Watts wrote: No, it's a solution for Flash Media Server: http://www.adobe.com/products/flashmediaserver/ or perhaps red 5 http://osflash.org/red5 ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic

OT: Nashville, TN Flex User Group presents Flex 3 and AIR pre-release tour with Ben Forta

2007-12-19 Thread Andy Matthews
For any of you that might live in, or around Nashville, TN, the Nashville Flex User Group is hosting the upcoming Flex 3 and AIR pre-release tour with Ben Forta on January 24th. More details can be found on the UG website (http://www.615flex.com/special-events

Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
Hi All I am setting up a login system for my Flex administration tool. I'm using a ColdFusion 8 backend. I've looked into CFlogin but I'm not very keen on it really so I've decided to just use session variables instead. When a user logs in a userVo object is stored in the session variable

Re: Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Jo�o_Fernandes
Giles did you try cfthrow? Everytime you use cfthrow you'll get a faultEvent in the Flex side. -- João Fernandes http://www.onflexwithcf.org http://www.riapt.org ~| Adobe® ColdFusion® 8 software 8 is the most important

Re: Remoting, returning errors from CFCs to Flex

2007-12-14 Thread Giles Roadnight
Many thanks, I'll try that next time I'm working on this project. On Dec 14, 2007 8:46 AM, João_Fernandes [EMAIL PROTECTED] wrote: Giles did you try cfthrow? Everytime you use cfthrow you'll get a faultEvent in the Flex side. -- João Fernandes http://www.onflexwithcf.org http

Re: Flex 2 books for CF/AS3

2007-11-27 Thread Tom Chiverton
On Friday 23 Nov 2007, j s wrote: Can anyone recommend some titles on Flex 2 with focus on CF and AS3. Given the 'real soon' release of Flex 3, you might want one that does that. -- Tom Chiverton Helping to globally harness sexy systems on: http://thefalken.livejournal.com

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
I'm reading through Programming Flex by Joey Latoun and I have to say, I don't like it much at all. I'm a complete beginner at Flex and by chapter 4 they were already deep into the technical aspects of Flex. I just don't think that it's written well at all. It makes me want to return it and get my

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Dave Watts
I'm reading through Programming Flex by Joey Latoun and I have to say, I don't like it much at all. I'm a complete beginner at Flex and by chapter 4 they were already deep into the technical aspects of Flex. I just don't think that it's written well at all. It makes me want to return

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
Thanks Dave... I'll check those out. -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 10:24 AM To: CF-Talk Subject: RE: Flex 2 books for CF/AS3 I'm reading through Programming Flex by Joey Latoun and I have to say, I don't like it much

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Andy Matthews
Dave... Is this the one you're talking about? http://www.adobepress.com/bookstore/product.asp?isbn=032142316X andy -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 26, 2007 10:24 AM To: CF-Talk Subject: RE: Flex 2 books for CF/AS3 I'm reading

Re: Flex 2 books for CF/AS3

2007-11-26 Thread Mike Chabot
Adobe Flex 2: Training from the Source is a good book to read. One of the authors of that book, James Talbot, also did the Adobe Flex 2 Rich Internet Applications DVD from Total Training. The DVD is a great way to get introduced to Flex. -Mike Chabot On Nov 26, 2007 1:54 PM, Andy Matthews [EMAIL

RE: Flex 2 books for CF/AS3

2007-11-26 Thread Dave Watts
Is this the one you're talking about? http://www.adobepress.com/bookstore/product.asp?isbn=032142316X Yes, that's it. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington

RE: Flex 2 books for CF/AS3

2007-11-23 Thread Dave Watts
Can anyone recommend some titles on Flex 2 with focus on CF and AS3. Looked at a couple of titles but Amazon doesn't seem to offer look inside for those titles. Hate to purchase something with a brief overview of CF integration. I doubt you'll find any Flex 2 book that has any

Re: Flex 2 books for CF/AS3

2007-11-23 Thread Mike Chabot
You might want to start here: http://www.adobe.com/devnet/flex/flex_cf.html One of the examples is a Hello World example that shows how you can get data from a CFC using Flash Remoting. It is a good way to get started. Good luck, Mike Chabot On Nov 23, 2007 11:30 AM, Dave Watts [EMAIL PROTECTED

Flex 2 books for CF/AS3

2007-11-22 Thread j s
Can anyone recommend some titles on Flex 2 with focus on CF and AS3. Looked at a couple of titles but Amazon doesn't seem to offer look inside for those titles. Hate to purchase something with a brief overview of CF integration

BlueDragon.NET 7 + WebOrb.NET 3.3 + Flex problem.

2007-11-14 Thread Tero Pikala
I'm trying to build Flex application that uses BlueDragon.NET 7 + WebOrb.NET 3.3 backend. I've now tried for a day to get Flex to call method on CFC without success. I can get Flex to call .NET samples provided with WebOrb. I can instantiate CFC from ASP.NET page and call method from

Flex Camp Boston - December 7

2007-11-06 Thread Brian Rinaldi
For anyone interested in ColdFusion Flex integration, Flex Camp Boston will have both Tom Jordahl and Matt Woodward speaking on the topic in addition to a number of Flex specific information. Here are the full details: Flex Camp Boston is a full-day event featuring some top industry experts

Flex Camp Boston - December 7

2007-11-06 Thread Brian Rinaldi
For anyone interested in ColdFusion Flex integration, Flex Camp Boston will have both Tom Jordahl and Matt Woodward speaking on the topic in addition to a number of Flex specific information. Here are the full details: Flex Camp Boston is a full-day event featuring some top industry experts

Re: Flex problem with Coldfusion 8

2007-10-17 Thread Rick Root
, CFFM, and more at www.opensourcecf.com ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP Archive: http://www.houseoffusion.com

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Tom Chiverton
ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ? Would you like to work for a top 30 law firm in Manchester, UK ? Are not an agency ? If yes, send email ! This email is sent for and on behalf of Halliwells LLP

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Rick Root
On 10/16/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 15 Oct 2007, [EMAIL PROTECTED] wrote: destination = null I'm fairly sure that should have the value of the destination in. Could you post the server's services-config, the services-config the MXML was compiled with, and

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Rick Root
Oh hell, this seems to be an IE problem. What the heck? It works fine in Firefox. On 10/16/07, Rick Root [EMAIL PROTECTED] wrote: On 10/16/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Monday 15 Oct 2007, [EMAIL PROTECTED] wrote: destination = null I'm fairly sure that should

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Rick Root
Problem solved: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb401472 Damned IE. On 10/16/07, Rick Root [EMAIL PROTECTED] wrote: Oh hell, this seems to be an IE problem. What the heck? It works fine in Firefox. On 10/16/07, Rick Root [EMAIL PROTECTED] wrote: On 10/16/07,

Re: CF8, Flex, and Remoting over SSL

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: Damned IE. That was my next question :-) -- Tom Chiverton. Are you a great ColdFusion programmer, who knows Reactor and ColdSpring, and has done some Flex work ? Would you like to work for a top 30 law firm in Manchester, UK

Flex problem with Coldfusion 8

2007-10-16 Thread Rick Root
I posted this problem to [EMAIL PROTECTED] a week or so ago but I haven't gotten a solution yet. So I'm trying flexcoders and cf-talk I have an application that doesn't seem to be working properly. Basically, I've got a query (in coldfusion 8) that returns a few columns directly to flex via

Re: Flex problem with Coldfusion 8

2007-10-16 Thread Ian Skinner
Do you have a Flex Value Object|Bean|whatever defined for the records you are returning? I am by no means an export here, but I think this is how to handle this. You would define the desired data types of all the properties of the bean for this data object. Then cast|assign|force the data

Re: Flex problem with Coldfusion 8

2007-10-16 Thread Rick Root
On 10/16/07, Ian Skinner [EMAIL PROTECTED] wrote: Do you have a Flex Value Object|Bean|whatever defined for the records you are returning? I don't have any such thing.. never have, actually... this worked in CF7, and I'm told it should still work. All I'm doing is returning the qry straight

Re: CF8, Flex, and Remoting over SSL

2007-10-15 Thread Rick Root
was set up a second destination called ColdfusionSSL, which used the my-cfamf-secure channel. I verified that https://advanceweb.ads.duke.edu/flex2gateway/cfamfsecure answers. I set the flex debug level to Debug and got the following output: This is generated by a VERY simple call to a very simple

CF8, Flex, and Remoting over SSL

2007-10-04 Thread Rick Root
So I upgraded my server to CF8 this weekend, and of course once again, all my flex remoting calls are going over http instead of https. so I went into the remoting-config.xml (apparently this is where the destination Coldfusion is now defined... and I changed the default channel to my-cfamf

Re: CF8, Flex, and Remoting over SSL

2007-10-04 Thread Tom Chiverton
365 8008. For more information about Halliwells LLP visit www.halliwells.com. ~| Create robust enterprise, web RIAs. Upgrade to ColdFusion 8 and integrate with Adobe Flex http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Re: CF8, Flex, and Remoting over SSL

2007-10-04 Thread Rick Root
On 10/4/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: Content-Length: 331 What the content here say ? Fiddler doesn't decode AMF content... When I highlight the hex content, it says the length is 331... so that must be it :) -- Rick Root

Re: CF8, Flex, and Remoting over SSL

2007-10-04 Thread Tom Chiverton
On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: On 10/4/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Thursday 04 Oct 2007, [EMAIL PROTECTED] wrote: Content-Length: 331 What the content here say ? Fiddler doesn't decode AMF content... When I highlight the hex content, it says the

any CF / Flex freelance developers who can work in Reading

2007-10-03 Thread Giles Roadnight
Hi All I'm leaving my contract job in Reading and a replacement is needed. If you have CF and Flex experience and can work on a contract in Reading mail me off list. -- Giles Roadnight http://giles.roadnight.name

Re: any CF / Flex freelance developers who can work in Reading

2007-10-03 Thread Giles Roadnight
That's reading in the UK On 10/3/07, Giles Roadnight [EMAIL PROTECTED] wrote: Hi All I'm leaving my contract job in Reading and a replacement is needed. If you have CF and Flex experience and can work on a contract in Reading mail me off list. -- Giles Roadnight http

Re: Am I the only one who thinks Flex 2 isn't

2007-09-06 Thread Joeri B
Yes, Openlaszlo looks very promising. I've played with it for some while, and it is easier to program than Flex 2 in my opionion. It's components are a bit quircky. But the, build once, deploy, as DHTML :), FL 7, 8 is a serious plus. There I think it's HTML + CSS + CFM + some Javascript (AJAX

RE: Am I the only one who thinks Flex 2 isn't

2007-09-06 Thread Dave Watts
I tend more towards the REST type services so CFC's aren't the best vehicle for me. Since I'm doing that API, it usually doesn't make sense for me to do another type of API strictly for Flex interfaces. There's no reason why you can't generate REST output using CFCs. The amount of extra

Re: Am I the only one who thinks Flex 2 isn't

2007-09-06 Thread Brian Kotek
] wrote: I tend more towards the REST type services so CFC's aren't the best vehicle for me. Since I'm doing that API, it usually doesn't make sense for me to do another type of API strictly for Flex interfaces. There's no reason why you can't generate REST output using CFCs. The amount

Am I the only one who thinks Flex 2 isn't

2007-09-05 Thread Joeri B
Recently I developed my first realworld Flex 2 application for a client, after months of playing with Flex 2. My conclusion so far: 1. Flex 2 AND developement: is slow, cause of the many posibilities. And somewhat fixed layout. For ex. client is saying he wants the item to resize and fade out

<    1   2   3   4   5   6   7   8   9   10   >