jdt-core-home/main.html
Parent Directory
|
Revision Log
Revision 1.100 - (view) (download) (as text)
| 1 : | pmulet | 1.85 | <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> |
| 2 : | <html> | ||
| 3 : | <head> | ||
| 4 : | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 5 : | <meta name="GENERATOR" content="Mozilla/4.73 [en] (Windows NT 5.0; U) [Netscape]"> | ||
| 6 : | <title>JDT Core Component</title> | ||
| 7 : | <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> | ||
| 8 : | </head> | ||
| 9 : | <body text="#000000" bgcolor="#FFFFFF"> | ||
| 10 : | | ||
| 11 : | |||
| 12 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 13 : | <tr> | ||
| 14 : | <td align=left width="72%"> <font class=indextop> jdt core </font> <br> | ||
| 15 : | <font class=indexsub> java development tooling core </font></td> | ||
| 16 : | <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td> | ||
| 17 : | </tr> | ||
| 18 : | </table> | ||
| 19 : | |||
| 20 : | |||
| 21 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 22 : | <tr> | ||
| 23 : | <td COLSPAN="2" ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Development | ||
| 24 : | Resources </font></font></b></td> | ||
| 25 : | </tr> | ||
| 26 : | |||
| 27 : | <tr> | ||
| 28 : | <td COLSPAN="2">If you are already a JDT Core developer, check out the <a href="dev.html">Development | ||
| 29 : | Resources</a>. In particular, this section summarizes the various development streams.</td> | ||
| 30 : | </tr> | ||
| 31 : | <tr> | ||
| 32 : | <td COLSPAN="2" ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">JDT | ||
| 33 : | Core</font></font></b></td> | ||
| 34 : | </tr> | ||
| 35 : | <tr> | ||
| 36 : | <td COLSPAN="2"><font color="#000000">JDT Core is the Java infrastructure of the Java | ||
| 37 : | IDE. It includes:</font> | ||
| 38 : | <ul> | ||
| 39 : | <li> | ||
| 40 : | <font color="#000000">An incremental Java compiler. Implemented as an Eclipse | ||
| 41 : | builder, it is based on a JCK1.3a compliant compiler evolved from VAJ compilers. | ||
| 42 : | In particular, it allows to run and debug code which still contains unresolved | ||
| 43 : | errors.</font></li> | ||
| 44 : | |||
| 45 : | <li> | ||
| 46 : | <font color="#000000">A Java Model that provides API for navigating the | ||
| 47 : | Java element tree. The Java element tree defines a Java centric view of | ||
| 48 : | a project. It surfaces elements like package fragments, compilation units, | ||
| 49 : | binary classes, types, methods, fields. </font></li> | ||
| 50 : | |||
| 51 : | <li> | ||
| 52 : | <font color="#000000">A Java Document Model providing API for manipulating | ||
| 53 : | a structured Java source document.</font></li> | ||
| 54 : | |||
| 55 : | <li> | ||
| 56 : | <font color="#000000">Code assist and code select support.</font></li> | ||
| 57 : | |||
| 58 : | <li> | ||
| 59 : | <font color="#000000">An indexed based search infrastructure that is used | ||
| 60 : | for searching, code assist, type hierarchy computation, and refactoring. | ||
| 61 : | The Java search engine can accurately find precise matches either in sources | ||
| 62 : | or binaries.</font></li> | ||
| 63 : | |||
| 64 : | <li> | ||
| 65 : | <font color="#000000">Evaluation support either in a scrapbook page or | ||
| 66 : | a debugger context.</font></li> | ||
| 67 : | |||
| 68 : | <li> | ||
| 69 : | <font color="#000000">Source code formatter</font></li> | ||
| 70 : | </ul> | ||
| 71 : | <font color="#000000">The JDT Core infrastructure has no built-in JDK version | ||
| 72 : | dependencies, it also does not depend on any particular Java UI and can | ||
| 73 : | be run headless.</font></td> | ||
| 74 : | </tr> | ||
| 75 : | pmulet | 1.86 | <tr><td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">What's |
| 76 : | Happening? </font></font></b> | ||
| 77 : | </td></tr> | ||
| 78 : | oliviert | 1.98 | <tr> |
| 79 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td> | ||
| 80 : | <td WIDTH="98%"><b>R3.2 Development</b> | ||
| 81 : | <ul> | ||
| 82 : | <li>Most active development goes into this stream. | ||
| 83 : | </li> | ||
| 84 : | pmulet | 1.99 | <li> The 3.2 plan is posted <a href="r3.2/main.html#release-plan">here</a>. |
| 85 : | oliviert | 1.98 | </li> |
| 86 : | pmulet | 1.99 | <li> The 3.2 next-milestone plan is posted <a href="r3.2/main.html#milestone-plan">here</a>. |
| 87 : | oliviert | 1.98 | </li> |
| 88 : | <li> Patch available in <a href="r3.2/main.html#updates">update</a> area (for testing purpose). | ||
| 89 : | </li> | ||
| 90 : | </ul> | ||
| 91 : | </td></tr> | ||
| 92 : | pmulet | 1.85 | |
| 93 : | <tr> | ||
| 94 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td> | ||
| 95 : | jeromel | 1.100 | <td WIDTH="98%"><b>R3.1 Maintenance</b> |
| 96 : | pmulet | 1.85 | <ul> |
| 97 : | jeromel | 1.100 | <li> Release 3.1 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area. |
| 98 : | pmulet | 1.92 | </li> |
| 99 : | jeromel | 1.100 | <li> Latest information on further maintenance is available <a href="r3.1/main.html#maintenance">here</a>. |
| 100 : | pmulet | 1.92 | </li> |
| 101 : | ffusier | 1.94 | <li> Patch available in <a href="r3.1/main.html#updates">update</a> area (for testing purpose). |
| 102 : | pmulet | 1.92 | </li> |
| 103 : | ffusier | 1.94 | </ul> |
| 104 : | </td></tr> | ||
| 105 : | |||
| 106 : | <tr> | ||
| 107 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td> | ||
| 108 : | <td WIDTH="98%"><b>R3.0 Maintenance</b> | ||
| 109 : | <ul> | ||
| 110 : | oliviert | 1.97 | <li> Release 3.0 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area. |
| 111 : | ffusier | 1.94 | </li> |
| 112 : | <li> Latest information on further maintenance is available <a href="r3.0/main.html#maintenance">here</a>. | ||
| 113 : | </li> | ||
| 114 : | ffusier | 1.95 | <li> Patch available in <a href="r3.0/main.html#updates">update</a> area (for testing purpose). |
| 115 : | ffusier | 1.94 | </li> |
| 116 : | pmulet | 1.89 | </ul> |
| 117 : | </td></tr> | ||
| 118 : | |||
| 119 : | <tr> | ||
| 120 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td> | ||
| 121 : | <td WIDTH="98%"><b>R2.1 Maintenance</b> | ||
| 122 : | <ul> | ||
| 123 : | oliviert | 1.97 | <li> Release 2.1 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area. |
| 124 : | pmulet | 1.89 | </li> |
| 125 : | pmulet | 1.92 | <li> Latest information on further maintenance is available <a href="r2.1/main.html#maintenance">here</a>. |
| 126 : | </li> | ||
| 127 : | <li> Patch available in <a href="r2.1/main.html#updates">update</a> area (for testing purpose). | ||
| 128 : | pmulet | 1.89 | </li> |
| 129 : | pmulet | 1.85 | </ul> |
| 130 : | </td></tr> | ||
| 131 : | |||
| 132 : | <tr> | ||
| 133 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td> | ||
| 134 : | <td WIDTH="98%"><b>R2.0 Maintenance</b> | ||
| 135 : | <ul> | ||
| 136 : | oliviert | 1.97 | <li> Rollup 2.0.3 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area. |
| 137 : | pmulet | 1.85 | </li> |
| 138 : | pmulet | 1.92 | <li> Latest information on further maintenance is available <a href="r2.0/main.html#maintenance">here</a>. |
| 139 : | </li> | ||
| 140 : | <li> Patch available in <a href="r2.0/main.html#updates">update</a> area (for testing purpose). | ||
| 141 : | pmulet | 1.90 | </li> |
| 142 : | </ul> | ||
| 143 : | |||
| 144 : | <tr> | ||
| 145 : | <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td> | ||
| 146 : | <td WIDTH="98%"><b>R1.0 Maintenance</b> | ||
| 147 : | <ul> | ||
| 148 : | oliviert | 1.97 | <li> Rollup 1.0.2 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area. |
| 149 : | pmulet | 1.90 | </li> |
| 150 : | pmulet | 1.92 | <li> Latest information on further maintenance is available <a href="r1.0/main.html#maintenance">here</a>. |
| 151 : | </li> | ||
| 152 : | <li> Patch available in <a href="r1.0/main.html#updates">update</a> area (for testing purpose). | ||
| 153 : | pmulet | 1.85 | </li> |
| 154 : | </ul> | ||
| 155 : | pmulet | 1.86 | |
| 156 : | For more detailed information, check out the <a href="dev.html">Development | ||
| 157 : | Resources</a>. | ||
| 158 : | pmulet | 1.85 | </td></tr> |
| 159 : | |||
| 160 : | <tr> | ||
| 161 : | <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Get | ||
| 162 : | Involved!</font></font></b></td> | ||
| 163 : | </tr> | ||
| 164 : | |||
| 165 : | <tr> | ||
| 166 : | <td COLSPAN="2">If you are interested in participating in the development of the JDT | ||
| 167 : | Core component, check out the developer's mailing list: <a href="http://dev.eclipse.org/mailman/listinfo/jdt-core-dev">jdt-core-dev@eclipse.org</a>. | ||
| 168 : | Chat with people there about your problems and interests, and find out | ||
| 169 : | what you can do to help. | ||
| 170 : | <p>The JDT Core team is open to suggestions for improving both the experience | ||
| 171 : | of Java developpers using the Java IDE, and clients to the JDT Core APIs. | ||
| 172 : | If you are interested in Java language semantics, compiler technology, | ||
| 173 : | Java tooling in general (behavior of our current tools, suggestions for | ||
| 174 : | new tools), then please interact with the JDT Core team so that we can | ||
| 175 : | build an even better Java IDE. | ||
| 176 : | <p>For more detailed information, check out the <a href="dev.html">Development | ||
| 177 : | Resources</a>.</td> | ||
| 178 : | </tr> | ||
| 179 : | </table> | ||
| 180 : | |||
| 181 : | <br> | ||
| 182 : | </body> | ||
| 183 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
