Re: [flexcoders] Flex with .Net

2009-10-13 Thread Jehanzeb Musani
The easiest thing would be to expose a web service written in .NET can invoke with Flex UI. Make sure you rely on the primitive types or design your protocol (objects encoded it in xml and pass as string to webservice). It's simple but will not be very efficient. The other approach you can

RE: [SPAM] Re: [flexcoders] Flex with .Net

2009-10-12 Thread Tracy Spratt
12:52 PM To: flexcoders@yahoogroups.com Cc: nrk...@gmail.com Subject: [SPAM] Re: [flexcoders] Flex with .Net You have to use .net webservices as backend and in front end Flex will be used. --- On Mon, 5/10/09, Ramkumar nrk...@gmail.com wrote: From: Ramkumar nrk...@gmail.com Subject

[SPAM] Re: [flexcoders] Flex with .Net

2009-10-12 Thread reflexactions
, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of sachindev tripathi Sent: Friday, October 09, 2009 12:52 PM To: flexcoders@yahoogroups.com Cc: nrk...@... Subject: [SPAM] Re: [flexcoders] Flex with .Net

Re: [flexcoders] Flex with .Net

2009-10-09 Thread sachindev tripathi
You have to use .net webservices as backend and in front end Flex will be used. --- On Mon, 5/10/09, Ramkumar nrk...@gmail.com wrote: From: Ramkumar nrk...@gmail.com Subject: [flexcoders] Flex with .Net To: nrk...@gmail.com Date: Monday, 5 October, 2009, 9:34 PM  

Re: [flexcoders] Flex with .Net

2009-10-08 Thread Ramkumar
Yah david. but not able to figure out exact code and also from the .Net project we dont know where to place the flex files and communication part where to written. if possible please help me. On Thu, Oct 8, 2009 at 7:11 AM, David Pariente xxmapach...@yahoo.es wrote: I was searching for the

Re: [flexcoders] Flex with .Net

2009-10-08 Thread David Pariente
I'm sorry, after a little research i managed to convince client to let me do it with PHP. I had no idea on .Net and we were in a hurry. sorry i can't be of help. Ramkumar wrote: Yah david. but not able to figure out exact code and also from the .Net project we dont know where to place the

RE: [flexcoders] Flex with .Net

2009-10-08 Thread wayne vetrone
Date: Thu, 8 Oct 2009 14:05:41 +0200 Subject: Re: [flexcoders] Flex with .Net I'm sorry, after a little research i managed to convince client to let me do it with PHP. I had no idea on .Net and we were in a hurry. sorry i can't be of help

Re: [flexcoders] Flex with .Net

2009-10-08 Thread vikram bhatla
Hi, Have a look to the example http://www.adobe.com/devnet/flex/articles/code_generator.html If you use Remoting above example will help you. Else you can use the normal HttpService to interact with webserver(which will return XML). Its all depend on your server architecture. I personally

Re: [flexcoders] Flex with .Net

2009-10-07 Thread David Pariente
I was searching for the same short ago, so i can tell you that the adobe flex page has plenty of examples, videos and articles on how to connect Flex with .Net. At least it has enough to start with. Did you google it or checked adobe flex website? Ramkumar wrote: Hi All, We have the

RE: [flexcoders] Flex and .NET

2009-06-08 Thread Tracy Spratt
07, 2009 11:35 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Flex and .NET Considering the time required for serialization/deserialization, using something like webORB would improve parsing time, as it uses a binary format which can be parsed more easily than a text format

Re: [flexcoders] Flex and .NET

2009-06-08 Thread Adrian Williams
:49:36 Subject: Re: [flexcoders] Flex and .NET 2009/6/8 Angelo Anolin angelo_anolin@ yahoo.com: I feel that this is probably not the BEST way of doing this. I tried initially to pass an XML delimmited string, but .NET seems to read XML differently( ?) from Flex. I'd say XML would be a good

Re: [flexcoders] Flex and .NET

2009-06-08 Thread Angelo Anolin
on the underlying data. Quite straightforward. Is this possible? Thanks. Regards, Angelo From: Adrian Williams adri...@familytreedna.com To: flexcoders@yahoogroups.com Sent: Monday, 8 June, 2009 21:12:05 Subject: Re: [flexcoders] Flex and .NET Hi

Re: [flexcoders] Flex and .NET

2009-06-07 Thread Sam Lai
2009/6/8 Angelo Anolin angelo_ano...@yahoo.com: I feel that this is probably not the BEST way of doing this.  I tried initially to pass an XML delimmited string, but .NET seems to read XML differently(?) from Flex. I'd say XML would be a good way of doing it. What kind of errors are you

Re: [flexcoders] Flex and .NET

2009-06-07 Thread Angelo Anolin
: [flexcoders] Flex and .NET 2009/6/8 Angelo Anolin angelo_anolin@ yahoo.com: I feel that this is probably not the BEST way of doing this.  I tried initially to pass an XML delimmited string, but .NET seems to read XML differently( ?) from Flex. I'd say XML would be a good way of doing it. What kind

Re: [flexcoders] Flex and .NET

2009-06-07 Thread Sam Lai
and the dataset is immediately bound to the Crystal report? Thanks. Regards, Angelo From: Sam Lai samuel@gmail.com To: flexcoders@yahoogroups.com Sent: Monday, 8 June, 2009 8:49:36 Subject: Re: [flexcoders] Flex and .NET 2009/6/8 Angelo Anolin angelo_anolin

Re: [flexcoders] Flex Dot Net

2007-12-27 Thread Daniel Freiman
RemoteObjects: The articles at http://www.adobe.com/devnet/flex/flex_net.html are good. WebServices: The Dev guide explains the flex side. On the dot net side simply create an ASP.NET Webservice project. HTPPServices: Again, see the Dev guide should explain everything. You might need to port

Re: [flexcoders] Flex vs. .Net for RIA database apps; new to both

2006-06-09 Thread Robert Thompson
I think you might be interpreting the "showy shopping cart" as you call it as really a client side app that manages data mostly on the client side; and maintains integrity through publish subscribe.If I were you, and anybody out there, I think it's rather obvious that most of us will run into

Re: [flexcoders] Flex vs. .Net for RIA database apps; new to both

2006-06-09 Thread Jeremy Lu
well, Flex 2 is surely suitable for database oriented or data-centric application, you can check out the Flex Derby pages here: http://labs.adobe.com/wiki/index.php/Showcase:Flex_Developer_Derby lot of applications are data-heavy and co-op with backend technology closely, this is never an

Re: [flexcoders] Flex 2.0 net meeting and question

2006-04-29 Thread JesterXL
Nice app! That's pretty cool you can create a shared whiteboard chat with just a java socket. http://www.osflash.org/red5 - Original Message - From: sank xuan To: flexcoders@yahoogroups.com Sent: Saturday, April 29, 2006 3:50 PM Subject: [flexcoders] Flex 2.0 net meeting and

RE: [flexcoders] Flex Consuming .Net WS (WSE 2.0)

2005-09-06 Thread Matt Chotin
We dont have any support for those security features built-in right now. Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jose (DSM) Lora Sent: Tuesday, September 06, 2005 7:00 PM To: flexcoders@yahoogroups.com Subject: [flexcoders]

Re: [flexcoders] Flex And .NET

2005-07-28 Thread priya s
I m new to Flex, could you elaborate more on what you mean by "right steps".Igor Costa [EMAIL PROTECTED] wrote: Well, following the right steps to write your mxml code will generatefor any version2005/7/27, priya_uvce [EMAIL PROTECTED]: We are using Flex 1.5, which will be accessing.NET

Re: [flexcoders] Flex And .NET

2005-07-27 Thread Igor Costa
Well, following the right steps to write your mxml code will generate for any version 2005/7/27, priya_uvce [EMAIL PROTECTED]: We are using Flex 1.5, which will be accessing.NET assemblies through Flash Remoting. The macromedia site says that Flex 2.0 will do away with Flash Remoting for

RE: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Robert Stuttaford
You could use web services! Works like a bomb. If using cairngorm, a rewrite to Remote Objects when Flex 2.0 ships is a matter of changing Services.mxml. If you want remoting but don't want to wait for 2.0, you could use FlashORB Remoting .NET 1.5 in the mean time (or forever, possibly)

Re: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Pushkar Phatak
That is awesome indeed. cairgorm is very helpful, and we are using parts of the websiervices thing.. i guess i want to make life *dead simple* from an integration perspective. Too much laziness on our part i think. Thanks again Robert! :) pushkar On Thu, 24 Mar 2005 19:29:53 +0200,

RE: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Kristopher Schultz
their own admin. Am I missing something? Kris -- Kristopher Schultz Developer Resource Interactive p: 614.410.2123 www.resource.com From: Robert Stuttaford [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 12:30 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders

Re: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Pushkar Phatak
Schultz Developer Resource Interactive p: 614.410.2123 www.resource.com From: Robert Stuttaford [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 12:30 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex on .Net? Any progress

Re: [flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Matthew Shirey
: Robert Stuttaford [mailto:[EMAIL PROTECTED] Sent: Thursday, March 24, 2005 12:30 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex on .Net? Any progress? You could use web services! Works like a bomb. If using cairngorm, a rewrite to Remote Objects when Flex 2.0 ships