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 [email protected], "Shailesh Mangal" <[EMAIL PROTECTED]> wrote: > > Has java client (thick) for LCDS been tried? Any ideas how can this be > done. > > -Shailesh >

