jdt-core-home/main.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.100, Tue Sep 20 09:48:06 2005 UTC revision 1.101, Fri Oct 14 15:18:57 2005 UTC
# Line 1  Line 1 
1  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">  <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2  <html>  <html>
3  <head>  <head>
4       <meta http-equiv="refresh" content="5; url=http://www.eclipse.org/jdt/core/main.html">
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6     <meta name="GENERATOR" content="Mozilla/4.73 [en] (Windows NT 5.0; U) [Netscape]">     <meta name="GENERATOR" content="Mozilla/4.73 [en] (Windows NT 5.0; U) [Netscape]">
7     <title>JDT Core Component</title>     <title>JDT Core Component</title>
# Line 16  Line 17 
17      <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>      <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td>
18    </tr>    </tr>
19  </table>  </table>
20    This page has moved to <a href="http://www.eclipse.org/jdt/core/main.html">http://www.eclipse.org/jdt/core/main.html</a>.
21    <br>You will be redirected shortly.
22  <table border=0 cellspacing=5 cellpadding=2 width="100%" >  <br>Please update your bookmark.
 <tr>  
 <td COLSPAN="2" ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Development  
 Resources&nbsp;</font></font></b></td>  
 </tr>  
   
 <tr>  
 <td COLSPAN="2">If you are already a JDT Core developer, check out the <a href="dev.html">Development  
 Resources</a>. In particular, this section summarizes the various development streams.</td>  
 </tr>  
 <tr>  
 <td COLSPAN="2" ALIGN=LEFT VALIGN=TOP BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">JDT  
 Core</font></font></b></td>  
 </tr>  
 <tr>  
 <td COLSPAN="2"><font color="#000000">JDT Core is the Java infrastructure of the Java  
 IDE. It includes:</font>  
 <ul>  
 <li>  
 <font color="#000000">An incremental Java compiler. Implemented as an Eclipse  
 builder, it is based on a JCK1.3a compliant compiler evolved from VAJ compilers.  
 In particular, it allows to run and debug code which still contains unresolved  
 errors.</font></li>  
   
 <li>  
 <font color="#000000">A Java Model that provides API for navigating the  
 Java element tree. The Java element tree defines a Java centric view of  
 a project. It surfaces elements like package fragments, compilation units,  
 binary classes, types, methods, fields.&nbsp;</font></li>  
   
 <li>  
 <font color="#000000">A Java Document Model providing API for manipulating  
 a structured Java source document.</font></li>  
   
 <li>  
 <font color="#000000">Code assist and code select support.</font></li>  
   
 <li>  
 <font color="#000000">An indexed based search infrastructure that is used  
 for searching, code assist, type hierarchy computation, and refactoring.  
 The Java search engine can accurately find precise matches either in sources  
 or binaries.</font></li>  
   
 <li>  
 <font color="#000000">Evaluation support either in a scrapbook page or  
 a debugger context.</font></li>  
   
 <li>  
 <font color="#000000">Source code formatter</font></li>  
 </ul>  
 <font color="#000000">The JDT Core infrastructure has no built-in JDK version  
 dependencies, it also does not depend on any particular Java UI and can  
 be run headless.</font></td>  
 </tr>  
 <tr><td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">What's  
 Happening?&nbsp;</font></font></b>  
 </td></tr>  
 <tr>  
 <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>  
 <td WIDTH="98%"><b>R3.2 Development</b>  
 <ul>  
   <li>Most active development goes into this stream.  
   </li>  
   <li> The 3.2 plan is posted <a href="r3.2/main.html#release-plan">here</a>.  
   </li>  
   <li> The 3.2 next-milestone plan is posted <a href="r3.2/main.html#milestone-plan">here</a>.  
   </li>  
   <li> Patch available in <a href="r3.2/main.html#updates">update</a> area (for testing purpose).  
   </li>  
 </ul>  
 </td></tr>  
   
 <tr>  
 <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>  
 <td WIDTH="98%"><b>R3.1 Maintenance</b>  
 <ul>  
   <li> Release 3.1 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area.  
   </li>  
   <li> Latest information on further maintenance is available <a href="r3.1/main.html#maintenance">here</a>.  
   </li>  
   <li> Patch available in <a href="r3.1/main.html#updates">update</a> area (for testing purpose).  
   </li>  
 </ul>  
 </td></tr>  
   
 <tr>  
 <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>  
 <td WIDTH="98%"><b>R3.0 Maintenance</b>  
 <ul>  
   <li> Release 3.0 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area.  
   </li>  
   <li> Latest information on further maintenance is available <a href="r3.0/main.html#maintenance">here</a>.  
   </li>  
   <li> Patch available in <a href="r3.0/main.html#updates">update</a> area (for testing purpose).  
   </li>  
 </ul>  
 </td></tr>  
   
 <tr>  
 <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>  
 <td WIDTH="98%"><b>R2.1 Maintenance</b>  
 <ul>  
   <li> Release 2.1 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area.  
   </li>  
   <li> Latest information on further maintenance is available <a href="r2.1/main.html#maintenance">here</a>.  
   </li>  
   <li> Patch available in <a href="r2.1/main.html#updates">update</a> area (for testing purpose).  
   </li>  
 </ul>  
 </td></tr>  
   
 <tr>  
 <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>  
 <td WIDTH="98%"><b>R2.0 Maintenance</b>  
 <ul>  
   <li> Rollup 2.0.3 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area.  
   </li>  
   <li> Latest information on further maintenance is available <a href="r2.0/main.html#maintenance">here</a>.  
   </li>  
   <li> Patch available in <a href="r2.0/main.html#updates">update</a> area (for testing purpose).  
   </li>  
 </ul>  
   
 <tr>  
 <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>  
 <td WIDTH="98%"><b>R1.0 Maintenance</b>  
 <ul>  
   <li> Rollup 1.0.2 available on the <a href="http://www.eclipse.org/downloads/index.php" target="newdownload">download</a> area.  
   </li>  
   <li> Latest information on further maintenance is available <a href="r1.0/main.html#maintenance">here</a>.  
   </li>  
   <li> Patch available in <a href="r1.0/main.html#updates">update</a> area (for testing purpose).  
   </li>  
 </ul>  
   
 For more detailed information, check out the <a href="dev.html">Development  
 Resources</a>.  
 </td></tr>  
   
 <tr>  
 <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Get  
 Involved!</font></font></b></td>  
 </tr>  
   
 <tr>  
 <td COLSPAN="2">If you are interested in participating in the development of the JDT  
 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>.  
 Chat with people there about your problems and interests, and find out  
 what you can do to help.  
 <p>The JDT Core team is open to suggestions for improving both the experience  
 of Java developpers using the Java IDE, and clients to the JDT Core APIs.  
 If you are interested in Java language semantics, compiler technology,  
 Java tooling in general (behavior of our current tools, suggestions for  
 new tools), then please interact with the JDT Core team so that we can  
 build an even better Java IDE.  
 <p>For more detailed information, check out the <a href="dev.html">Development  
 Resources</a>.</td>  
 </tr>  
 </table>  
   
 <br>&nbsp;  
23  </body>  </body>
24  </html>  </html>

Legend:
Removed from v.1.100  
changed lines
  Added in v.1.101