java - any good OSGi remote service references/books/tutorials? -
first of all, know if osgi remove service has been implemented?
i thinking of solution messy system working on. standalone java components scattered in cluster of servers asynchrously communicating via jms. (btw, electronic trading platform).
i searched web while ago looking reference found articles.
can please point me right direction?
thank you...
that depends entirely on mean successfully, implemented , available. :-)
generally speaking situation sad: none of readily available implementations work or offer people seem need in practice.
first of important distinguish between "remote services" , "remote service admin" specs. former convention exposing services in osgi service registry; latter "the real spec" , includes discovery, coordination between transports, selective import/export control etc. hard bit, though there no reason why toolkit/mini-framework should not available open-source package people can concentrate on writing discovery or transport bundles minimal plumbing.
after looking @ work going on in apache cxf ri, ecf , tuscany sca (all of rejected production use various reasons) started work on complete reimplementation, based off of ri & ct reference. implementation coming along nicely (a major new release due soon) , part of commercial nimble distribution paremus; see remote services. disclaimer: work paremus.
so, answer question: yes, there @ least 1 "successful" spec-compliant remoteserviceadmin implementation. whether "available" or not call. :)
Comments
Post a Comment