platform-core-home/main.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.13 - (download) (as text) (annotate)
Fri Feb 21 15:21:08 2003 UTC (6 years, 9 months ago) by dj
Branch: MAIN
Changes since 1.12: +4 -69 lines
Updated web pages.
<html>
<head>
<title>Core Component</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 bgcolor="#FFFFFF" text="#000000">
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
  <tr> 
    <td align=left width="72%"> <font class=indextop> core</font> <br>
      <font class=indexsub> the foundation of the platform</font></td>
    <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>
  </tr>
</table>
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
  <tr> 
    <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Development 
      Resources </font></b></td>
  </tr>
  <tr> 
    <td> 
      <p>If you are looking for documents, proposals, patches, bug queries, or 
        general Core tools, check out the <a href="dev.html">Development 
        Resources</a>.</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">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 face="Arial,Helvetica" color="#FFFFFF">What's 
      Happening? </font></b></td>
  </tr>
  <tr> 
    <td> 
      <p><a name="Milestone_Planning"></a>Check out the <a href="plan.html">Core 
        Component Planning</a> page for details of current work, milestone plans, 
        and test plans.</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>
      <p>For more detailed information, check out the <a href="dev.html">Development 
        Resources</a>.</p>
</td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>