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"

(Developing OSEE)
(Developing OSEE)
Line 20: Line 20:
 
* [https://dev.eclipse.org/mailman/listinfo/osee-dev '''Developer Mailing List'''] - Subscribe to the developer list
 
* [https://dev.eclipse.org/mailman/listinfo/osee-dev '''Developer Mailing List'''] - Subscribe to the developer list
 
* [http://wiki.eclipse.org/OSEE/Workspace_Setup '''Workspace Setup'''] - How to setup your workspace
 
* [http://wiki.eclipse.org/OSEE/Workspace_Setup '''Workspace Setup'''] - How to setup your workspace
* [[Integrating OSEE and Bugzilla]]
 
 
* [http://wiki.eclipse.org/OSEE/Repository_Details '''Source Code Access'''] - Access the code
 
* [http://wiki.eclipse.org/OSEE/Repository_Details '''Source Code Access'''] - Access the code
 +
* [[Developer Guidelines]] - Developing Guidelines
 +
* [['''Integrating OSEE and Bugzilla''']]
 
* [http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.osee '''Newsgroup'''] - Newsgroup portal
 
* [http://www.eclipse.org/newsportal/thread.php?group=eclipse.technology.osee '''Newsgroup'''] - Newsgroup portal
 
* [http://www.eclipse.org/projects/project-plan.php?projectid=technology.osee '''Project Plan'''] - What's coming up?
 
* [http://www.eclipse.org/projects/project-plan.php?projectid=technology.osee '''Project Plan'''] - What's coming up?

Revision as of 13:02, 23 July 2009

What is OSEE?

Osee.jpg

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.

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