[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[ecf-dev] which ECF protocol to use?
|
- From: David Donohue <dd@xxxxxxxxxxxxxxxx>
- Date: Fri, 9 Oct 2009 06:15:10 -0400
- Delivered-to: ecf-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:reply-to:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=Gl06m0SI4v3X6tnGdz7/TpyeZsJxjFETq+gholZryKI=; b=N0Rf4g3OS+9ioS3YcABlQ4EXNjGKsB1KpKDDKrp4JfRVxccCY4o5TO+zTv7nn/ISXU 961In53NDZXM82L9IRJ5Qr62frKadHT7x8vIyf+izUgrzss+G/QNOSQdWDHnWaI1wthj LO9ZiSdHqegjy3j4V37qT4h7NxgGGBctebx7Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:reply-to:date:x-google-sender-auth:message-id :subject:from:to:content-type; b=nu6lRpeNQedKbHIYkAuoDPUkRRiWw+0yPqm8JPrZ4T90/MPthTQ7TZXotZvMFi1mMn /Nr0teQFHdWPlPaaR3Dd1uGCP07DsRnE1v5MnO0/RoHJ/chy0iZsx8taNbZgGi88qHUY E8PtwcXbgmXue45uhPnPr0FlbR62tJeerR4QY=
Hello!
I would like help with my strategy toward using ECF, if you would be
so kind. I plan to have a central UI client, which might be an OSGi
bundle and it might not. This client would communicate with many OSGi
servers, which provide data lookup functions for the client. I would
like these servers to be maximally secure, so I was planning to avoid
use of a protocol that could be contacted using HTTP. I would like
the communication to be as fast as possible. I would like to possibly
share Java objects, and definitely share Strings of data in XML or
other.
Can you tell me any advice on these?
* which ECF protocol to select, that can be used as easily as
possible by non-OSGi clients, for maximal speed and security?
* does your experience favor any syntax of communicating data, for
maximal speed? XML? other?
Many thanks,
David Donohue