blob: 9f18d6b07677807a2a88f80a3b1f749b7d73864a [file] [log] [blame]
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=PowerPoint.Slide>
<meta name=Generator content="Microsoft PowerPoint 12">
<link id=Main-File rel=Main-File href="../EclipseCon2008_LongTalk.html">
<link rel=Preview href=preview.wmf>
<meta name=Robots content=NoIndex>
<script src=script.js></script><script><!--
if( !(IsWin("PPTOtl")||IsWin("PPTNav")||IsWin("PPTOtlNav")) )
{
obj = GetObj("Main-File")
parent.location.href=obj.href
}
var gOtlHiliteClr="#ffffff",gOtlNormalClr="#000000",gOtlActiveClr="#ffff00",gSelected="",gTxtState=false,gChildEntryTable=new Array()
function Load()
{
if( IsWin("PPTOtl" ) ){ LoadOtl(); parent.gOtlLoaded=true; return }
if( g_supportsPPTHTML ) {
if( IsWin("PPTNav" ) ){ LoadNav("NavObj",UpdNav); parent.gNavLoaded=true; return }
if( IsWin("PPTOtlNav" ) ){ LoadNav("OtlNavObj",UpdOtlNav); parent.gOtlNavLoaded=true; return }
}
}
function Upd(){ if( IsWin("PPTNav") ) LoadNav("NavObj",UpdNav) }
function LoadNav( oId,UpdFunc )
{
document.ondragstart=CancelDrag
document.onselectstart=CancelDrag
document.body.style.margin=2
UpdFunc()
obj=document.all.item(oId)
obj.style.display="block"
obj.style.visibility="visible"
document.bgColor="threedface"
if( parent.frames["PPTNts"] )
notesBtn.style.display = ""
if( parent.gHasNarration )
nb_voiceBorder.style.display = ""
}
function LoadOtl()
{
var otl=GetObj("OtlObj")
otl.style.display="block"
otl.style.visibility="visible"
if( gOtlActiveClr == "" ) gOtlActiveClr=document.linkColor
if( gOtlHiliteClr == "" ) gOtlHiliteClr=document.fgColor
if( gOtlNormalClr == "" )
gOtlNormalClr=document.bgColor
else
document.bgColor=gOtlNormalClr
InitArray()
if( ObjExists( parent.gCurSld ) ) {
ChangeState( parent.gCurSld,gOtlNormalClr,gOtlHiliteClr )
gSelected=parent.gCurSld
}
else gSelected = -1
UpdOtl()
}
function UpdOtl(){ UpdIdx(parent.gCurSld) }
function UpdIdx( idx )
{
if( gSelected != idx ) {
if( gSelected > 0 )
ChangeState( gSelected,gOtlHiliteClr,gOtlNormalClr )
if( ObjExists( idx ) ) {
gSelected = idx
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
else gSelected = -1
}
if( gTxtState != parent.gOtlTxtExp ) {
state = "block"
if( !parent.gOtlTxtExp )
state="none"
for(ii=0; ii<gChildEntryTable.length; ii++) {
obj=gChildEntryTable[ii];
if( obj.id == null ) continue;
if( obj.id.indexOf("PPTC") >= 0 )
obj.style.display=state;
}
gTxtState=parent.gOtlTxtExp
if( ObjExists( gSelected ) )
ChangeState( gSelected,gOtlNormalClr,gOtlHiliteClr )
}
}
function InitArray()
{
count=0
var list=GetTags(document,"DIV");
for(ii=0; ii<list.length; ii++) {
obj=list.item(ii)
if( obj.id == null ) continue
if( obj.id.indexOf("PPTC") >= 0 )
gChildEntryTable[count++]=obj
}
}
function ChangeState( idx,fgColor,bgColor )
{
obj=GetObj("PPTL"+idx)
obj.style.color=fgColor
obj=GetObj("PPTP"+idx)
obj.style.backgroundColor=bgColor
}
function ChgClr( o,clr ){ if( o.id != "PPTL"+gSelected ) o.style.color=clr }
function Over( src ){ ChgClr(GetLink(src),gOtlActiveClr) }
function Out( src ){ ChgClr(GetLink(src),gOtlHiliteClr) }
function Follow(src){ window.location.href = GetLink(src).href; }
function ObjExists( ii ) { obj=GetObj("PPTP"+ii ); return( obj ) }
function GoToSld( href ){ UpdIdx(parent.GetSldNum(href)); parent.GoToSld( href ) }
function CancelDrag(){ window.event.cancelBubble=true;window.event.returnValue=false}
function GetLink(src)
{
if(src.tagName=="A") return src
else return GetTags(src,"A").item(0)
}
function UpdNav()
{
txt = "<center>";
if( parent.GetHrefObj( parent.gCurSld ).mOrigVis == 1 )
txt += "Slide " + parent.GetCurSldNum() + " of " + parent.GetNumSlds()
else
txt += "Hidden Slide"
txt += "</center>";
nav_text.innerHTML = txt;
if( !parent.HasPrevSld() )
gBtnArr["nb_prev"].Enabled(0)
else
gBtnArr["nb_prev"].Enabled(1)
if( !parent.HasNextSld() )
gBtnArr["nb_next"].Enabled(0)
else
gBtnArr["nb_next"].Enabled(1)
gBtnArr["nb_nts"].Enabled(1)
gBtnArr["nb_ntsBorder"].SetFlag( parent.gHasNts )
gBtnArr["nb_sldshw"].Enabled(1)
gBtnArr["nb_voice"].Enabled(1)
}
function ExecBtn()
{
if (event.keyCode == 13)
{
BtnOnDown();
BtnOnUp();
}
}
function UpdOtlNav()
{
gBtnArr["nb_otl"].SetEnabled();
if( parent.gOtlOpen )
gBtnArr["nb_otlTxt"].Enabled( true );
else
document.all.item("nb_otlTxtBorder").style.visibility = "hidden";
}
//--></script>
<style>
<!--.PTxt
{position:relative;
width:100%;
margin-top:5px;
padding-left:2px;
font-weight:bold;}
.CTxt
{position:relative;
width:100%;
margin-top:5px;}
a
{color:white;
text-decoration:none;}
ul
{color:white;
margin-bottom:0px;
margin-left:20px;}
.sldNum
{margin-top:5px;
color:white;}
.button
{position:absolute;
width:32px;
height:20px;
border-style:solid;
border-width:1px;
border-color:threedface;}
-->
</style>
</head>
<body onload="Load()" style='margin:2px'>
<div id=NavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="ExecBtn()" style='display:none;visibility:hidden'>
<table id="notesBtn" style='display:none;position:relative;width:55px' align=left cellpadding=0
cellspacing=0>
<td nowrap>
<div id="nb_ntsElem" title="Show/Hide
Notes" align=center style='position:relative;margin-left:5px;margin-right:5px;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt; cursor:default'>
<img src="notes_flag.gif" id="nb_nts" style='display:none'> &nbsp;Notes</div>
<div id="nb_ntsBorder" title ="Show/Hide
Notes" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=1 style='position:absolute;top:0%;left:0%;width:100%;height:20px'>
</div>
</td>
</table>
<table style='position:relative;width:70px' align=right cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_sldshwText" title="Full Screen Slide Show" align=center style='position:relative;margin-left:20px;padding:3px;
font-family:Arial;color:buttontext;font-size:9pt;cursor:default'>Slide
Show</div>
<div id="nb_sldshwBorder" title="Full Screen Slide Show" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=5 style='position:absolute;top:0%;left:0%;width:100%;height:20px'>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src="buttons.gif" id="nb_sldshw" style='position:relative;left:-254px'></div>
</div>
</td>
<td>
<div id="nb_voiceBorder" style='display:none;position:absolute;top:0;left:-40px;
width:20px;height:20px' onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=4 class=button>
<div style='position:absolute;clip:rect(0px, 18px, 18px, 0px)'><img
src="buttons.gif" id="nb_voice" title="Pause/Play Narration" style='position:
relative;left:-290px'></div>
</div>
</td>
</table>
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td nowrap>
<div id="nb_prevBorder" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=2 class=button style='left:-30px'>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src="buttons.gif" id="nb_prev" title="Previous Slide" style='position:relative;
left:0px'></div>
</div>
<span id="nav_text" style='position:relative;top:3px;width:100px;font-family:
Arial;color:buttontext;font-size:9pt'></span>
<div id="nb_nextBorder" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=3 class=button>
<div style='position:absolute;clip:rect(0px, 30px, 18px, 0px)'><img
src="buttons.gif" id="nb_next" title="Next Slide" style='position:relative;
left:-90px'></div>
</div>
</td>
</table>
</div>
<div id=OtlNavObj onload="Load()" onmouseover="BtnOnOver()"
onmousedown="BtnOnDown()" onmouseout="BtnOnOut()" onmouseup="BtnOnUp()"
onkeypress="ExecBtn()" style='display:none;visibility:hidden'>
<table style='position:relative;width:70px' align=left cellpadding=0 cellspacing=0>
<td nowrap><div title="Show/Hide
Outline" id="nb_otl" onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=11
style='position:absolute;top:0%;left:0%;width:100%;height:100%;cursor:default'>
<div id="nb_otlElem" align=center style='position:relative;padding:3px;font-family:Arial;
color:buttontext;font-size:9pt'>Outline</div></div>
</td>
</table>
<table style='position:relative' align=center cellpadding=0 cellspacing=0>
<td>
<div style='position:absolute;left:-18px;width:24px;height:20px;border-style:
solid;border-width:1px;border-color:threedface' onfocus="BtnOnOver()" onblur="BtnOnOut()" TABINDEX=12 id="nb_otlTxtBorder">
<div style='position:absolute;clip:rect(0px, 22px, 18px, 0px)'><img
src=buttons.gif id="nb_otlTxt" title="Expand/Collapse Outline"
style='position:relative;left:-157px'></div>
</div>
</td>
</table>
</div>
<div id=OtlObj style='display:none;visibility:hidden;'>
<table width="100%" style='font-family:Arial;font-size:9pt'>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>1</font></div>
</td>
<td width="100%">
<div id=PPTP1 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0001.html');" id=PPTL1>Open Source Meets Open
Specifications:<br>
Eclipse and the OMG™</a></font></div>
<div id=PPTC1 class=CTxt style='display:none'><font size=2>
<ul>
<li>Long Talk</li>
<br>
<br>
<li>Kenn Hussey</li>
<li>Embarcadero Technologies</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>2</font></div>
</td>
<td>
<div id=PPTP2 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0123.html');" id=PPTL2>Contents</a></font></div>
<div id=PPTC2 class=CTxt style='display:none'><font size=2>
<ul>
<li>Why</li>
<ul>
<li>Open Specifications + Open Source</li>
</ul>
<br>
<li>What</li>
<ul>
<li>OMG + Eclipse</li>
</ul>
<br>
<li>How</li>
<ul>
<li>Technology Adoption + Development</li>
</ul>
<br>
<li>Who</li>
<ul>
<li>Task Force Members + Project Committers</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>3</font></div>
</td>
<td>
<div id=PPTP3 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0032.html');" id=PPTL3>What Are Open
Specifications?</a></font></div>
<div id=PPTC3 class=CTxt style='display:none'><font size=2>
<ul>
<li>Specifications created and controlled, in an open and fair way, by an
association or standardization body aimed at supporting interoperability
and interchangeability</li>
<br>
<br>
<li>Open specifications are not controlled by a single company or individual
or by a group with discriminatory membership criteria</li>
<br>
<br>
<li>Specifications should not be confused with standards</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>4</font></div>
</td>
<td>
<div id=PPTP4 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0031.html');" id=PPTL4>What is Open Source?</a></font></div>
<div id=PPTC4 class=CTxt style='display:none'><font size=2>
<ul>
<li>A set of principles and practices on how to write software</li>
<br>
<br>
<li>According to the Open Source Initiative, terms must include:</li>
<ul>
<li>Free Redistribution</li>
<li>Source Code</li>
<li>Derived Works</li>
<li>Integrity of The AuthorsÂ’ Source Code</li>
<li>No Discrimination Against Persons or Groups</li>
<li>No Discrimination Against Fields of Endeavor</li>
<li>Distribution of License</li>
<li>License Must Not Be Specific to a Product</li>
<li>License Must Not Restrict Other Software</li>
<li>License Must Be Technology-Neutral</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>5</font></div>
</td>
<td>
<div id=PPTP5 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0033.html');" id=PPTL5>Open Specifications +
Open Source</a></font></div>
<div id=PPTC5 class=CTxt style='display:none'><font size=2>
<ul>
<li>Industry standards lead to commoditization</li>
<ul>
<li>open specifications are interchange standards</li>
</ul>
<br>
<li>Reference implementations offer competitive advantage</li>
<ul>
<li>development cost savings</li>
<li>ease of gaining market share vs. closed platforms</li>
<li>reference platform influences adopters</li>
</ul>
<br>
<li>Reference implementations change rules for success</li>
<ul>
<li>shift towards solution-oriented products</li>
<li>leverage common infrastructure to create specialized products</li>
<li>ability to integrate becomes an opportunity as increased platform
adoption leads to more things to integrate</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>6</font></div>
</td>
<td>
<div id=PPTP6 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0154.html');" id=PPTL6>Contents</a></font></div>
<div id=PPTC6 class=CTxt style='display:none'><font size=2>
<ul>
<li>Why</li>
<ul>
<li>Open Specifications + Open Source</li>
</ul>
<br>
<li>What</li>
<ul>
<li>OMG + Eclipse</li>
</ul>
<br>
<li>How</li>
<ul>
<li>Technology Adoption + Development</li>
</ul>
<br>
<li>Who</li>
<ul>
<li>Task Force Members + Project Committers</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>7</font></div>
</td>
<td>
<div id=PPTP7 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0034.html');" id=PPTL7>What is the OMG?</a></font></div>
<div id=PPTC7 class=CTxt style='display:none'><font size=2>
<ul>
<li>The Object Management Group™ is an international, open membership,
not-for-profit computer industry consortium</li>
<br>
<br>
<li>OMG Task Forces develop enterprise integration standards for a wide
range of technologies, including:</li>
<ul>
<li>Real-time</li>
<li>Embedded and Specialized Systems</li>
<li>Analysis &amp; Design</li>
<li>Architecture-Driven Modernization</li>
<li>Middleware</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>8</font></div>
</td>
<td>
<div id=PPTP8 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0047.html');" id=PPTL8>Business Process
Definition Metamodel</a></font></div>
<div id=PPTC8 class=CTxt style='display:none'><font size=2>
<ul>
<li>BPDM provides the capability to represent and model business processes
independent of notation or methodology, thus bringing these different
approaches together into a cohesive capability.</li>
<br>
<br>
<li>Version 1.0 finalization underway</li>
<br>
<br>
<li>FTF chaired by Antoine Lonjon (MEGA International)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>9</font></div>
</td>
<td>
<div id=PPTP9 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0048.html');" id=PPTL9>Business Process
Modeling Notation</a></font></div>
<div id=PPTC9 class=CTxt style='display:none'><font size=2>
<ul>
<li>BPMN provides a standard visualization mechanism for business processes
defined in an execution-optimized business process language</li>
<br>
<br>
<li>Version 1.2 revision underway</li>
<br>
<br>
<li>RTF chaired by Stephen White (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>10</font></div>
</td>
<td>
<div id=PPTP10 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0049.html');" id=PPTL10>Business Process Model
and Notation</a></font></div>
<div id=PPTC10 class=CTxt style='display:none'><font size=2>
<ul>
<li>BPMN2 will reconcile the BPMN and BPDM standards into a single language
that defines the notation, metamodel, and interchange format for
Business Process Diagrams (BPD) and represent the amalgamation of best
practices within the business modeling community</li>
<br>
<br>
<li>RFP response submission underway</li>
<br>
<br>
<li>Submission teams chaired by Stephen White (IBM) and Antoine Lonjon (MEGA
International)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>11</font></div>
</td>
<td>
<div id=PPTP11 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0050.html');" id=PPTL11>Diagram Definition</a></font></div>
<div id=PPTC11 class=CTxt style='display:none'><font size=2>
<ul>
<li>DD will enable the definition and exchange of diagram syntax definitions
and their bindings to MOF-based abstract syntaxes</li>
<br>
<br>
<li>RFP response submission underway</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>12</font></div>
</td>
<td>
<div id=PPTP12 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0051.html');" id=PPTL12>Information Management
Metamodel</a></font></div>
<div id=PPTC12 class=CTxt style='display:none'><font size=2>
<ul>
<li>IMM will enable modeling and interchange of the complete information
lifecycle as well as traceability among OO, Data, and XML models</li>
<br>
<br>
<li>RFP response submission underway</li>
<br>
<br>
<li>Submission team chaired by Harsh Sharma (MetLife)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>13</font></div>
</td>
<td>
<div id=PPTP13 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0053.html');" id=PPTL13>Meta Object Facility</a></font></div>
<div id=PPTC13 class=CTxt style='display:none'><font size=2>
<ul>
<li>MOF is an extensible model driven integration framework for defining,
manipulating and integrating metadata™ and data in a platform
independent manner</li>
<br>
<br>
<li>Version 2.1 revision underway</li>
<br>
<br>
<li>RTF co-chaired by Jim Amsden (IBM), Pete Rivett (Adaptive), and Manfred
Koethe (88solutions)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>14</font></div>
</td>
<td>
<div id=PPTP14 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0068.html');" id=PPTL14>MOF Models to Text
Transformation Language</a></font></div>
<div id=PPTC14 class=CTxt style='display:none'><font size=2>
<ul>
<li>MOF M2T addresses how to translate a model to various text artifacts
such as code, deployment specifications, reports, documents, etc.</li>
<br>
<br>
<li>Version 1.0 available</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>15</font></div>
</td>
<td>
<div id=PPTP15 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0052.html');" id=PPTL15>MOF 2.0 Facility and
Object Lifecycle</a></font></div>
<div id=PPTC15 class=CTxt style='display:none'><font size=2>
<ul>
<li>MOF FOL separates out those aspects of MOF related to communicating with
and managing the &quot;facilities&quot; responsible for providing the
capabilities covered by the other MOF specifications</li>
<br>
<br>
<li>Version 1.0 finalization underway</li>
<br>
<br>
<li>FTF chaired by Pete Rivett (Adaptive)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>16</font></div>
</td>
<td>
<div id=PPTP16 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0054.html');" id=PPTL16>MOF Queries / Views /
Transforms</a></font></div>
<div id=PPTC16 class=CTxt style='display:none'><font size=2>
<ul>
<li>MOF QVT addresses a technology neutral part of MOF and pertains to
queries on models, views on metamodels, and transformations of models</li>
<br>
<br>
<li>Version 1.1 revision underway</li>
<br>
<br>
<li>RTF co-chaired by Mariano Belaunde (France Telecom) and Sreedhar Reddy (TCS)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>17</font></div>
</td>
<td>
<div id=PPTP17 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0056.html');" id=PPTL17>Object Constraint
Language</a></font></div>
<div id=PPTC17 class=CTxt style='display:none'><font size=2>
<ul>
<li>OCL specifies a formal language used to describe expressions on UML
models; these expressions typically specify invariant conditions that
must hold for the system being modeled or queries over objects described
in a model</li>
<br>
<br>
<li>Version 2.1 revision underway</li>
<br>
<br>
<li>RTF chaired by Mariano Belaunde (France Telecom)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>18</font></div>
</td>
<td>
<div id=PPTP18 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0055.html');" id=PPTL18>Ontology Definition
Metamodel</a></font></div>
<div id=PPTC18 class=CTxt style='display:none'><font size=2>
<ul>
<li>ODM represents the foundation for an extremely important set of enabling
capabilities for Model Driven Architecture® (MDA®) based software
engineering, namely the formal grounding for representation, management,
interoperability, and application of business semantics</li>
<br>
<br>
<li>Version 1.0 finalization underway</li>
<br>
<br>
<li>FTF co-chaired by Evan Wallace (NIST) and Elisa Kendall (Sandpiper
Software)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>19</font></div>
</td>
<td>
<div id=PPTP19 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0057.html');" id=PPTL19>Production Rule
Representation</a></font></div>
<div id=PPTC19 class=CTxt style='display:none'><font size=2>
<ul>
<li>PRR provides a standard production rule representation that is
compatible with rule engine vendors' definitions of production rules and
can be used for interchange of business rules amongst rule modeling
tools (and other tools that support rule modeling as a function of some
other task)</li>
<br>
<br>
<li>Version 1.0 finalization underway</li>
<br>
<br>
<li>FTF chaired by Christian de Sainte Marie (ILOG)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>20</font></div>
</td>
<td>
<div id=PPTP20 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0058.html');" id=PPTL20>Semantics of Business
Vocabulary and Business Rules</a></font></div>
<div id=PPTC20 class=CTxt style='display:none'><font size=2>
<ul>
<li>SBVR defines the semantics of business vocabulary, business facts, and
business rules; as well as an XMI schema for the interchange of business
vocabularies and business rules among organizations and between software
tools</li>
<br>
<br>
<li>Version 1.1 revision underway</li>
<br>
<br>
<li>RTF co-chaired by Cheryl Estep (Business Rules Group) and Donald Chapin
(Business Semantics)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>21</font></div>
</td>
<td>
<div id=PPTP21 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0059.html');" id=PPTL21>Software Process
Engineering Metamodel</a></font></div>
<div id=PPTC21 class=CTxt style='display:none'><font size=2>
<ul>
<li>SPEM is used to describe a concrete software development process or a
family of related software development processes</li>
<br>
<br>
<li>Version 2.0 adopted</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>22</font></div>
</td>
<td>
<div id=PPTP22 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0060.html');" id=PPTL22>OMG Systems Modeling
Language</a></font></div>
<div id=PPTC22 class=CTxt style='display:none'><font size=2>
<ul>
<li>SysML is a general-purpose graphical modeling language for specifying,
analyzing, designing, and verifying complex systems that may include
hardware, software, information, personnel, procedures, and facilities</li>
<br>
<br>
<li>Version 1.1 revision underway</li>
<br>
<br>
<li>RTF co-chaired by Sanford Friedenthal (Lockheed Martin) and Roger
Burkhart (Deere &amp; Company)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>23</font></div>
</td>
<td>
<div id=PPTP23 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0061.html');" id=PPTL23>Unified Modeling
Language</a></font></div>
<div id=PPTC23 class=CTxt style='display:none'><font size=2>
<ul>
<li>UML is a graphical language for visualizing, specifying, constructing,
and documenting the artifacts of distributed object systems</li>
<br>
<br>
<li>Version 2.2 revision underway</li>
<br>
<br>
<li>RTF co-chaired by Bran Selic (IBM) and Pete Rivett (Adaptive)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>24</font></div>
</td>
<td>
<div id=PPTP24 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0062.html');" id=PPTL24>UML Diagram
Interchange</a></font></div>
<div id=PPTC24 class=CTxt style='display:none'><font size=2>
<ul>
<li>UML DI enables a smooth and seamless exchange of documents compliant to
the UML standard (referred to as UML models) between different software
tools</li>
<br>
<br>
<li>Version 1.1 revision underway</li>
<br>
<br>
<li>RTF chaired by Manfred Koethe (88solutions)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>25</font></div>
</td>
<td>
<div id=PPTP25 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0063.html');" id=PPTL25>UML Human-Usable
Textual Notation</a></font></div>
<div id=PPTC25 class=CTxt style='display:none'><font size=2>
<ul>
<li>HUTN specifies a notation for expressing other specifications in terms
of the UML Profile for Enterprise Distributed Computing and its
companion UML Profile for CORBA</li>
<br>
<br>
<li>Version 1.0 available</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>26</font></div>
</td>
<td>
<div id=PPTP26 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0064.html');" id=PPTL26>UML Profile for
Modeling and Analysis of Real-time and Embedded Systems</a></font></div>
<div id=PPTC26 class=CTxt style='display:none'><font size=2>
<ul>
<li>MARTE adds capabilities to UML for model-driven development of Real Time
and Embedded Systems (RTES); it provides support for specification,
design, and verification/validation stages</li>
<br>
<br>
<li>Version 1.0 finalization underway</li>
<br>
<br>
<li>FTF co-chaired by Sébastien Gerard (CEA), Bran Selic (IBM), and Laurent
Rioux (Thales)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>27</font></div>
</td>
<td>
<div id=PPTP27 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0065.html');" id=PPTL27>UML Testing Profile</a></font></div>
<div id=PPTC27 class=CTxt style='display:none'><font size=2>
<ul>
<li>The UML Testing Profile defines a language for designing, visualizing,
specifying, analyzing, constructing and documenting the artifacts of
test systems</li>
<br>
<br>
<li>Version 2.0 revision underway</li>
<br>
<br>
<li>RTF co-chaired by Ina Schieferdecker (Fraunhofer FOKUS) and Serge Lucio
(IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>28</font></div>
</td>
<td>
<div id=PPTP28 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0066.html');" id=PPTL28>Workflow Management
Facility (WMF)</a></font></div>
<div id=PPTC28 class=CTxt style='display:none'><font size=2>
<ul>
<li>WMF provides standard interfaces for workflow execution control,
monitoring, and interoperability between workflows defined and managed
independently of each other</li>
<br>
<br>
<li>Version 1.2 available</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>29</font></div>
</td>
<td>
<div id=PPTP29 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0067.html');" id=PPTL29>XML Metadata
Interchange</a></font></div>
<div id=PPTC29 class=CTxt style='display:none'><font size=2>
<ul>
<li>XMI is a model driven XML Integration framework for defining,
interchanging, manipulating and integrating XML data and objects</li>
<br>
<br>
<li>Version 2.2 revision underway</li>
<br>
<br>
<li>RTF chaired by Manfred Koethe (88solutions) and Jim Amsden (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>30</font></div>
</td>
<td>
<div id=PPTP30 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0035.html');" id=PPTL30>What is Eclipse?</a></font></div>
<div id=PPTC30 class=CTxt style='display:none'><font size=2>
<ul>
<li>Eclipse is an open source community whose projects are focused on
building an extensible development platform, runtimes and application
frameworks for building, deploying and managing software across the
entire software lifecycle</li>
<br>
<br>
<li>The Eclipse projects can be conceptually organized into seven different
&quot;pillars&quot; or categories:</li>
<ul>
<li>Enterprise Development</li>
<li>Embedded and Device Development</li>
<li>Rich Client Platform</li>
<li>Rich Internet Applications</li>
<li>Application Frameworks</li>
<li>Application Lifecycle Management (ALM)</li>
<li>Service Oriented Architecture (SOA)</li>
</ul>
<br>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>31</font></div>
</td>
<td>
<div id=PPTP31 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0069.html');" id=PPTL31>Data Tools Platform</a></font></div>
<div id=PPTC31 class=CTxt style='display:none'><font size=2>
<ul>
<li>DTP provides extensible frameworks and exemplary tools enabling the
development of offerings specific to particular data-centric
technologies</li>
<br>
<br>
<li>Mature top-level project</li>
<br>
<br>
<li>Lead is John Graham (Sybase)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>32</font></div>
</td>
<td>
<div id=PPTP32 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0070.html');" id=PPTL32>Model Base</a></font></div>
<div id=PPTC32 class=CTxt style='display:none'><font size=2>
<ul>
<li>Model Base is the foundation of DTP and consists of the database
definition model, SQL model, SQL query model, and SQL XML query model</li>
<br>
<br>
<li>Mature sub-project of DTP</li>
<br>
<br>
<li>Lead is Der Ping Chou (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>33</font></div>
</td>
<td>
<div id=PPTP33 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0071.html');" id=PPTL33>Eclipse Modeling
Project</a></font></div>
<div id=PPTC33 class=CTxt style='display:none'><font size=2>
<ul>
<li>EMP focuses on the evolution and promotion of model-based development
technologies within the Eclipse community by providing a unified set of
modeling frameworks, tooling, and standards implementations</li>
<br>
<br>
<li>Mature top-level project</li>
<br>
<br>
<li>Leads are Richard Gronback (Borland) and Ed Merks (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>34</font></div>
</td>
<td>
<div id=PPTP34 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0075.html');" id=PPTL34>Eclipse Modeling
Framework</a></font></div>
<div id=PPTC34 class=CTxt style='display:none'><font size=2>
<ul>
<li>EMF is a framework and code generation facility for building tools and
other applications based on a structured data model</li>
<br>
<br>
<li>Mature sub-project of EMP</li>
<br>
<br>
<li>Lead is Ed Merks (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>35</font></div>
</td>
<td>
<div id=PPTP35 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0073.html');" id=PPTL35>Eclipse Modeling
Framework Technology</a></font></div>
<div id=PPTC35 class=CTxt style='display:none'><font size=2>
<ul>
<li>EMFT exists to incubate new technologies that extend or complement EMF</li>
<br>
<br>
<li>Incubating sub-project of EMP</li>
<br>
<br>
<li>Lead is Ed Merks (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>36</font></div>
</td>
<td>
<div id=PPTP36 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0074.html');" id=PPTL36>Ecore Tools</a></font></div>
<div id=PPTC36 class=CTxt style='display:none'><font size=2>
<ul>
<li>Ecore Tools provides a complete environment to create, edit and maintain
Ecore models</li>
<br>
<br>
<li>Incubating component of EMFT</li>
<br>
<br>
<li>Lead is David Sciamma (Anywhere Technologies)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>37</font></div>
</td>
<td>
<div id=PPTP37 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0076.html');" id=PPTL37>Generative Modeling
Technologies</a></font></div>
<div id=PPTC37 class=CTxt style='display:none'><font size=2>
<ul>
<li>GMT aims to produce a set of prototypes in the area of Model Driven
Engineering (MDE); GMT is the official research incubator project of EMP</li>
<br>
<br>
<li>Incubating (non-conforming) sub-project of EMP</li>
<br>
<br>
<li>Lead is Jean Bezivin (Université de Nantes)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>38</font></div>
</td>
<td>
<div id=PPTP38 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0078.html');" id=PPTL38>UMLX</a></font></div>
<div id=PPTC38 class=CTxt style='display:none'><font size=2>
<ul>
<li>UMLX is a concrete graphical syntax to complement the MOF QVT model
transformation language</li>
<br>
<br>
<li>Incubating (non-conforming) component of GMT</li>
<br>
<br>
<li>Lead is Ed Willink (Thales)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>39</font></div>
</td>
<td>
<div id=PPTP39 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0099.html');" id=PPTL39>Graphical Modeling
Framework</a></font></div>
<div id=PPTC39 class=CTxt style='display:none'><font size=2>
<ul>
<li>GMF provides a generative component and runtime infrastructure for
developing graphical editors based on EMF and GEF</li>
<br>
<br>
<li>Mature sub-project of EMP</li>
<br>
<br>
<li>Lead is Richard Gronback (Borland)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>40</font></div>
</td>
<td>
<div id=PPTP40 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0077.html');" id=PPTL40>Model to Model
Transformations</a></font></div>
<div id=PPTC40 class=CTxt style='display:none'><font size=2>
<ul>
<li>M2M will deliver a framework for model-to-model transformation languages</li>
<br>
<br>
<li>Incubating sub-project of EMP</li>
<br>
<br>
<li>Lead is Frédéric Jouault (Université de Nantes)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>41</font></div>
</td>
<td>
<div id=PPTP41 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0081.html');" id=PPTL41>Model to Text
Transformations</a></font></div>
<div id=PPTC41 class=CTxt style='display:none'><font size=2>
<ul>
<li>M2T focuses on the generation of textual artifacts from models; its
purpose is to provide implementations of industry standard and de facto
Eclipse standard model-to-text engines</li>
<br>
<br>
<li>Incubating sub-project of EMP</li>
<br>
<br>
<li>Lead is Paul Elder (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>42</font></div>
</td>
<td>
<div id=PPTP42 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0082.html');" id=PPTL42>Model Development
Tools</a></font></div>
<div id=PPTC42 class=CTxt style='display:none'><font size=2>
<ul>
<li>MDT provides implementations of industry standard metamodels and
exemplary tools for developing models based on those metamodels</li>
<br>
<br>
<li>Incubating sub-project of EMP</li>
<br>
<br>
<li>Lead is Kenn Hussey (Embarcadero Technologies)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>43</font></div>
</td>
<td>
<div id=PPTP43 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0100.html');" id=PPTL43>Business Process Model
and Notation</a></font></div>
<div id=PPTC43 class=CTxt style='display:none'><font size=2>
<ul>
<li>BPMN2 will provide a metamodel implementation based on the forthcoming
Business Process Model and Notation (BPMN 2.0) OMG specification</li>
<br>
<br>
<li>Incubating component of MDT</li>
<br>
<br>
<li>Lead is Kenn Hussey (Embarcadero Technologies)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>44</font></div>
</td>
<td>
<div id=PPTP44 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0083.html');" id=PPTL44>EMF Ontology
Definition Metamodel</a></font></div>
<div id=PPTC44 class=CTxt style='display:none'><font size=2>
<ul>
<li>EODM is an implementation of RDF™(S)/OWL metamodels of the Ontology
Definition Metamodel (ODM) using EMF with additional parsing, inference,
model transformation and editing functions</li>
<br>
<br>
<li>Incubating component of MDT</li>
<br>
<br>
<li>Lead is Lei Zhang (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>45</font></div>
</td>
<td>
<div id=PPTP45 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0084.html');" id=PPTL45>Information Management
Metamodel</a></font></div>
<div id=PPTC45 class=CTxt style='display:none'><font size=2>
<ul>
<li>IMM will provide metamodel/profile implementations based on the
forthcoming Information Management Metamodel (IMM) OMG specification</li>
<br>
<br>
<li>Incubating component of MDT</li>
<br>
<br>
<li>Lead is Kenn Hussey (Embarcadero Technologies)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>46</font></div>
</td>
<td>
<div id=PPTP46 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0085.html');" id=PPTL46>Object Constraint
Language</a></font></div>
<div id=PPTC46 class=CTxt style='display:none'><font size=2>
<ul>
<li>OCL is an implementation of the Object Constraint Language (OCL) OMG
specification for EMF-based models</li>
<br>
<br>
<li>Mature component of MDT</li>
<br>
<br>
<li>Lead is Christian Damus (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>47</font></div>
</td>
<td>
<div id=PPTP47 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0086.html');" id=PPTL47>OCL Tools</a></font></div>
<div id=PPTC47 class=CTxt style='display:none'><font size=2>
<ul>
<li>OCL Tools aims to provide first-class support for modelers working with
specifications containing expressions written in OCL</li>
<br>
<br>
<li>Incubating component of MDT</li>
<br>
<br>
<li>Lead is Miguel Garcia (Hamburg University of Technology)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>48</font></div>
</td>
<td>
<div id=PPTP48 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0087.html');" id=PPTL48>Semantics for Business
Vocabulary and Rules</a></font></div>
<div id=PPTC48 class=CTxt style='display:none'><font size=2>
<ul>
<li>SBVR will provide a metamodel implementation and sample tools based on
the adopted Semantics of Business Vocabulary and Business Rules (SBVR)
OMG specification</li>
<br>
<br>
<li>Incubating component of MDT</li>
<br>
<br>
<li>Lead is Dave Carlson (XML Modeling)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>49</font></div>
</td>
<td>
<div id=PPTP49 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0088.html');" id=PPTL49>Unified Modeling
Language 2.x</a></font></div>
<div id=PPTC49 class=CTxt style='display:none'><font size=2>
<ul>
<li>UML2 is an EMF-based implementation of the UML 2.x metamodel for the
Eclipse platform</li>
<br>
<br>
<li>Mature component of MDT</li>
<br>
<br>
<li>Lead is James Bruck (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>50</font></div>
</td>
<td>
<div id=PPTP50 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0089.html');" id=PPTL50>UML2 Tools</a></font></div>
<div id=PPTC50 class=CTxt style='display:none'><font size=2>
<ul>
<li>UML2 Tools is a set of GMF-based editors for viewing and editing UML
models</li>
<br>
<br>
<li>Incubating component of MDT</li>
<br>
<br>
<li>Lead is Michael Golubev (Borland)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>51</font></div>
</td>
<td>
<div id=PPTP51 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0090.html');" id=PPTL51>XML Schema Infoset
Model</a></font></div>
<div id=PPTC51 class=CTxt style='display:none'><font size=2>
<ul>
<li>XSD is a library that provides an API for manipulating the components of
an XML Schema as described by the W3C XML Schema specifications, as well
as an API for manipulating the DOM™-accessible representation of XML</li>
<br>
<br>
<li>Mature component of MDT</li>
<br>
<br>
<li>Lead is Ed Merks (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>52</font></div>
</td>
<td>
<div id=PPTP52 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0091.html');" id=PPTL52>Textual Modeling
Framework</a></font></div>
<div id=PPTC52 class=CTxt style='display:none'><font size=2>
<ul>
<li>TMF will provide a parser that instantiates a model from a textual
representation based on a specified metamodel and a feature-rich Eclipse
editor that is aware of the corresponding specified concrete syntax</li>
<br>
<br>
<li>Incubating (non-conforming) sub-project of EMP</li>
<br>
<br>
<li>Leads are Frédéric Jouault (Université de Nantes) and Sven Efftinge (itemis
AG)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>53</font></div>
</td>
<td>
<div id=PPTP53 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0092.html');" id=PPTL53>Eclipse Technology
Project</a></font></div>
<div id=PPTC53 class=CTxt style='display:none'><font size=2>
<ul>
<li>ETP encapsulates three separate activity streams, Research, Incubators,
and Education, all overseen by a single Project Management Committee
(PMC)</li>
<br>
<br>
<li>Mature top-level project</li>
<br>
<br>
<li>Lead is Bjorn Freeman-Benson (Eclipse Foundation)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>54</font></div>
</td>
<td>
<div id=PPTP54 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0093.html');" id=PPTL54>Eclipse Process
Framework</a></font></div>
<div id=PPTC54 class=CTxt style='display:none'><font size=2>
<ul>
<li>EPF aims at producing a customizable software process engineering
framework, with exemplary process content and tools, supporting a broad
variety of project types and development styles</li>
<br>
<br>
<li>Mature sub-project of ETP</li>
<br>
<br>
<li>Lead is Per Kroll (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>55</font></div>
</td>
<td>
<div id=PPTP55 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0094.html');" id=PPTL55>Java Workflow Tooling</a></font></div>
<div id=PPTC55 class=CTxt style='display:none'><font size=2>
<ul>
<li>JWT aims to build design time, development time, and runtime workflow
tools in order to provide a complete, flexible, interoperable Business
Process Management (BPM) platform</li>
<br>
<br>
<li>Incubating sub-project of ETP</li>
<br>
<br>
<li>Leads are Marc Dutoo (Open Wide) and Florian Lautenbacher (University of
Augsburg)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>56</font></div>
</td>
<td>
<div id=PPTP56 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0095.html');" id=PPTL56>SOA Tools Platform</a></font></div>
<div id=PPTC56 class=CTxt style='display:none'><font size=2>
<ul>
<li>STP provides frameworks and exemplary, extensible tools that enable the
design, configuration, assembly, deployment, monitoring, and management
of software designed around a Service Oriented Architecture (SOA)</li>
<br>
<br>
<li>Incubating top-level project</li>
<br>
<br>
<li>Lead is Oisin Hurley (Iona)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>57</font></div>
</td>
<td>
<div id=PPTP57 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0096.html');" id=PPTL57>STP BPMN Modeler</a></font></div>
<div id=PPTC57 class=CTxt style='display:none'><font size=2>
<ul>
<li>BPMN provides an editor and a set of tools to model business process
diagrams using BPMN notation</li>
<br>
<br>
<li>Incubating sub-project of STP</li>
<br>
<br>
<li>Lead is Hugues Malphettes (Intalio)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>58</font></div>
</td>
<td>
<div id=PPTP58 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0097.html');" id=PPTL58>Test and Performance
Tools Platform (TPTP)</a></font></div>
<div id=PPTC58 class=CTxt style='display:none'><font size=2>
<ul>
<li>TPTP provides an open platform supplying powerful frameworks and
services that allow software developers to build unique test and
performance tools, both open source and commercial, that can be easily
integrated with the platform and with other tools</li>
<br>
<br>
<li>Mature top-level project</li>
<br>
<br>
<li>Lead is Oliver Cole (OC Systems)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>59</font></div>
</td>
<td>
<div id=PPTP59 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0098.html');" id=PPTL59>Testing Tools</a></font></div>
<div id=PPTC59 class=CTxt style='display:none'><font size=2>
<ul>
<li>Testing Tools provides frameworks for building testing tools by
extending TPTP with testing editors, deployment and execution of tests,
execution environments and associated execution history analysis and
reporting</li>
<br>
<br>
<li>Mature sub-project of TPTP</li>
<br>
<br>
<li>Lead is Paul Slauenwhite (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>60</font></div>
</td>
<td>
<div id=PPTP60 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0101.html');" id=PPTL60>Web Tools Platform</a></font></div>
<div id=PPTC60 class=CTxt style='display:none'><font size=2>
<ul>
<li>WTP extends the Eclipse platform with tools for developing Web and Java
EE applications, including source and graphical editors for a variety of
languages, wizards and built-in applications to simplify development,
and tools and APIs to support deploying, running, and testing
applications</li>
<br>
<br>
<li>Mature top-level project</li>
<br>
<br>
<li>Lead is David Williams (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>61</font></div>
</td>
<td>
<div id=PPTP61 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0102.html');" id=PPTL61>Source Editing</a></font></div>
<div id=PPTC61 class=CTxt style='display:none'><font size=2>
<ul>
<li>Source Editing provides source editing support for typical
&quot;web&quot; languages and the mixing of them, with a focus on making
the editors extensible and easily reusable</li>
<br>
<br>
<li>Mature sub-project of WTP</li>
<br>
<br>
<li>Lead is Nitin Dahyabhai (IBM)</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>62</font></div>
</td>
<td>
<div id=PPTP62 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0040.html');" id=PPTL62>OMG + Eclipse</a></font></div>
<div id=PPTC62 class=CTxt style='display:none'><font size=2>
<ul>
<li>Eclipse is a contributing member of the OMG, which means that it has
voting rights in both the Domain Technical Committee (DTC) and Platform
Technical Committee (PTC)</li>
<br>
<br>
<li>Natural intersection between Eclipse project categories and OMG
technology areas</li>
<br>
<br>
<li>Eclipse projects/sub-projects/components not considered reference
implementations of OMG specifications</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>63</font></div>
</td>
<td>
<div id=PPTP63 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0155.html');" id=PPTL63>Contents</a></font></div>
<div id=PPTC63 class=CTxt style='display:none'><font size=2>
<ul>
<li>Why</li>
<ul>
<li>Open Specifications + Open Source</li>
</ul>
<br>
<li>What</li>
<ul>
<li>OMG + Eclipse</li>
</ul>
<br>
<li>How</li>
<ul>
<li>Technology Adoption + Development</li>
</ul>
<br>
<li>Who</li>
<ul>
<li>Task Force Members + Project Committers</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>64</font></div>
</td>
<td>
<div id=PPTP64 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0037.html');" id=PPTL64>OMG Technology
Adoption Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>65</font></div>
</td>
<td>
<div id=PPTP65 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0103.html');" id=PPTL65>OMG Request For
Information Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>66</font></div>
</td>
<td>
<div id=PPTP66 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0104.html');" id=PPTL66>OMG Request For
Proposal Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>67</font></div>
</td>
<td>
<div id=PPTP67 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0105.html');" id=PPTL67>OMG Request For
Proposal Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>68</font></div>
</td>
<td>
<div id=PPTP68 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0106.html');" id=PPTL68>OMG Specification
Adoption Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>69</font></div>
</td>
<td>
<div id=PPTP69 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0107.html');" id=PPTL69>OMG Specification
Finalization Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>70</font></div>
</td>
<td>
<div id=PPTP70 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0108.html');" id=PPTL70>OMG Specification
Revision Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>71</font></div>
</td>
<td>
<div id=PPTP71 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0039.html');" id=PPTL71>Eclipse Development
Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>72</font></div>
</td>
<td>
<div id=PPTP72 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0114.html');" id=PPTL72>Eclipse Project Review
Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>73</font></div>
</td>
<td>
<div id=PPTP73 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0109.html');" id=PPTL73>Eclipse Project
Declaration Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>74</font></div>
</td>
<td>
<div id=PPTP74 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0110.html');" id=PPTL74>Eclipse Project
Creation Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>75</font></div>
</td>
<td>
<div id=PPTP75 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0111.html');" id=PPTL75>Eclipse Project
Graduation Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>76</font></div>
</td>
<td>
<div id=PPTP76 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0112.html');" id=PPTL76>Eclipse Project
Promotion Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>77</font></div>
</td>
<td>
<div id=PPTP77 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0113.html');" id=PPTL77>Eclipse Project
Termination Process</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>78</font></div>
</td>
<td>
<div id=PPTP78 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0124.html');" id=PPTL78>Technology Adoption +
Development</a></font></div>
<div id=PPTC78 class=CTxt style='display:none'><font size=2>
<ul>
<li>Both Eclipse and the OMG operate on a principle of one organization, one
vote</li>
<br>
<br>
<li>Obvious similarities between Eclipse and OMG processes</li>
<ul>
<li>Project Review ~ Specification Adoption</li>
<li>Project Creation ~ Request For Proposal</li>
<li>Project Graduation ~ Specification Finalization</li>
<li>Project Promotion ~ Specification Revision</li>
</ul>
<br>
<li>Releases of Eclipse projects are not synchronized with availability OMG
specification versions</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>79</font></div>
</td>
<td>
<div id=PPTP79 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0156.html');" id=PPTL79>Contents</a></font></div>
<div id=PPTC79 class=CTxt style='display:none'><font size=2>
<ul>
<li>Why</li>
<ul>
<li>Open Specifications + Open Source</li>
</ul>
<br>
<li>What</li>
<ul>
<li>OMG + Eclipse</li>
</ul>
<br>
<li>How</li>
<ul>
<li>Technology Adoption + Development</li>
</ul>
<br>
<li>Who</li>
<ul>
<li>Task Force Members + Project Committers</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>80</font></div>
</td>
<td>
<div id=PPTP80 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0036.html');" id=PPTL80>OMG Membership Matrix</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>81</font></div>
</td>
<td>
<div id=PPTP81 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0117.html');" id=PPTL81>OMG Membership Matrix</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>82</font></div>
</td>
<td>
<div id=PPTP82 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0038.html');" id=PPTL82>Eclipse Membership</a></font></div>
<div id=PPTC82 class=CTxt style='display:none'><font size=2>
<ul>
<li>Associate</li>
<ul>
<li>organizations that are a non-for-profit organization, standards body,
university, research institute or publisher which participates in the
development of the Eclipse ecosystem</li>
</ul>
<br>
<li>Add-in Provider</li>
<ul>
<li>organizations that view Eclipse as an important part of their corporate
and product strategy</li>
</ul>
<br>
<li>Strategic</li>
<ul>
<li>organizations that view Eclipse as a strategic platform and are
investing developer and other resources to further develop the Eclipse
technology</li>
</ul>
<br>
<li>Committer</li>
<ul>
<li>individuals that are the core developers of the Eclipse projects and
can commit changes to project source code</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>83</font></div>
</td>
<td>
<div id=PPTP83 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0130.html');" id=PPTL83>IMM (SQL) and Model
Base</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>84</font></div>
</td>
<td>
<div id=PPTP84 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0127.html');" id=PPTL84>MOF (EMOF) and EMF</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>85</font></div>
</td>
<td>
<div id=PPTP85 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0131.html');" id=PPTL85>MOF 2.0 FOL and EMF</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>86</font></div>
</td>
<td>
<div id=PPTP86 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0128.html');" id=PPTL86>XMI and EMF</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>87</font></div>
</td>
<td>
<div id=PPTP87 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0134.html');" id=PPTL87>MOF (EMOF) and Ecore
Tools</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>88</font></div>
</td>
<td>
<div id=PPTP88 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0133.html');" id=PPTL88>DD and GMF</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>89</font></div>
</td>
<td>
<div id=PPTP89 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0135.html');" id=PPTL89>MOF QVT and UMLX</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>90</font></div>
</td>
<td>
<div id=PPTP90 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0136.html');" id=PPTL90>MOF QVT and M2M</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>91</font></div>
</td>
<td>
<div id=PPTP91 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0137.html');" id=PPTL91>MOF M2T and M2T</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>92</font></div>
</td>
<td>
<div id=PPTP92 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0138.html');" id=PPTL92>BPMN 2.0 and BPMN2</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>93</font></div>
</td>
<td>
<div id=PPTP93 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0139.html');" id=PPTL93>ODM and EODM</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>94</font></div>
</td>
<td>
<div id=PPTP94 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0140.html');" id=PPTL94>IMM and MDT IMM</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>95</font></div>
</td>
<td>
<div id=PPTP95 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0141.html');" id=PPTL95>OCL and MDT OCL</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>96</font></div>
</td>
<td>
<div id=PPTP96 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0142.html');" id=PPTL96>OCL and OCL Tools</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>97</font></div>
</td>
<td>
<div id=PPTP97 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0143.html');" id=PPTL97>SBVR and MDT SBVR</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>98</font></div>
</td>
<td>
<div id=PPTP98 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0144.html');" id=PPTL98>MOF (CMOF) and UML2</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>99</font></div>
</td>
<td>
<div id=PPTP99 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0145.html');" id=PPTL99>UML and UML2</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>100</font></div>
</td>
<td>
<div id=PPTP100 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0146.html');" id=PPTL100>UML and UML2 Tools</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>101</font></div>
</td>
<td>
<div id=PPTP101 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0147.html');" id=PPTL101>UML DI and UML2 Tools</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>102</font></div>
</td>
<td>
<div id=PPTP102 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0148.html');" id=PPTL102>IMM (XSD) and XSD</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>103</font></div>
</td>
<td>
<div id=PPTP103 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0150.html');" id=PPTL103>UML HUTN and TMF</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>104</font></div>
</td>
<td>
<div id=PPTP104 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0151.html');" id=PPTL104>SPEM and EPF</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>105</font></div>
</td>
<td>
<div id=PPTP105 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0152.html');" id=PPTL105>WMF and JWT</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>106</font></div>
</td>
<td>
<div id=PPTP106 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0129.html');" id=PPTL106>BPMN and STP BPMN</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>107</font></div>
</td>
<td>
<div id=PPTP107 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0153.html');" id=PPTL107>UML Testing Profile
and Testing Tools</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>108</font></div>
</td>
<td>
<div id=PPTP108 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0157.html');" id=PPTL108>IMM (XSD) and Source
Editing</a></font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>109</font></div>
</td>
<td>
<div id=PPTP109 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0149.html');" id=PPTL109>Task Force Members +
Project Committers</a></font></div>
<div id=PPTC109 class=CTxt style='display:none'><font size=2>
<ul>
<li>Eclipse membership includes individuals whereas OMG membership is
limited to (paying) organizations</li>
<br>
<br>
<li>Eclipse project committers are typically developers whereas OMG task
force members are often architects or business people</li>
<br>
<br>
<li>Not enough overlap between organizations implementing projects at
Eclipse and those defining corresponding specifications at the OMG</li>
<br>
<br>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>110</font></div>
</td>
<td>
<div id=PPTP110 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0046.html');" id=PPTL110>What Next?</a></font></div>
<div id=PPTC110 class=CTxt style='display:none'><font size=2>
<ul>
<li>What</li>
<ul>
<li>Make OMG specifications more consumable</li>
<li>Ensure Eclipse projects conform to applicable OMG specifications</li>
<li>Recognize Eclipse projects as reference implementations</li>
</ul>
<br>
<li>How</li>
<ul>
<li>Base specifications on de facto standards (Eclipse technology)</li>
<li>Align timing of OMG technology adoption and Eclipse development</li>
</ul>
<br>
<li>Who</li>
<ul>
<li>Remove platform/domain OMG membership restriction</li>
<li>Resolve dissonance between Eclipse developers and OMG architects</li>
<li>Ensure overlap of Eclipse project committers and OMG task force members</li>
</ul>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>111</font></div>
</td>
<td>
<div id=PPTP111 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0122.html');" id=PPTL111><br>
Eclipse/OMG Symposium</a></font></div>
<div id=PPTC111 class=CTxt style='display:none'><font size=2>
<ul>
<li>Thursday, March 20</li>
<li>10:10 a.m. in Room 201</li>
</ul>
</font></div>
</td>
</tr>
<tr onmouseover="Over(this)" onmouseout="Out(this)" onclick="Follow(this)"
style='cursor:hand'>
<td align=right valign=top>
<div class=sldNum><font size=2>112</font></div>
</td>
<td>
<div id=PPTP112 class=PTxt><font size=2><a
href="javascript:GoToSld('slide0030.html');" id=PPTL112>Legal Notices</a></font></div>
<div id=PPTC112 class=CTxt style='display:none'><font size=2>
<ul>
<li>Business Process Modeling Notation, BPMN, MOF, Object Management Group, OMG,
OMG SysML, and Unified Modeling Language are trademarks of the Object
Management Group</li>
<br>
<br>
<li>Model Driven Architecture, MDA, UML, XMI, and the OMG Logo are
registered trademarks of the Object Management Group</li>
<br>
<br>
<li>DOM, Metadata, RDF, and XML are trademarks of the World Wide Web
Consortium; marks of W3C are registered and held by its host
institutions MIT, ERCIM, and Keio</li>
<br>
<br>
<li>Java and all Java-based trademarks are trademarks of Sun Microsystems,
Inc. in the United States, other countries, or both</li>
<br>
<br>
<li>Other company, product, or service names may be trademarks or service
marks of others</li>
</ul>
</font></div>
</td>
</tr>
</table>
</div>
<div style='display:none'><a href=master03.html></a><a href=master03.xml></a><a
href=preview.wmf></a><a href="master03_image001.jpg"></a><a
href="master03_image002.jpg"></a><a href=master15.html></a><a
href=master15.xml></a><a href=master02.html></a><a href=pres.xml></a><a
href=slide0001.html></a><a href="master15_image003.gif"></a><a
href="master15_image004.gif"></a><a href=slide0123.html></a><a
href="master03_image005.gif"></a><a href="master03_image006.gif"></a><a
href=slide0032.html></a><a href=slide0031.html></a><a href=slide0033.html></a><a
href=slide0154.html></a><a href=slide0034.html></a><a href=slide0047.html></a><a
href=slide0048.html></a><a href=slide0049.html></a><a href=slide0050.html></a><a
href=slide0051.html></a><a href=slide0053.html></a><a href=slide0068.html></a><a
href=slide0052.html></a><a href=slide0054.html></a><a href=slide0056.html></a><a
href=slide0055.html></a><a href=slide0057.html></a><a href=slide0058.html></a><a
href=slide0059.html></a><a href=slide0060.html></a><a href=slide0061.html></a><a
href=slide0062.html></a><a href=slide0063.html></a><a href=slide0064.html></a><a
href=slide0065.html></a><a href=slide0066.html></a><a href=slide0067.html></a><a
href=slide0035.html></a><a href=slide0069.html></a><a href=slide0070.html></a><a
href=slide0071.html></a><a href=slide0075.html></a><a href=slide0073.html></a><a
href=slide0074.html></a><a href=slide0076.html></a><a href=slide0078.html></a><a
href=slide0099.html></a><a href=slide0077.html></a><a href=slide0081.html></a><a
href=slide0082.html></a><a href=slide0100.html></a><a href=slide0083.html></a><a
href=slide0084.html></a><a href=slide0085.html></a><a href=slide0086.html></a><a
href=slide0087.html></a><a href=slide0088.html></a><a href=slide0089.html></a><a
href=slide0090.html></a><a href=slide0091.html></a><a href=slide0092.html></a><a
href=slide0093.html></a><a href=slide0094.html></a><a href=slide0095.html></a><a
href=slide0096.html></a><a href=slide0097.html></a><a href=slide0098.html></a><a
href=slide0101.html></a><a href=slide0102.html></a><a href=slide0040.html></a><a
href=slide0155.html></a><a href=slide0037.html></a><a
href="slide0037_image007.png"></a><a href="slide0037_image008.gif"></a><a
href=slide0103.html></a><a href="slide0103_image009.png"></a><a
href="slide0103_image010.gif"></a><a href=slide0104.html></a><a
href="slide0104_image011.png"></a><a href="slide0104_image012.gif"></a><a
href=slide0105.html></a><a href="slide0105_image013.png"></a><a
href="slide0105_image014.gif"></a><a href=slide0106.html></a><a
href="slide0106_image015.png"></a><a href="slide0106_image016.gif"></a><a
href=slide0107.html></a><a href="slide0107_image017.png"></a><a
href="slide0107_image018.gif"></a><a href=slide0108.html></a><a
href="slide0108_image019.png"></a><a href="slide0108_image020.gif"></a><a
href=slide0039.html></a><a href="slide0039_image021.png"></a><a
href="slide0039_image022.gif"></a><a href=slide0114.html></a><a
href="slide0114_image023.png"></a><a href="slide0114_image024.gif"></a><a
href=slide0109.html></a><a href="slide0109_image025.png"></a><a
href="slide0109_image026.gif"></a><a href=slide0110.html></a><a
href="slide0110_image027.png"></a><a href="slide0110_image028.gif"></a><a
href=slide0111.html></a><a href="slide0111_image029.png"></a><a
href="slide0111_image030.gif"></a><a href=slide0112.html></a><a
href="slide0112_image031.png"></a><a href="slide0112_image032.gif"></a><a
href=slide0113.html></a><a href="slide0113_image033.png"></a><a
href="slide0113_image034.gif"></a><a href=slide0124.html></a><a
href=slide0156.html></a><a href=slide0036.html></a><a href=slide0036.xml></a><a
href="slide0036_image035.gif"></a><a href=slide0117.html></a><a
href=slide0117.xml></a><a href="slide0117_image036.gif"></a><a
href=slide0038.html></a><a href=slide0130.html></a><a
href="slide0130_image037.gif"></a><a href="slide0130_image038.gif"></a><a
href=slide0127.html></a><a href="slide0127_image039.gif"></a><a
href="slide0127_image040.gif"></a><a href=slide0131.html></a><a
href="slide0131_image041.gif"></a><a href="slide0131_image042.gif"></a><a
href=slide0128.html></a><a href="slide0128_image043.gif"></a><a
href="slide0128_image044.gif"></a><a href=slide0134.html></a><a
href="slide0134_image045.gif"></a><a href="slide0134_image046.gif"></a><a
href=slide0133.html></a><a href="slide0133_image047.gif"></a><a
href="slide0133_image048.gif"></a><a href=slide0135.html></a><a
href="slide0135_image049.gif"></a><a href="slide0135_image050.gif"></a><a
href=slide0136.html></a><a href="slide0136_image051.gif"></a><a
href="slide0136_image052.gif"></a><a href=slide0137.html></a><a
href="slide0137_image053.gif"></a><a href="slide0137_image054.gif"></a><a
href=slide0138.html></a><a href="slide0138_image055.gif"></a><a
href="slide0138_image056.gif"></a><a href=slide0139.html></a><a
href="slide0139_image057.gif"></a><a href="slide0139_image058.gif"></a><a
href=slide0140.html></a><a href="slide0140_image059.gif"></a><a
href="slide0140_image060.gif"></a><a href=slide0141.html></a><a
href="slide0141_image061.gif"></a><a href="slide0141_image062.gif"></a><a
href=slide0142.html></a><a href="slide0142_image063.gif"></a><a
href="slide0142_image064.gif"></a><a href=slide0143.html></a><a
href="slide0143_image065.gif"></a><a href="slide0143_image066.gif"></a><a
href=slide0144.html></a><a href="slide0144_image067.gif"></a><a
href="slide0144_image068.gif"></a><a href=slide0145.html></a><a
href="slide0145_image069.gif"></a><a href="slide0145_image070.gif"></a><a
href=slide0146.html></a><a href="slide0146_image071.gif"></a><a
href="slide0146_image072.gif"></a><a href=slide0147.html></a><a
href="slide0147_image073.gif"></a><a href="slide0147_image074.gif"></a><a
href=slide0148.html></a><a href="slide0148_image075.gif"></a><a
href="slide0148_image076.gif"></a><a href=slide0150.html></a><a
href="slide0150_image077.gif"></a><a href="slide0150_image078.gif"></a><a
href=slide0151.html></a><a href="slide0151_image079.gif"></a><a
href="slide0151_image080.gif"></a><a href=slide0152.html></a><a
href="slide0152_image081.gif"></a><a href="slide0152_image082.gif"></a><a
href=slide0129.html></a><a href="slide0129_image083.gif"></a><a
href="slide0129_image084.gif"></a><a href=slide0153.html></a><a
href="slide0153_image085.gif"></a><a href="slide0153_image086.gif"></a><a
href=slide0157.html></a><a href="slide0157_image087.gif"></a><a
href="slide0157_image088.gif"></a><a href=slide0149.html></a><a
href=slide0046.html></a><a href=slide0122.html></a><a
href="slide0122_image089.png"></a><a href="slide0122_image090.gif"></a><a
href="slide0122_image091.png"></a><a href="slide0122_image092.gif"></a><a
href=slide0030.html></a><a href=master01.html></a><a
href="master03_stylesheet.css"></a><a href="master15_stylesheet.css"></a><a
href=script.js></a><a href="../EclipseCon2008_LongTalk.html"></a><a
href=fullscreen.html></a><a href=buttons.gif></a><a href=frame.html></a><a
href=outline.html></a></div>
</body>
</html>