[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.ecf] Re: Simple Client Server Example?

Scott Lewis wrote:

ECF has a discovery API...so if you want the clients to discover via (LAN-or-WAN-based) discovery, then you can/could use the ECF discovery API (there are example apps and test code that use the discovery API to discover external processes of a certain type (i.e. those that understand your protocol).


But I'm not sure if you want all this for this example/your app...that is...perhaps you don't want to do network discovery...and if not then you can have other ways to 'discover' servers/services (e.g. consulting centralized/web registry, etc).

Are there any examples of consulting a centralized registry, or just directly hardcoding a connection string for particular services?