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

DSDP/MTJ/Requirements/Library Support

< DSDP‎ | MTJ‎ | Requirements
Revision as of 14:10, 3 November 2008 by Wds057.motorola.com (Talk | contribs) (ID: library:FR006 - User must be able to select libraries through project property page)

Core

This section lists the main core requirements for the Library Support feature.

ID: library:FR001 - Library representation

Description: It is necessary to define a API representation for the Libraries that will be provided by 3rd party vendors.

Each library will be composed by the following members:


  • Name
  • Description
  • Version
  • License (1 - 1)
    • Name
    • Url
  • ClasspathEntries (1 - *)
    • Jar File Path
    • Javadoc Path
    • Source Path
    • AccessRule (0 - *)
      • Kind
      • Pattern



Priority: 3

Owner: Diego Sandin

Status:Proposed on 20-Oct-2008

Community Review: TBD

Related Bugs: bug 249823


ID: library:FR002 - Extension point for library definition

Description: An Extension Point were 3rd party vendors can provide libraries to be used by MTJ users must be defined.

The extension point will be composed by the following elements:


  • library
    • Name (String Attribute) [Required]
    • Description (String Attribute) [Optional]
    • Version (String Attribute) [Required]
    • Sequence compositor
      • ClasspathEntries (Element reference) (1 - *)
      • License (Element reference) (1 - 1)


  • License
    • Name (String Attribute) [Required]
    • Url (String Attribute) [Required]


  • AccessRule
    • Kind (String Attribute) (ACCESSIBLE | NON_ACCESSIBLE | DISCOURAGED ) [Required]
    • Pattern (String Attribute) [Required]


  • ClasspathEntries
    • Jar File Path (Resource Attribute) [Required]
    • Javadoc Path (Resource Attribute) [Optional]
    • Source Path (Resource Attribute) [Optional]
    • Sequence compositor (0 - *)
      • AccessRule (Element reference)



Priority: 3

Owner: Diego Sandin

Status:Proposed on 20-Oct-2008

Community Review: TBD

Related Bugs: bug 250438


ID: library:FR003 - Library Manager

Description: A library manager in the core components to handle all implementations of the provided Extension Point must be created.

Priority: 3

Owner: Diego Sandin

Status:Proposed on 20-Oct-2008

Community Review: TBD

Related Bugs: bug 250441


ID: library:FR004 - Library ClasspathContainer

Description: A ClasspathContainer to store the libraries the user selected to be used in the project must be created. Each library will have it own ClasspathContainer in the project.

Priority: 3

Owner: Diego Sandin

Status:Proposed on 20-Oct-2008

Community Review: TBD

Related Bugs: bug 250467



User Interface

This section lists the main User Interface requirements for the Library Support feature.

ID: library:FR005 - User must be able to select libraries through project wizard

Description: project wizard need to allow the user to select the libraries that will be included on that project.

 The wizard page where the user may select the libraries will be displayed only if at least 1 library is  available.

Priority: 3

Owner: Diego Sandin

Status:Proposed on 20-Oct-2008

Community Review: TBD

Related Bugs: bug 249824

Related Images: Library Wizard Page


ID: library:FR006 - User must be able to select libraries through project property page

Description: A library property page need to allow the user to select the libraries that will be included on that project.

Priority: 3

Owner: Diego Sandin

Status:Proposed on 20-Oct-2008

Community Review: TBD

Related Bugs: bug 250434

Related Images: Library property Page


Back to the top