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 "Components"

 
 
Line 1: Line 1:
In the following table:
+
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 +
[[Components]] are low level building blocks comprised of Eclipse projects (folders) that in turn contain files:
 +
* [[Components 1.X]] - used by both [[Higgins 1.0]] and [[Higgins 1.1]]
 +
* [[Components 1.0]] - used by Higgins 1.0
 +
* [[Components 1.1]] - used by Higgins 1.1
 +
* [[Components 2.0]] - used by Higgins 2.0
  
* ''Component'' is the name of the Eclipse Bugzilla component within the overall ''Higgins'' Bugzilla Product (with the exception of "Misc" that is not found in Bugzilla). These components align with those found here [[Core Components]]
+
Hierarchy:
* ''Component Qualifier'' provides additional informal categories of Components
+
* Solutions are deployable, usable apps and web services (and in a couple of cases libraries).
* ''Project folders & files'' provides representative folders & files
+
* [http://wiki.eclipse.org/Category:Higgins_Packages Packages] are mid-level multi-component packages used to create solutions
* ''CVS Folder'' is the containing folder in the dev.eclipse.org CVS repository
+
 
+
{| border="1"
+
|+ The table's caption
+
! Component !! Component Qualifier !! Project folders & files !! CVS Folder
+
|-
+
| HBX || Firefox Extension || Javascript (not yet moved here: currently in "bx" CVS folder)  || app > firefox
+
|-
+
|ISSUI ||  ||  ||
+
|-
+
|I-Card Broker ||  ||  || app > webapp
+
|-
+
|Relying Party  ||  ||  ||
+
|-
+
|RCP Demo App  ||  ||org.eclipse.higgins.app<br/>org.eclipse.higgins.app.util<br/>org.eclipse.higgins.app.ui || app > rcp
+
|-
+
|ISS ||  ||  || plugins
+
|-
+
|I-Card Provider  ||  ||  ||
+
|-
+
|STS ||  ||  ||
+
|-
+
|Token Provider ||  ||  ||
+
|-
+
|IdAS ||  || org.eclipse.higgins.idas || org.eclipse.higgins.idas
+
|-
+
|Context Provider || New IdAS-compliant || <none> ||
+
|-
+
| || Old context providers  || org.eclipse.higgins.context.example <br/>org.eclipse.higgins.context.profileshare<br/> org.eclipse.higgins.context.user<br/> org.eclipse.higgins.context.rss || plugins
+
|-
+
| || Old context provider support code  || org.eclipse.higgins.context.model<br/> org.eclipse.higgins.context.model.persistence<br/> org.eclipse.higgins.context.store <br/>org.eclipse.higgins.context.share ||
+
|-
+
|Doc ||  ||  || doc
+
|-
+
|Tests || Old unit tests || org.eclipse.higgins.test || test
+
|-
+
|Misc ||  Old monolithic Higgins || org.eclipse.higgins ||
+
|-
+
| || Feature Definitions ||  || features
+
|-
+
| || Builds ||  || builds
+
 
+
|}
+

Latest revision as of 15:29, 15 August 2014

Higgins logo 76Wx100H.jpg

Components are low level building blocks comprised of Eclipse projects (folders) that in turn contain files:

Hierarchy:

  • Solutions are deployable, usable apps and web services (and in a couple of cases libraries).
  • Packages are mid-level multi-component packages used to create solutions

Back to the top