Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Corona"

m
m (Resources)
Line 22: Line 22:
  
 
=== Resources ===
 
=== Resources ===
 +
*[[Corona Milestones|Milestones]]
 
*[[Corona Development Community|Development Community]]
 
*[[Corona Development Community|Development Community]]
 
*[[Corona User Guide|User Guide]]
 
*[[Corona User Guide|User Guide]]

Revision as of 15:27, 11 January 2007

Eclipse Home

Corona Project - Tools Services Framework

Corona is the Eclipse Tools Services Framework that enables workgroup collaboration. The workgroup is defined as multiple Eclipse based application that share a common context. Corona will distribute actions and events that occur in a local Eclipse workspace to all members of the workgroup.

Corona uses an Eclipse based server-side environment to manage its workgroup environment. Eclipse (non-ui) plug-ins can be deployed to Corona’s server to provide persistent handling of workgroup actions and events. These server-side plug-ins provide web service endpoints and/or participate in Corona’s event model to increase the value of commercial software solutions through cross-product integration.

The cornerstone of Corona is its context container (ContextContainer). This specialized container is shared with all members of the workgroup. It is the common context for collaboration within the workgroup. The ContextContainer defines the set repositories (RepositoryDescriptors) needed for Eclipse applications to participate in the workgroup collaboration solution.

Project Goals

  • Provide a context for collaboration within a distributed workgroup environment
    • ContextContainer
    • RepositoryDescriptor
    • Distributed Event Model
  • Provide Eclipse based server-side environment to manage Corona's workgroup environment
    • Provide an OSGi-based SOA component framework for server-side Eclipse plug-in deployment.
    • Provide manageability of component and resources via WSDM

Resources

Back to the top