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

Line 4: Line 4:
 
This page describes [[Higgins 1.0]]-only components. See [[Components 1.X]] for a list of components that are common to 1.0 and 1.1. See [[Components 1.1]] for a list of [[Higgins 1.1]]-only components.
 
This page describes [[Higgins 1.0]]-only components. See [[Components 1.X]] for a list of components that are common to 1.0 and 1.1. See [[Components 1.1]] for a list of [[Higgins 1.1]]-only components.
  
===Definitions===
+
===Conventions Used on this Page===
 
+
* See [[Components Page Conventions]] - including definitions of terms used below
Components are comprised of one or more Eclipse projects. The page is organized by the folders in the SVN repository at https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/
+
 
+
;Component: An abstract service description. Components may be implemented by N ''alternative'' sets of M ''constituent'' Eclipse ''projects''. Although N is often equal to one, it may be greater if there are multiple language implementations of the same service, or if there are alternative projects used in different runtime environments. Although M is also often equal to one, there may be two or three separate projects of various types.
+
 
+
;Project: An Eclipse project. In Java this builds to a .JAR or .plugin. On LINUX, perhaps a shared library. Types include: ''Impl.'' (implementation), ''Interface'', ''Test'' and ''Misc''
+
 
+
==Conventions Used on this Page==
+
* See [[Components Page Conventions]]  
+
 
* See [[Higgins SVN Branch Structure]] to understand how we name our builds
 
* See [[Higgins SVN Branch Structure]] to understand how we name our builds
 
* Eclipse projects (rows) or entire Components (tables) that are not yet a part of any release or stable build should be in the "Nursery" folder
 
* Eclipse projects (rows) or entire Components (tables) that are not yet a part of any release or stable build should be in the "Nursery" folder

Revision as of 10:07, 6 July 2009

{{#eclipseproject:technology.higgins}}

Higgins logo 76Wx100H.jpg

This page describes Higgins 1.0-only components. See Components 1.X for a list of components that are common to 1.0 and 1.1. See Components 1.1 for a list of Higgins 1.1-only components.

Conventions Used on this Page

  • See Components Page Conventions - including definitions of terms used below
  • See Higgins SVN Branch Structure to understand how we name our builds
  • Eclipse projects (rows) or entire Components (tables) that are not yet a part of any release or stable build should be in the "Nursery" folder

App folder

The App folder holds Components that are at the top level of their respective Higgins 1.0 or 1.1 architectures. For example, for end-user applications, these would be the user interface and/or client Components.

Components are listed in alphabetic order by SVN project name:

GTK and Cocoa Selector

Cross-Implementation Information
Bugs (ISSD): create, open, closed
Repository Downloads Owner


C++ projects:
Impl. org.eclipse.higgins.cbselector svn viewsvn downloads Andy

 

RCP-based Identity Selector

Cross-Implementation Information
Bugs (ISS+CLIENT+UI+RCP): create, open, closed
Repository Downloads Owner


Java 1.4 projects:


Impl. org.eclipse.higgins.crpps svn viewsvn downloads Tie Li
Misc. org.eclipse.higgins.crpps.feature svn viewsvn downloads Tie Li

 

Higgins Embedded-Selector Extension for Firefox

Cross-Implementation Information
Bugs (HBX): create, open, closed
Repository Downloads Owner


Javascript FireFox extension projects:
Impl. org.eclipse.higgins.hbx svn viewsvn downloads install TBD

 

MultiProtocol Relying Party Enablement Sample

Cross-Implementation Information
Bugs (RP+SITE): create, open, closed
Repository Downloads Owner


Java 1.4 WAR projects:


Impl. org.eclipse.higgins.rp.servlet.sample svn viewsvn downloads TBD

 

SAML2 IdP

Cross-Implementation Information
Bugs (SAML2+IdP): create, open, closed
Repository Downloads Owner


Java 1.4 web service projects:


Impl. org.eclipse.higgins.saml2idp.server svn viewsvn downloads Markus
Test org.eclipse.higgins.saml2idp.test svn viewsvn downloads Markus
Misc org.eclipse.higgins.saml2idp.server.config svn viewsvn downloads TBD

 

Plugins folder

The following are in roughly alphabetic order by main project name:

Multi-Protocol Relying Party Enablement

Cross-Implementation Information
Bugs (RP+SITE): create, open, closed
Repository Downloads Owner


Java 1.4 projects:


Interface org.eclipse.higgins.rp.interface svn viewsvn downloads Paula
Impl. org.eclipse.higgins.rp.servlet svn viewsvn downloads Paula
Misc org.eclipse.higgins.rp.icard svn viewsvn downloads Paula

 

RSS-SSE Support

Cross-Implementation Information
Bugs (HBX+SUPPORT): create, open, closed
Repository Downloads Owner


Java 1.4 projects:


Misc org.eclipse.higgins.rsse svn viewsvn downloads Valery

 

Copyright © Eclipse Foundation, Inc. All Rights Reserved.