[flexcoders] Flex -Weborb(.net) chat with database

2010-02-05 Thread vikranth4u
i am developing a chat application in flex with weborb, using message queuing In that time how can i track the chat messages and where we can use the database interaction to store the chat messages, Please help me regarding this issue

Re: [flexcoders] Flex with .Net

2009-10-13 Thread Jehanzeb Musani
resort to is using WebORB.NET. Regards, Jehanzeb From: Ramkumar nrk...@gmail.com To: nrk...@gmail.com Sent: Tue, October 6, 2009 12:34:08 PM Subject: [flexcoders] Flex with .Net Hi All, We have the application on .Net and we have to replace the asp pages

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

[flexcoders] Flex with .Net

2009-10-06 Thread Ramkumar
Hi All, We have the application on .Net and we have to replace the asp pages with flex UI. I am little bit exposure only to flex(I am java developer) and dont have knowledge on .Net. Please provide me sample codes(like the data passing from UI to db) and materials for doing the application. from

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

[flexcoders] Flex and .NET

2009-06-07 Thread Angelo Anolin
Hi FlexCoders, I have recently discovered the wonders of developing RIAs with Flex / FlexBuilder and have completely decided to use the same in further development efforts on my part.  With a little .NET knowledge, I decided to venture out on the path of Flex by combining it with some wisdom I

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

[flexcoders] Flex Dot Net

2007-12-27 Thread NileAge, Mail
We need a complete guide to Flex with .Net Can anyone can help me plz ?

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

[flexcoders] Flex and .net webservices

2006-12-11 Thread Robin Burrer
Hi there, I have been playing around .net and flex for a while. Primarily I want to send value objects (consisting of strings, intergers and arrays of VOs) back and forth. I could not figure out how to do the following things though: 1. Sending arrays to a webservice works

[flexcoders] Flex and .NET Objects

2006-07-17 Thread ajackbr
Hi! I'd like to know if someone is working or has some reference to the integration between Flex and Microsoft .NET. I did read in some place that the Flex Data Services would do that dealing with .NET Remoting, but I'm not sure about that. Best regards. Jack Yahoo!

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

2006-06-09 Thread michaellisten
I'm trying to decide which technology to invest my time into, and will be experimenting with both .net and flex. I like the OS independence that flex enables on the server side. I'd buy flex builder because I'm interested in whichever provides the simplest learning curve, and I'm sure on the

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

[flexcoders] Flex 2.0 net meeting and question

2006-04-29 Thread sank xuan
HI , I write a simply net meeting base on flex 2.0 and java socket nio the site url: http://sankmeeting.go.3322.orgIf you are interesting with it,you can contact mewith my gmail: [EMAIL PROTECTED], because my yahoo mail only for flexcoder maillistand my problem, How I use rtmp

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

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

2005-09-06 Thread Jose \(DSM\) Lora
Hi, we are building Web services using .NET WSE 2.0 and I was wondering if Flex will be able to consume those services. Thanks Jose -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

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

2005-09-06 Thread Matt Chotin
] Flex Consuming .Net WS (WSE 2.0) Hi, we are building Web services using .NET WSE 2.0 and I was wondering if Flex will be able to consume those services. Thanks Jose -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

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

[flexcoders] Flex And .NET

2005-07-27 Thread priya_uvce
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 .NET. How should we design our application so that they are minimal changes while migrating from Flex 1.5 to Flex 2.0 --

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

[flexcoders] Flex and .NET

2005-04-19 Thread nboulet
Hi everyone, Nice to meet you all. First post on this mailing list and I'm glad that there's a mailing list about this fantastic new technology which is Flex. I read somewhere that there will be a .NET version of Macromedia Flex. Is there anyone who got information about this? Thank you very

[flexcoders] Flex on .Net? Any progress?

2005-03-24 Thread Pushkar Phatak
Hello all, Quick question. Are there any updates about flex being ported to .Net natively? We are running into some clients who really like flex but dont want to drop the current .Net infrastructure. Any thoughts / suggestions? Thanks Pushkar Yahoo! Groups Links * To visit your group

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

2005-03-24 Thread Robert Stuttaford
) -Original Message- From: Pushkar Phatak [mailto:[EMAIL PROTECTED] Sent: 24 March 2005 07:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex on .Net? Any progress? Hello all, Quick question. Are there any updates about flex being ported to .Net natively? We are running into some

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

2005-03-24 Thread Pushkar Phatak
in the mean time (or forever, possibly) -Original Message- From: Pushkar Phatak [mailto:[EMAIL PROTECTED] Sent: 24 March 2005 07:26 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex on .Net? Any progress? Hello all, Quick question. Are there any updates about flex being

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

2005-03-24 Thread Kristopher Schultz
] Flex on .Net? Any progress? You could use web services! Works like a bomb. If using cairngorm, a rewriteto 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 FlashORBRemoting .NET 1.5 in the mean time

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