Re: [flexcoders] Flex Remoting Options - Any Opinions?

2007-11-16 Thread Jens Halm
Hello, I am just starting to use graniteDS and starting to likie it. My -ONLY- problem was that, I cannot make it work from within my flexbuilder environment. I want to be able to debug my flexbuilder application talking to my Java All I want to do is have my Flex

Re: SPAM-LOW: Re: [flexcoders] Flex Remoting Options - Any Opinions?

2007-11-16 Thread Jeffry Houser
Jens Halm wrote: Hello, I am just starting to use graniteDS and starting to likie it. My -ONLY- problem was that, I cannot make it work from within my flexbuilder environment. I want to be able to debug my flexbuilder application talking to my Java All I want to do is

RE: [flexcoders] Flex Remoting Options - Any Opinions?

2007-11-15 Thread Samuel R. Neff
] -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mattmadhavan Sent: Thursday, November 15, 2007 1:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Remoting Options - Any Opinions? Hello, I am just starting to use graniteDS and starting

RE: [flexcoders] Flex Remoting Options - Any Opinions?

2007-11-15 Thread mattmadhavan
PROTECTED] On Behalf Of mattmadhavan Sent: Thursday, November 15, 2007 1:49 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Remoting Options - Any Opinions? Hello, I am just starting to use graniteDS and starting to likie it. My -ONLY- problem was that, I cannot make it work

Re: [flexcoders] Flex Remoting Options - Any Opinions?

2007-11-15 Thread mattmadhavan
Hello, I am just starting to use graniteDS and starting to likie it. My -ONLY- problem was that, I cannot make it work from within my flexbuilder environment. I want to be able to debug my flexbuilder application talking to my Java side. Can someone please give me steps doing this - I would

[flexcoders] Flex remoting to external webapps

2007-11-09 Thread gigondamien
Hi everyone, I'd like to make an flex application communicating through remoteObjects with other webapps. Is it possible ? I think the config should look like : 1/ In service-config.xml : channel-definition id=my-amf-apple class=mx.messaging.channels.AMFChannel endpoint

[flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Derrick Anderson
has anybody on this list figured out how to get flex remoting (remoteObject) working on this config? the /flex2gateway is not working and the usual fixes don't seem to work or are not applicable. do you have to have JRun to make that work??

Re: [flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: and the usual fixes don't seem to work or are not applicable. do you have to have JRun to make that work?? Nope, but you do need CF 7.0.2. -- Tom Chiverton. Are you a great Flex programmer, who knows Cairngorm, and has done some ColdFusion

Re: [flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Derrick Anderson
ok, that's good to know. do you have any ideas of things to check? from what i can tell- this should be working, but my /flex2gateway still throws a 404. On 10/16/07, Tom Chiverton [EMAIL PROTECTED] wrote: On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: and the usual fixes don't seem to

Re: [flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Derrick Anderson
and yes, i have 7.0.2 with flex integration turned on On 10/16/07, Derrick Anderson [EMAIL PROTECTED] wrote: ok, that's good to know. do you have any ideas of things to check? from what i can tell- this should be working, but my /flex2gateway still throws a 404. On 10/16/07, Tom Chiverton

Re: [flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Tom Chiverton
On Tuesday 16 Oct 2007, [EMAIL PROTECTED] wrote: ok, that's good to know. do you have any ideas of things to check? from what i can tell- this should be working, but my /flex2gateway still throws It must be missing from your mappings, at a guess - WebLogic doesn't know the CF WAR should

[flexcoders] Flex Remoting Options - Any Opinions?

2007-10-16 Thread Bruce Hopkins
Hi all, All I want to do is have my Flex client to communicate with my Java backend. Due to licensing restrictions, LCDS won't be an option for us. So far the biggest contenders are: 1. Granite Data Services 2. OpenAMF 3. WebORB 4. Red5 Does anyone have any strong opinions, suggestions, or

Re: [flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Derrick Anderson
is it not the web.xml for my application that determines that? i have the following in my web.xml file: !-- start flex 2 -- servlet-mapping id=macromedia_mapping_0 servlet-nameMessageBrokerServlet/servlet-name url-pattern/flex2gateway/*/url-pattern /servlet-mapping

Re: [flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Derrick Anderson
actually, i checked the BEA admin and in the servlets section i see MessageBrokerServlet /flex2gateway/ myserverhttp://localhost:7001/console/actions/mbean/EditMBeanAction?reloadNav=falseMBean=mydomain%3AName%3Dmyserver%2CType%3DServer 0 0 so weblogic does recognize it... On 10/16/07, Derrick

Re: [flexcoders] flex remoting with cf7 running on weblogic

2007-10-16 Thread Derrick Anderson
ok, i had a guy that actually knows weblogic come over and set me straight... i have to call the flex gateway like http://{ipaddress_or_domain}:7100/{appName}/flex2gateway/ and i get the blank page i've been waiting for.. but this brings up another problem, we are not going to want to be making

[flexcoders] Flex Remoting over SSL - Coldfusion 8

2007-10-15 Thread Rick Root
Posted this to another list but haven't solved this problem yet... it really bugs me that this is so poorly documented. I have some Flex apps running that were running with a Coldfusion 7 backend using SSL. To do this, I merely modified the services-config.xml to use https instead of http, and

Re: [flexcoders] Flex Remoting

2007-09-15 Thread Giles Roadnight
Great, that looks very helpful. Thanks a lot On 9/14/07, Jeremy French [EMAIL PROTECTED] wrote: Giles, This should help you out a little. http://www.frenches.com/blog/index.cfm/2007/5/7/Flex-Coldfusion--Dont-make-me-have-to-separate-you-two On 9/14/07, Giles Roadnight [EMAIL

[flexcoders] Flex Remoting

2007-09-14 Thread Giles Roadnight
Hi Guys I've started looking into Flex Remoting again. I looked into this a while ago but didn't get very far. I gave up when I realised that the production server here CF 7.1 so Flex Remoting wouldn't work anyway. I'm now pretty confident that I'll be able to updrage production to CF 7.2 so now

Re: SPAM-LOW: [flexcoders] Flex Remoting

2007-09-14 Thread Jeffry Houser
Giles Roadnight wrote: Is there any way of converting an existing non-CF remoting project into a CF remoting one? Bring up project properties and add the services config compiler argument. Something like this: -services C:\CFusionMX7\wwwroot\WEB-INF\flex\services-config.xml My second

Re: [flexcoders] Flex Remoting

2007-09-14 Thread hua waveland
Hello Giles, for you second question, you can setup channels at run time // setup coldfusion AMFChannel private function setupCFChannel():void{ cSet = new ChannelSet(); var customChannel:Channel = new AMFChannel(my-cfamf,

Re: [flexcoders] Flex Remoting

2007-09-14 Thread Jeremy French
Giles, This should help you out a little. http://www.frenches.com/blog/index.cfm/2007/5/7/Flex-Coldfusion--Dont-make-me-have-to-separate-you-two On 9/14/07, Giles Roadnight [EMAIL PROTECTED] wrote: Hi Guys I've started looking into Flex Remoting again. I looked into this a while ago but

[flexcoders] Flex Remoting and complex objects

2007-06-15 Thread khmerang
Hi all, I'm beginner with Flex, but have quite a lot experience with .Net. We have been testing to move some complicated UI to Flex using Fluorine as the remoting host. Almost everything seems to be working fine, but sending complex objects from Flex seems to have some serious issues. We have

RE: [flexcoders] Flex Remoting and complex objects

2007-06-15 Thread Peter Farland
PROTECTED] On Behalf Of khmerang Sent: Friday, June 15, 2007 2:14 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Remoting and complex objects Hi all, I'm beginner with Flex, but have quite a lot experience with .Net. We have been testing to move some complicated UI to Flex using Fluorine

Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-10 Thread Tom Chiverton
On Thursday 05 Apr 2007, Adrian wrote: is possible to configure flex/CF to use a factory when translating* the .as instances to .cfc instances, instead of a plain createobject() call. Ah ha, right, with you now :-) You could do this in the endpoint CFC easily enough, no ? -- Tom Chiverton

[flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread keryking0
Hi all, Does anyone know if its possible to configure flex /cold fusion to use a factory to create beans when using remoting, managed classes and aliases? e.g. I currently have: Flex app - send aliased objects to cf over remoting - cf objects get automagically created I'm hoping this is

Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Tom Chiverton
On Thursday 05 Apr 2007, keryking0 wrote: Does anyone know if its possible to configure flex /cold fusion to use a factory to create beans when using remoting, managed classes and aliases? You mean manager-type beans to do the work ? Sure look at things like ColdSpring. -- Tom Chiverton

Re: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Adrian
Sure look at things like ColdSpring I don't *think* ColdSpring can do this in and of itself, I'll try to clarify my original question (I'll start at the beginning, please don't take offence if it sounds condescending!) Using Flex remoting, you can specify that an actionscript class instance

RE: [flexcoders] Flex remoting, using a factory for beans

2007-04-05 Thread Peter Farland
adapter... but that adapter has no knowledge of CF). From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Adrian Sent: Thursday, April 05, 2007 9:41 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex remoting, using a factory

[flexcoders] flex remoting and query

2007-03-22 Thread Chad Gray
If in my CFC that I am connecting to with RemoteObject can I return a Query object to Flex? Here is an example cfc: cffunction name=getJob returnType=query output=no access=remote cfargument name=jobNum type=numeric required=yes cfquery datasource=database name=getJobInfo

Re: [flexcoders] flex remoting and query

2007-03-22 Thread Clint Tredway
return that query and bind it to an ArrayCollection in your AS. Then you can bind it to a grid or list, etc. On 3/22/07, Chad Gray [EMAIL PROTECTED] wrote: If in my CFC that I am connecting to with RemoteObject can I return a Query object to Flex? Here is an example cfc: cffunction

Re: [flexcoders] flex remoting and query

2007-03-22 Thread Clint Tredway
return that query and bind it to an ArrayCollection in your AS. Then you can bind it to a grid or list, etc. On 3/22/07, Chad Gray [EMAIL PROTECTED] wrote: If in my CFC that I am connecting to with RemoteObject can I return a Query object to Flex? Here is an example cfc: cffunction

[flexcoders] Flex, remoting, and dev/production environments

2006-08-02 Thread Rick Root
When building a flex app that uses remoting with coldfusion... if I'm building on my local machine and get it all working using my local coldfusion server, can I just copy the files to the production server, assuming the mappings and everything are set up the same? Or does remoting rely on the

Re: [flexcoders] Flex, remoting, and dev/production environments

2006-08-02 Thread Rick Root
Rick Root wrote: When building a flex app that uses remoting with coldfusion... if I'm building on my local machine and get it all working using my local coldfusion server, can I just copy the files to the production server, assuming the mappings and everything are set up the same? Or

Re: [flexcoders] Flex, remoting, and dev/production environments

2006-08-02 Thread Clint Tredway
I know that this isn't always possible, but if you make your dev production directory structure the same, then it will work. Thats how I am doing my development and it works for me. On 8/2/06, Rick Root [EMAIL PROTECTED] wrote: Rick Root wrote: When

Re: [flexcoders] Flex, remoting, and dev/production environments

2006-08-02 Thread Douglas Knudsen
as long as your paths are the same, no need to re-compile at all. Remember CFCs need a full dot path from the web root, custom tag directory, or mapping. DKOn 8/2/06, Rick Root [EMAIL PROTECTED] wrote: Rick Root wrote: When building a flex app that uses remoting with coldfusion... if I'm

[flexcoders] Flex Remoting

2006-04-20 Thread murtuza_ab
Hi, Need help in the Remoting Implementation I have tried example of below, with the method which does not take any param it works but what is the syntax for passing the argument to the remote method. We are using this example as we are not using flex data service server side component. if

RE: [flexcoders] Flex Remoting

2006-04-20 Thread Peter Farland
To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Remoting Hi, Need help in the Remoting Implementation I have tried example of below, with the method which does not take any param it works but what is the syntax for passing the argument to the remote method. We are using this example

RE: [flexcoders] Flex, Remoting and more

2005-06-30 Thread Erik Westra
Albericio Salvador Sent: maandag 27 juni 2005 12:57 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex, Remoting and more Hi all, I've been reading about connecting flex client applications using Flash Communication Server(FCS) and shared objects. Thats seems to cover the needs

[flexcoders] Flex, Remoting and more

2005-06-27 Thread Alberto Albericio Salvador
Hi all, I've been reading about connecting flex client applications using Flash Communication Server(FCS) and shared objects. Thats seems to cover the needs for developing chat-like applications... Now, imagine I have an external Notification server (yukon notification server, or whatever) And

RE: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Rick Bullotta
] On Behalf Of Alberto Albericio Salvador Sent: Monday, June 27, 2005 6:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex, Remoting and more Hi all, I've been reading about connecting flex client applications using Flash Communication Server(FCS) and shared objects. Thats seems to cover

RE: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
as local FCS, this flash application works as bridge between two... -abdul From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rick BullottaSent: Monday, June 27, 2005 4:33 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex, Remoting and more The danger

Re: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Alberto Albericio Salvador
:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Alberto Albericio Salvador *Sent:* Monday, June 27, 2005 6:57 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Flex, Remoting and more Hi all, I've been reading about connecting flex client applications using

Re: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Alberto Albericio Salvador
*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *Rick Bullotta *Sent:* Monday, June 27, 2005 4:33 PM *To:* flexcoders@yahoogroups.com *Subject:* RE: [flexcoders] Flex, Remoting and more The danger of persistent connections is one of scaleability

RE: [flexcoders] Flex, Remoting and more

2005-06-27 Thread Abdul Qabiz
. -abdul -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alberto Albericio Salvador Sent: Monday, June 27, 2005 5:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex, Remoting and more Hi Abdul, Is it possible from C# or any

[flexcoders] Flex Remoting has UPPERCASE results

2005-03-22 Thread Scott Barnes
I noticed in: http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19356 It states: ...With Flash Remoting, they are returned in exactly the same case as they are typed. For example, if you returned a query with two columns, (FirstName, LastName), when ColdFusion returns the data

RE: [flexcoders] Flex Remoting has UPPERCASE results

2005-03-22 Thread Peter Farland
case to the form in which CF returned them). -Original Message- From: Scott Barnes [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 22, 2005 6:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Remoting has UPPERCASE results I noticed in: http://www.macromedia.com/cfusion

Re: [flexcoders] Flex Remoting has UPPERCASE results

2005-03-22 Thread Scott Barnes
thanks all for the replies, helped me understand the mechanics of Remoting and work-arounds. I still prefer a consistent case to come back (lower/upper) as i think inheriting case sensitivity from CFMX is bad form? On Tue, 22 Mar 2005 19:04:42 -0500, Darron J. Schall [EMAIL PROTECTED] wrote:

RE: [flexcoders] Flex Remoting has UPPERCASE results

2005-03-22 Thread Dirk Eismann
://www.richinternet.de/blog/index.cfm?entry=74BA931D-C3DA-FDE0-C7959146205942DA Dirk. -Original Message- From: Scott Barnes [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 1:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex Remoting has UPPERCASE results thanks all