platform-core-home/main.html
Parent Directory
|
Revision Log
Revision 1.16 - (view) (download) (as text)
| 1 : | dj | 1.16 | <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
| 2 : | dj | 1.4 | <html> |
| 3 : | <head> | ||
| 4 : | dj | 1.16 | <title>Eclipse Platform/Core</title> |
| 5 : | dj | 1.4 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> |
| 6 : | <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> | ||
| 7 : | </head> | ||
| 8 : | dj | 1.16 | <body> |
| 9 : | <center> | ||
| 10 : | <font class=indextop> core</font><br> | ||
| 11 : | <font class=indexsub> the foundation of the platform</font><p> | ||
| 12 : | <a href="main.html">[home]</a> | ||
| 13 : | <a href="documents.html">[documents]</a> | ||
| 14 : | <a href="downloads.html">[downloads]</a> | ||
| 15 : | <a href="resources.html">[resources]</a> | ||
| 16 : | <a href="planning.html">[planning]</a> | ||
| 17 : | <a href="testing.html">[testing]</a> | ||
| 18 : | </center> | ||
| 19 : | dj | 1.4 | |
| 20 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 21 : | <tr> | ||
| 22 : | <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b> | ||
| 23 : | <font color="#FFFFFF" face="Arial,Helvetica">Core Overview</font></b></td> | ||
| 24 : | </tr> | ||
| 25 : | <tr> | ||
| 26 : | <td> | ||
| 27 : | <p>The Core component forms the base of the Eclipse platform's runtime configuration. | ||
| 28 : | It includes mechanisms and facilities for:</p> | ||
| 29 : | <ul> | ||
| 30 : | <li>booting and running the platform</li> | ||
| 31 : | <li>plug-in declaration and management</li> | ||
| 32 : | <li>resource management</li> | ||
| 33 : | </ul> | ||
| 34 : | <p>The Core is excruciatingly generic -- all plug-ins installed and run | ||
| 35 : | on the Core infrastructure are treated equally. The contents of resources | ||
| 36 : | are never examined in any domain-specific way and the Core can run equally | ||
| 37 : | well with and without a UI. </p> | ||
| 38 : | dj | 1.13 | </td> |
| 39 : | dj | 1.4 | </tr> |
| 40 : | </table> | ||
| 41 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 42 : | <tr> | ||
| 43 : | <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Get | ||
| 44 : | Involved!</font></b></td> | ||
| 45 : | </tr> | ||
| 46 : | <tr> | ||
| 47 : | <td> | ||
| 48 : | <p>If you are interested in participating in the development of the Core | ||
| 49 : | 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>. | ||
| 50 : | Chat with people there about your problems and interests, and find out | ||
| 51 : | what you can do to help. </p> | ||
| 52 : | <p>In particular, if you are interested in system level code and are intimately | ||
| 53 : | familiar with Java classloading, thread management, filesystem resource | ||
| 54 : | management on a variety of operating systems, Windows/Linux filesystem | ||
| 55 : | callback management, or programming for speed/space, the Core team wants | ||
| 56 : | to talk to you.</p> | ||
| 57 : | <p>Upcoming work is primarily in the details of currently supported function.</p> | ||
| 58 : | </td> | ||
| 59 : | </tr> | ||
| 60 : | </table> | ||
| 61 : | <p> </p> | ||
| 62 : | </body> | ||
| 63 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
