platform-core-home/main.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.14 - (view) (download) (as text)

1 : dj 1.4 <html>
2 :     <head>
3 :     <title>Core Component</title>
4 :     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5 :     <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css">
6 :     </head>
7 :    
8 :     <body bgcolor="#FFFFFF" text="#000000">
9 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
10 :     <tr>
11 :     <td align=left width="72%"> <font class=indextop> core</font> <br>
12 :     <font class=indexsub> the foundation of the platform</font></td>
13 :     <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>
14 :     </tr>
15 :     </table>
16 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
17 :     <tr>
18 :     <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Development
19 : dj 1.14 Resources &amp; Planning</font></b></td>
20 : dj 1.4 </tr>
21 :     <tr>
22 :     <td>
23 : dj 1.5 <p>If you are looking for documents, proposals, patches, bug queries, or
24 : dj 1.14 general Core tools, check out the <a href="dev.html">Development Resources &amp; Planning</a> page.</p>
25 : dj 1.4 </td>
26 :     </tr>
27 :     </table>
28 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
29 :     <tr>
30 :     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b>
31 :     <font color="#FFFFFF" face="Arial,Helvetica">Core Overview</font></b></td>
32 :     </tr>
33 :     <tr>
34 :     <td>
35 :     <p>The Core component forms the base of the Eclipse platform's runtime configuration.
36 :     It includes mechanisms and facilities for:</p>
37 :     <ul>
38 :     <li>booting and running the platform</li>
39 :     <li>plug-in declaration and management</li>
40 :     <li>resource management</li>
41 :     </ul>
42 :     <p>The Core is excruciatingly generic -- all plug-ins installed and run
43 :     on the Core infrastructure are treated equally. The contents of resources
44 :     are never examined in any domain-specific way and the Core can run equally
45 :     well with and without a UI. </p>
46 : dj 1.13 </td>
47 : dj 1.4 </tr>
48 :     </table>
49 :     <table border=0 cellspacing=5 cellpadding=2 width="100%" >
50 :     <tr>
51 :     <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Get
52 :     Involved!</font></b></td>
53 :     </tr>
54 :     <tr>
55 :     <td>
56 :     <p>If you are interested in participating in the development of the Core
57 :     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>.
58 :     Chat with people there about your problems and interests, and find out
59 :     what you can do to help. </p>
60 :     <p>In particular, if you are interested in system level code and are intimately
61 :     familiar with Java classloading, thread management, filesystem resource
62 :     management on a variety of operating systems, Windows/Linux filesystem
63 :     callback management, or programming for speed/space, the Core team wants
64 :     to talk to you.</p>
65 :     <p>Upcoming work is primarily in the details of currently supported function.</p>
66 :     <p>For more detailed information, check out the <a href="dev.html">Development
67 :     Resources</a>.</p>
68 :     </td>
69 :     </tr>
70 :     </table>
71 :     <p>&nbsp;</p>
72 :     </body>
73 :     </html>