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

Adobe AIR based Selector Solution

{{#eclipseproject:technology.higgins}} This page describes the Adobe AIR based selector solution being developed for Higgins 1.1. This solution is not part of Higgins 1.0. This page is just a placeholder at present.

Introduction

<describe this solution>

End-User Perspective

<this section exists only if the solution has an end-user, e.g. Identity Selector>

Functionality

<what is its functionality?>

Setup

<how do you install it?>

Deployer Perspective

<This section exists only if the solution can be deployed independently, e.g. STS. In the event that the solution consists of executables that run in more than one process, then these "sub-systems" should link to separate pages that adhere to the following structure (for example, see here>

<links to one or more pages to describe...>

<..prerequisites>

Download

<..how to obtain the .WAR, .jar, etc.>

Deploying

<..how to deploy a complete working solution>

Configuration

<..configuration files, options, etc.>

Developer Perspective

<links to one or more pages to describe...>

Architecture

The following is the overall selector architecture diagram that shows not only the AIR based selector, but also other other supported selector components.

Higgins-Selector-Selector-Arch.png

<..list of components used>

Building

This section describes the steps a developer would use to build deployable artifacts. The overall solution is comprised of the following sub-systems which must be build seperately:

  1. Selector-Selector component
  2. Selector installer component
  3. AIR selector connector component
  4. RCP selector connector component
  5. CardSpace selector connector component

This guide assumes you have the following software:

1. Download selector selector source files (see: https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/app/org.eclipse.higgins.tcpserver/src)

2. Go to ./build directory and run build.bat file

3. All components of Selector selector are builded.

See Also

Back to the top