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 Milestone 1.0.0M5"

(Release Availability)
m
Line 55: Line 55:
 
** [[Corona Project Container Explorer|Project Container Explorer]]
 
** [[Corona Project Container Explorer|Project Container Explorer]]
 
** [[Corona Project Container View|Project Container View]]
 
** [[Corona Project Container View|Project Container View]]
 +
** [[Corona Preferences Page|Preferences Page]]
 +
* Update articles about
 +
** [[Corona Development Environment|Development Environment]]
 +
** [[Corona Logging|Logging]]
 
* Create How-To articles on wiki
 
* Create How-To articles on wiki
 
** create, updated PCC definition
 
** create, updated PCC definition

Revision as of 12:13, 6 November 2006

Eclipse Home Wiki Home Development

Theme

The theme for this milstone is remote accessibility. Emphasis will be placed on enabling Corona server-side pluings to expose functionality via web services as well as Corona workbench plugins to utilize this functionality.

Schedule

Begin DateSep 19, 2006
End DateOct 30, 2006

Objectives

Corona 1.0.0m5 components.jpg

Acronyms

  • PCX = Project Container Explorer
  • PCV = Project Container Viewer
  • PCV-Pg = Project Container Viewer Page (associated with displaying Repository objects
  • PC Pref = Project Container Prefernces (configuration)
  • IPC = Interface to Project Container (used for OSGi service)
  • PC Mgr = Project Container Manager
  • CC = Context Container
  • PC Builder = Workbench project builder to publish Collaboration Events
  • Collaboration Events = Collaboration Event manager (extends OSGi event manager)
  • SOA = Corona SOA web service enablement

SOA Web Services

  • Deployment of OSGi bundle that exposes web services
  • Use of Apache Axis
  • Create How-To articles on wiki

Project Context Container Manager

  • Expose PCC Manager functionality via web services
  • PCC Manager proxy to access PCC Manager web services

Context Container

  • Javadoc all classes
  • Create wiki doc re: Context Container
  • Create wiki doc re: Repository Descriptor

Project Context Container

  • Consolidate the PCC workbench plug-ins (explorer, view, builder) into a single plug-in
  • Introduce workbench preferences for PCC configuration
    • Configuration item for CORONA_CONFIG_HOME
    • Establish preference grouping for use by Repository Adaptor view pages
  • Document how to create an extension for Repository Adaptor view page
  • Create user guide articles about
  • Update articles about
  • Create How-To articles on wiki
    • create, updated PCC definition
    • create, deploy PCC View page (Repository Adaptor view)
  • Event filtering
    • Limit PCC events to only those of interest.
      • Workbench Resource Change Events for resources that are not synchronized should not be propagated to the Workgroup.

Team Member Repository

  • Use a JDBC datasource as the repository for team members
    • Allow this to be the exemplary implementation (example) of how a Repository Adaptor would use a JDBC datasource
    • Deploy Apache Derby to Corona server-side

Build Process

  • Updated build process to support Europa
    • RSS notifications
  • Execute unit tests for each build
  • Perform nightly, weekly builds

Release Availability

  • Post download images to Corona's FTP site
  • Update wiki re: download and usage
  • Cross post release availability to other development mailing lists

Back to the top