Adobe Flex / Air

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Adobe Flex / Air

Mike Hales
Has anyone used Adobe Flex and/or Air to build GUI's connected to VW?  
Specifically, has anyone looked at how to integrate VW with Flex Data  
Services to push updates to the  Flex application?

Thanks,

Mike

Reply | Threaded
Open this post in threaded view
|

Re: Adobe Flex / Air

Wouter Gazendam
We're currently looking at using flex. Since Flex Data Services is a
client/server solution with Java (or, I believe, coldfusion) at the
server side using FDS is not an option right now for VisualWorks
users. We are using the HTTPService and XML for data interchange
between the Flex client and Visualworks. I'm interested if other
people have come up with different solutions.

Wouter



On Nov 15, 2007 7:15 PM, Mike Hales <[hidden email]> wrote:
> Has anyone used Adobe Flex and/or Air to build GUI's connected to VW?
> Specifically, has anyone looked at how to integrate VW with Flex Data
> Services to push updates to the  Flex application?
>
> Thanks,
>
> Mike
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Adobe Flex / Air

skrish
In reply to this post by Mike Hales
Use the XML input-output. You can use simple HTTP request and response
to recieve and send XML data. Webservices too should work. I am not
sure but I did do a hack to have it working for one of my own internal
trial runs.. but its easy and really cool.. though Adobe Flex is
another millstone.. of XML UI elements to cover..

If essential I can go back to dig out and send you a sample implementation.

regards
skrishnamachari


On Nov 15, 2007 11:45 PM, Mike Hales <[hidden email]> wrote:
> Has anyone used Adobe Flex and/or Air to build GUI's connected to VW?
> Specifically, has anyone looked at how to integrate VW with Flex Data
> Services to push updates to the  Flex application?
>
> Thanks,
>
> Mike
>
>