On 12/16/05, Peter Farland <[EMAIL PROTECTED]> wrote:
> All,
>
> I think people are mixing issues. 1.) "AMF protocol versions" and 2.)
> "Flex 1.5 styled RemoteObject in Flex 2" are completely separate issues.
>
>
> 1. AMF 0 and AMF 3 both work in AS3, AVM+ flash.net.NetConnection as
> we've heard on this thread over and over.
>
correct. And, obviously, this is not where my concerns lie.
>
> 2. Flex 1.5 styled RemoteObject calls. The issue here is not really AMF
> 0 or AMF 3. There are several points here that you're raising (that
> people seem to be confusing with AMF 0):
>
> a.) Ability to point RemoteObject to an arbitrary endpoint that isn't
> necessarily Flex Enterprise Server 2.
>
correct
> b.) Send Flex 1.5 styled requests (not AMF protocol specific
> consideations here, but things like headers, credentials, etc) to legacy
> endpoints.
>
correct
> c.) Support for Flex 1.5 (well, actually we're really talking about
> Flash Remoting MX Components 2004) data types such as
> mx.remoting.RecordSet.
>
correct

> I cannot discuss implementation details until a public Beta of Flex
> Enterprise is released. Please contact Phil Costa off list if you need
> to discuss any of these in detail before then.
>
> I can tell you, however, that Flex 2 Data Provider API is considerably
> different. I believe the mx.remoting.RecordSet API as it stands in Flex
> 1.5 is an inadequate data provider for Flex 2 components.
>

How can plain old web services,which are totally generic, be adequate
but not recordsets?

> How were you using RecordSet? Did you bind it directly to a data grid?

Not generally. My code is mainly a low level engine that does stuff
with data. I manipulate the data in a fairly complicated data
management engine I have written. My UI layer currently doesnt have
any data grids, but I intend to add that kind of stuff within the next
few months with MXML - if I can do it without the kind of pain I am
now imagining.

> Also, how were you constructing these on the server? CF Query objects?
>
Brians story is different from mine which I am sure is different for
php users. But I construct all of my recordsets with JDBC resultsets.
Cached rowsets to be exact. I suck lots of complex queries right out
of the database and send them to flash. The data never becomes
serialized POJOs.

Regards
Hank
>
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> Yahoo! Groups Links
>
>
>
>
>
>
>


------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to