platform-core-home/main.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.18 - (download) (as text) (annotate)
Wed Jul 21 13:57:50 2004 UTC (5 years, 4 months ago) by dj
Branch: MAIN
Changes since 1.17: +3 -3 lines
Web space: redone.
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>Eclipse Platform/Core</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
</head>
<body>
<center>
	<font class=indextop>core</font><br>
	<font class=indexsub>the foundation of the platform</font><p></p>
	<a href="main.html">[home]</a>
	<a href="documents.html">[documents]</a>
	<a href="downloads.html">[downloads]</a>
	<a href="resources.html">[resources]</a>
	<a href="planning.html">[planning]</a>
	<a href="testing.html">[testing]</a>
</center>
<br>
<table border=0 cellpadding=2 width="100%" >
  <tr> 
    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b>
    <font color="#FFFFFF" face="Arial,Helvetica">Core Overview</font></b></td>
  </tr>
  <tr> 
    <td> 
      <p>The Core component forms the base of the Eclipse platform's runtime configuration. 
        It includes mechanisms and facilities for:</p>
      <ul>
        <li>booting and running the platform</li>
        <li>plug-in declaration and management</li>
        <li>resource management</li>
      </ul>
      <p>The Core is excruciatingly generic -- all plug-ins installed and run 
        on the Core infrastructure are treated equally. The contents of resources 
        are never examined in any domain-specific way and the Core can run equally 
        well with and without a UI. </p>
      </td>
  </tr>
</table>
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
  <tr> 
    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Get 
      Involved!</font></b></td>
  </tr>
  <tr> 
    <td> 
      <p>If you are interested in participating in the development of the Core 
        component, check out the developer's mailing list: <a href="http://dev.eclipse.org/mailman/listinfo/platform-core-dev">platform-core-dev@eclipse.org</a>. 
        Chat with people there about your problems and interests, and find out 
        what you can do to help. </p>
      <p>In particular, if you are interested in system level code and are intimately 
        familiar with Java classloading, thread management, filesystem resource 
        management on a variety of operating systems, Windows/Linux filesystem 
        callback management, or programming for speed/space, the Core team wants 
        to talk to you.</p>
      <p>Upcoming work is primarily in the details of currently supported function.</p>
</td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>