Re: Database support for Adobe AIR

2012-04-11 Thread Maciek Sakrejda
On Wed, Apr 11, 2012 at 9:25 AM, Omar Gonzalez wrote: > If I did add something more specific or everyone did want something like > MongoAS3 to be donated I'd be willing. > > -omar *If* we do anything in this area, I think it makes sense to follow what Java does with JDBC: the specification and in

Re: Database support for Adobe AIR

2012-04-11 Thread Omar Gonzalez
A plugins page would be ok I think, Jeff Tapper has that eco page going, maybe plugins need their own page. If I did add something more specific or everyone did want something like MongoAS3 to be donated I'd be willing. -omar

Re: Database support for Adobe AIR

2012-04-11 Thread João Fernandes
I've proposed in the past that the SDK could be broken into different blocks like core (the actual SDK) and plugins for those who might need some additional features. João Fernandes On 11 April 2012 16:08, Ariel Jakobovits wrote: > How about on a plugins page? > > > > On Apr 11, 2012, at 7:17 A

Re: Database support for Adobe AIR

2012-04-11 Thread Ariel Jakobovits
How about on a plugins page? On Apr 11, 2012, at 7:17 AM, Omar Gonzalez wrote: > I have an AS3 driver for MongoDB called MongoAS3 on GitHub. Also uses > Socket to implement mongo wire protocol and BSON. I'm just not sure it > belongs in the Flex SDK. Perhaps if I add some class mapping, but ev

Re: Database support for Adobe AIR

2012-04-11 Thread Omar Gonzalez
I have an AS3 driver for MongoDB called MongoAS3 on GitHub. Also uses Socket to implement mongo wire protocol and BSON. I'm just not sure it belongs in the Flex SDK. Perhaps if I add some class mapping, but even then does it really belong in the Flex SDK? -s9tpep...@apache.org

Re: Database support for Adobe AIR

2012-04-11 Thread Cosma Colanicchia
I also used, for a little project, a pure as3 socket-based MySql driver from an AIR application, called assql [1] [1] http://code.google.com/p/assql/ 2012/4/11 Maciek Sakrejda : >>> Simply put, there is no roadmap in Apache Flex for AIR.  I was part of >>> an email thread last week about ANEs, a

Re: Database support for Adobe AIR

2012-04-11 Thread Maciek Sakrejda
>> Simply put, there is no roadmap in Apache Flex for AIR.  I was part of >> an email thread last week about ANEs, and while I am not sure they >> belong in the Apache Flex, I do believe that as another email thread >> just started about making a website that would potentially attract >> folks to t

Re: Database support for Adobe AIR

2012-04-04 Thread Manik Magar
Hi ... Agree to JP, was little busy with other items so was away. Omar's point was clear to me that we may have air roadmap in future but for now it's not there. Apologies if I missed anything. JP, surely I will be happy to contribute. Let me know about ANE please. -- MM Sent from my iPhone

Re: Database support for Adobe AIR

2012-04-04 Thread JP Bader
@Omar - I agree that that is all you said and I do not wish to put words into anyone else's mouth. However the implication of your message (short, sweet, and to the point) apparently was (or could have been) misconstrued, and potentially interpreted incorrectly. @Ariel - Manik's response doesn't

Re: Database support for Adobe AIR

2012-04-04 Thread Omar Gonzalez
On Wed, Apr 4, 2012 at 12:25 AM, Ariel Jakobovits wrote: > But that's ALL you said, and his response was: > > "Oh ok .. Thanks." > > And the conversation was over, and he seemingly left. Is that the way we > want to treat people coming to hang out and chat about Flex? That's all I said because t

Re: Database support for Adobe AIR

2012-04-04 Thread Ariel Jakobovits
But that's ALL you said, and his response was: "Oh ok .. Thanks." And the conversation was over, and he seemingly left. Is that the way we want to treat people coming to hang out and chat about Flex? On Apr 4, 2012, at 12:19 AM, Omar Gonzalez wrote: > On Wednesday, April 4, 2012, Ariel Jakob

Re: Database support for Adobe AIR

2012-04-04 Thread Omar Gonzalez
On Wednesday, April 4, 2012, Ariel Jakobovits wrote: > Well, then can we agree that your initial response to the poster that his > comment did not belong on this list because we are not developing AIR was > not a appropriate response? No because I did not say such a thing. All I said was that AI

Re: Database support for Adobe AIR

2012-04-04 Thread Ariel Jakobovits
Well, then can we agree that your initial response to the poster that his comment did not belong on this list because we are not developing AIR was not a appropriate response? I'm not arguing for the sake of arguing. I'm making sure we don't send people packing because we don't understand their

Re: Database support for Adobe AIR

2012-04-03 Thread Omar Gonzalez
On Tuesday, April 3, 2012, Martin Heidegger wrote: > On 04/04/2012 14:21, Omar Gonzalez wrote: > >> ... whether we should be developing ANEs for the Flex framework, etc. >> > > I think that topic can be handled like any other topic: If someone is > interested working on it: Let them. I do not see

Re: Database support for Adobe AIR

2012-04-03 Thread Martin Heidegger
On 04/04/2012 14:21, Omar Gonzalez wrote: ... whether we should be developing ANEs for the Flex framework, etc. I think that topic can be handled like any other topic: If someone is interested working on it: Let them. I do not see a reason to veto on it. There are already air specific classes

Re: Database support for Adobe AIR

2012-04-03 Thread Omar Gonzalez
On Tue, Apr 3, 2012 at 10:04 PM, Ariel Jakobovits wrote: > > AIR is not part of the Apache Flex project > > I don't understand this response. Omar, perhaps you can define for me what > is in scope for Flex and what isn't. From Adobe's flex homepage: > > "Flex is a powerful, open source application

Re: Database support for Adobe AIR

2012-04-03 Thread Ariel Jakobovits
cations? Ariel Jakobovits Email: arielj...@yahoo.com Phone: 650-690-2213 Fax: 650-641-0031 Cell: 650-823-8699 From: Omar Gonzalez To: flex-dev@incubator.apache.org Sent: Tuesday, April 3, 2012 8:02 PM Subject: Re: Database support for Adobe AIR On Tue, Apr 3,

Re: Database support for Adobe AIR

2012-04-03 Thread Manik Magar
Oh ok .. Thanks. On Tue, Apr 3, 2012 at 11:02 PM, Omar Gonzalez wrote: > On Tue, Apr 3, 2012 at 7:27 PM, Manik Magar wrote: > > > Hi, > > > > Do we have any road map for AIR framework to support databases like > MySql, > > Oracle etc? > > > > I had made something when i needed this and is at -

Re: Database support for Adobe AIR

2012-04-03 Thread Omar Gonzalez
On Tue, Apr 3, 2012 at 7:27 PM, Manik Magar wrote: > Hi, > > Do we have any road map for AIR framework to support databases like MySql, > Oracle etc? > > I had made something when i needed this and is at - > > http://manikmagar.wordpress.com/2011/01/02/connecting-to-local-database-in-adobe-air/ >