Skip to main content

Notice: This Wiki is now read only and edits are no longer 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 Repository Integration"

 
Line 1: Line 1:
 
==Repository Integration Steps==
 
==Repository Integration Steps==
 +
More details coming soon.
 +
 +
#Identify Repository. The term Repository is used generically to describe a set of related resources with interfaces to retrieve and update the resources it holds.
 +
# Find its interfaces for retrieving and updating resources
 +
# Correlate these interfaces to the interface defined by IRepositoryAdapter
 +
# Implement the repository adapter
 +
# Add and extension to the RepositoryAdapter extension point in org.eclipse.corona.repository  called org.eclipse.corona.repository.adapter.  Take a look at RepositoryAdapterFactory to see how the extensions are processed.
 +
# Add a RepositoryDecripter definition into your ContextContainer Definition

Revision as of 18:13, 21 September 2006

Repository Integration Steps

More details coming soon.

  1. Identify Repository. The term Repository is used generically to describe a set of related resources with interfaces to retrieve and update the resources it holds.
  2. Find its interfaces for retrieving and updating resources
  3. Correlate these interfaces to the interface defined by IRepositoryAdapter
  4. Implement the repository adapter
  5. Add and extension to the RepositoryAdapter extension point in org.eclipse.corona.repository called org.eclipse.corona.repository.adapter. Take a look at RepositoryAdapterFactory to see how the extensions are processed.
  6. Add a RepositoryDecripter definition into your ContextContainer Definition

Copyright © Eclipse Foundation, Inc. All Rights Reserved.