tags:

views:

27

answers:

1

Hi,

I need to develop the HTTPS application using Flex and Java.

But i have idea about remote objects or HTTPServices. Any one please help me which one is the best for developing HTTPS application.

Thanks, Ravi

A: 

My feeling is that if you only need to connect with a flex client then go with the remote objects. If you want the flexibility to connect with other clients then go ahead and use HTTPS

TheSteve0
@Steve: Thanks for your response. Can you please explain briefly?
Ravi K Chowdary
I mean that if you want to connect with iPhone and flex then use HTTPS, if it is only flex then use remote objects since it will be more efficient
TheSteve0