Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[corona-dev] Corona ContextContainerManager Proxies

The refactoring to convert the ContextContainerManager proxies to follow a service interface model is complete.  The code has been committed to CVS.  The majority of work was in the following plugins:

  • org.eclispe.corona.container
  • org.eclipse.corona.container.ui
  • org.eclipse.corona.container.project
  • org.eclipse.corona.container.project.ui

The service model is based upon the OSGi service model.  The proxy services are started using OSGi Declarative Services.

 

A new service interface has been introduced: IContextContainerManagerProxy.  This interface is used to interact with any manager proxy service to configure its ServiceConnectionParameters.

 

The use of DS enabled a single manager proxy implementation class to be referenced as both IContextContainerManager and IContextContainerManagerProxy interfaces.

 

I was successful at starting a Corona server and two Workbench clients and having the clients collaborate via ContextContainer events. J

 


The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top