Difference between revisions of "Protege4DevDocs"

From Protege Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<div class="orangeBox">
 
<div class="orangeBox">
<span class="orangeBoxTitle">Protege 4 Developer Documentation</span><br />
+
<span class="orangeBoxTitle">Protege 4 Developer Documentation</span><br /><br />
 +
This page is still somewhat under construction...
 
</div><br /><br />
 
</div><br /><br />
  
Line 6: Line 7:
  
 
== Working with Protege 4 source code ==
 
== Working with Protege 4 source code ==
 +
 +
To Do List:
 +
 +
- Need to add some explanatory text here about how to choose between compiling using a separate project for each bundle vs. using one big project.
 +
 +
- Maybe some high-level description here would be helpful about how source code is organized since it's different than 3.3.1, i.e., we're using OSGi now?<br /><br />
  
 
<ul>
 
<ul>
<li>[[CompileProtege4InEclipse|Compile and run Protege 4 in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where each bundle is created as a separate Eclipse project.</li>
+
<li>[[CompileProtege4InEclipse|Compile and run Protege 4 in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''each bundle is created as a separate Eclipse project''.</li>
 +
<li>[[CompileProtege4InEclipseOneProject|Compile and run Protege 4 in Eclipse]] - this page gives directions for compiling Protege 4.0 sources in Eclipse where ''all bundles are encapsulated in one Eclipse project''.</li>
 
</ul>
 
</ul>

Revision as of 15:34, October 16, 2007

Protege 4 Developer Documentation

This page is still somewhat under construction...



Working with Protege 4 source code

To Do List:

- Need to add some explanatory text here about how to choose between compiling using a separate project for each bundle vs. using one big project.

- Maybe some high-level description here would be helpful about how source code is organized since it's different than 3.3.1, i.e., we're using OSGi now?