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"

(RoadMap)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
= What is OSEE =
+
= What is OSEE? =
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 28: Line 28:
 
* [http://wiki.eclipse.org/OSEE/Meetings '''Developer Meetings''']
 
* [http://wiki.eclipse.org/OSEE/Meetings '''Developer Meetings''']
  
= External References =
+
=== RoadMap ===
* [http://www.acq.osd.mil/jctd/articles/OTDRoadmapFinal.pdf '''U.S. Department of Defense Open Technology Development''']
+
 
+
== Wiki Help ==
+
* [http://en.wikipedia.org/wiki/How_to_edit '''How to edit a Wiki''']
+
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet '''WikiText Cheatsheet''']
+
* [http://en.wikipedia.org/wiki/Wikipedia:Formatting#Character_formatting '''WikiText Character Formatting''']
+
 
+
=== Frequently asked questions ===
+
====How do I quote source?====
+
 
+
Use <source> tags. For instance, this code:
+
 
+
<pre><source lang=sql>return true;</source></pre>
+
 
+
will appear as:
+
 
+
<source lang=sql>return true;</source>
+
 
+
= RoadMap =  
+
  
==6 months==
+
====6 months====
 
*Client only connects to application server (no direct db connections)
 
*Client only connects to application server (no direct db connections)
 
*Event Service to Application Server
 
*Event Service to Application Server
Line 58: Line 39:
 
*Attribute editor -> XWidgets
 
*Attribute editor -> XWidgets
 
*Add generic tagging to OSEE
 
*Add generic tagging to OSEE
==1 year==
+
====1 year====
 
*Integration of Open Office
 
*Integration of Open Office
 
*Enterprise Manager
 
*Enterprise Manager
 
*ATS focus (de-cluttering based on role / task)
 
*ATS focus (de-cluttering based on role / task)
 
*Team Provider (like SVN/CVS)
 
*Team Provider (like SVN/CVS)
==Ideas==
+
====Ideas====
 
*Virtual meeting board
 
*Virtual meeting board
 
*Timecards as artifacts
 
*Timecards as artifacts
Line 70: Line 51:
 
*IEEE Software Stndrds Cmte
 
*IEEE Software Stndrds Cmte
  
 +
= Wiki Help =
 +
* [http://en.wikipedia.org/wiki/How_to_edit '''How to edit a Wiki''']
 +
* [http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet '''WikiText Cheatsheet''']
 +
* [http://en.wikipedia.org/wiki/Wikipedia:Formatting#Character_formatting '''WikiText Character Formatting''']
 +
 +
== Frequently asked questions ==
 +
====How do I quote source?====
 +
 +
Use &lt;source&gt; tags. For instance, this code:
 +
 +
<pre><source lang=sql>return true;</source></pre>
 +
 +
will appear as:
 +
 +
<source lang=sql>return true;</source>
 +
 +
= External References =
 +
* [http://www.acq.osd.mil/jctd/articles/OTDRoadmapFinal.pdf '''U.S. Department of Defense Open Technology Development''']
  
 
[[Category:OSEE]][[Category:Eclipse Technology Project]]
 
[[Category:OSEE]][[Category:Eclipse Technology Project]]

Revision as of 16:04, 9 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

Copyright © Eclipse Foundation, Inc. All Rights Reserved.