yeah, I spend some time looking at it, its certainly not easy. Any other 
alternatives? I need 
to connect to assembler and get the data pushes to the  java client and execute 
some stuff 
on the desktop. AIR would have been perfect if it was as powerful as Java on 
desktop. 

-Shailesh

--- In flexcoders@yahoogroups.com, "meteatamel" <[EMAIL PROTECTED]> wrote:
>
> By LCDS, you mean DataService in Java? I haven't heard anyone try
> implementing that in Java. I don't think it'll be that easy though
> because, first you need to implement all Channels (or at least one
> that you'll use in your application) in Java and that by itself is not
> trivial. You need to figure out how to make HTTP calls (URLConnection
> vs. HTTPClient), figure out how AMF serialization/deserialization is
> going to work, etc. 
> 
> After you have your Channel, you need to implement Producer/Consumer
> so you can do messaging. And finally, you can build DataService on top
> of those. 
> 
> -Mete
> 
> --- In flexcoders@yahoogroups.com, "Shailesh Mangal"
> <shailesh.mangal@> wrote:
> >
> > Has java client (thick) for LCDS been tried? Any ideas how can this be
> > done.
> > 
> > -Shailesh
> >
>



Reply via email to