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

(Using OSEE)
Line 18: Line 18:
 
* [http://wiki.eclipse.org/OSEE/GettingStarted '''Getting Started'''] - the first steps to setup OSEE
 
* [http://wiki.eclipse.org/OSEE/GettingStarted '''Getting Started'''] - the first steps to setup OSEE
 
* [[OSEE/Tutorial|OSEE Tutorial]]
 
* [[OSEE/Tutorial|OSEE Tutorial]]
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=OSEE&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED '''OSEE Bugzilla'''] - review and create Bugzilla entires
+
* [https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Technology&product=OSEE&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED '''OSEE Bugzilla'''] - review and create Bugzilla entries
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=OSEE&rep_platform=All&op_sys=All '''File a bug'''] - file bugs and feature requests
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=OSEE&rep_platform=All&op_sys=All '''File a bug'''] - file bugs and feature requests
  

Revision as of 14:28, 10 June 2009

What is OSEE?

The Open System Engineering Environment (OSEE) project provides a tightly integrated environment supporting lean principles across a product's full life-cycle in the context of an overall systems engineering approach. The system captures project data into a common user-defined data model providing bidirectional traceability, project health reporting, status, and metrics which seamlessly combine to form a coherent, accurate view of a project in real-time. By building on top of this data model, OSEE has been architected to provide an all-in-one solution to configuration management, requirements management, testing, validation, and project management. All of these work together to help an organization achieve lean objectives by reducing management activities, eliminating data duplication, reducing cycle-time through streamlined processes, and improving overall product quality through work flow standardization and early defect detection.

Osee.jpg

Documentation

Using OSEE

Developing OSEE

RoadMap

6 months

  • Client only connects to application server (no direct db connections)
  • Event Service to Application Server
  • Web interface for Artifacts / ATS
  • Graphical branch view
  • Derby integration
  • Graphical Types editor
  • Attribute editor -> XWidgets
  • Add generic tagging to OSEE

1 year

  • Integration of Open Office
  • Enterprise Manager
  • ATS focus (de-cluttering based on role / task)
  • Team Provider (like SVN/CVS)

Ideas

Wiki Help

Frequently asked questions

How do I quote source?

Use <source> tags. For instance, this code:

<source lang=sql>return true;</source>

will appear as:

RETURN TRUE;

External References

Back to the top