jdt-core-home/main.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.91 - (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 :     &nbsp;
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&nbsp;</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.&nbsp;</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?&nbsp;</font></font></b>
77 :     </td></tr>
78 : pmulet 1.85
79 :     <tr>
80 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
81 : pmulet 1.89 <td WIDTH="98%"><b>R2.2 Development</b>
82 : pmulet 1.85 <ul>
83 :     <li>Most active development goes into this stream.
84 :     </li>
85 : pmulet 1.89 <li> The 2.2 plan is posted <a href="r2.2/main.html#release-plan">here</a>.
86 : pmulet 1.85 </li>
87 : pmulet 1.89 <li> The 2.2 next-milestone plan is posted <a href="r2.2/main.html#milestone-plan">here</a>.
88 :     </ul>
89 :     </td></tr>
90 :    
91 :     <tr>
92 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
93 :     <td WIDTH="98%"><b>R2.1 Maintenance</b>
94 :     <ul>
95 :     <li> Release 2.1 available on the <a href ="http://www.eclipse.org/downloads/index.php" target=newdownload">download</a> area.
96 :     </li>
97 :     <li> Latest information on further maintenance is available <a href="r2.1/main.html#maintenance">here</a> (with <a href="r2.1/main.html#updates">preview</a>).
98 :     </li>
99 : pmulet 1.85 </ul>
100 :     </td></tr>
101 :    
102 :     <tr>
103 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
104 :     <td WIDTH="98%"><b>R2.0 Maintenance</b>
105 :     <ul>
106 : pmulet 1.90 <li> Rollup 2.0.3 available on the <a href ="http://www.eclipse.org/downloads/index.php" target=newdownload">download</a> area.
107 : pmulet 1.85 </li>
108 :     <li> Latest information on further maintenance is available <a href="r2.0/main.html#maintenance">here</a> (with <a href="r2.0/main.html#updates">preview</a>).
109 : pmulet 1.90 </li>
110 :     </ul>
111 :    
112 :     <tr>
113 :     <td ALIGN=RIGHT VALIGN=TOP WIDTH="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
114 :     <td WIDTH="98%"><b>R1.0 Maintenance</b>
115 :     <ul>
116 :     <li> Rollup 1.0.2 available on the <a href ="http://www.eclipse.org/downloads/index.php" target=newdownload">download</a> area.
117 :     </li>
118 :     <li> Latest information on further maintenance is available <a href="r1.0/main.html#maintenance">here</a> (with <a href="r1.0/main.html#updates">preview</a>).
119 : pmulet 1.85 </li>
120 :     </ul>
121 : pmulet 1.86
122 :     For more detailed information, check out the <a href="dev.html">Development
123 :     Resources</a>.
124 : pmulet 1.85 </td></tr>
125 :    
126 :     <tr>
127 :     <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Updates</font></font></b></td>
128 :     </tr>
129 :    
130 :     <tr><td COLSPAN="2">These patches are not yet part of
131 :     any official release or rollup; but provide an early access to the next delivery for quality assessment. If you find any regression using these patches,
132 :     please inform the JDT/Core team by entering a <a href="http://dev.eclipse.org/bugs/">bug report</a>.
133 :    
134 :     </td>
135 :     </tr>
136 :    
137 :     <tr>
138 :     <td ALIGN=LEFT VALIGN=TOP width="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
139 : pmulet 1.91 <td ALIGN=LEFT width="98%"><b>R2.2.x updates</b> are available <a href="r2.2/main.html#updates">here</a>.
140 :     <ul>
141 :     </ul>
142 :     </td></tr>
143 :     <tr>
144 :     <td ALIGN=LEFT VALIGN=TOP width="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
145 : pmulet 1.85 <td ALIGN=LEFT width="98%"><b>R2.1.x updates</b> are available <a href="r2.1/main.html#updates">here</a>.
146 :     <ul>
147 :     </ul>
148 :     </td></tr>
149 :     <tr>
150 :     <td ALIGN=LEFT VALIGN=TOP width="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
151 :     <td ALIGN=LEFT width="98%"><b>R2.0.x updates</b> are available <a href="r2.0/main.html#updates">here</a>.
152 :     <ul>
153 :     </ul>
154 :     </td></tr>
155 :     <tr>
156 :     <td ALIGN=LEFT VALIGN=TOP width="2%"><img SRC="http://dev.eclipse.org/images/Adarrow.gif" NOSAVE BORDER=0 height=16 width=16></td>
157 :     <td ALIGN=LEFT width="98%"><b>R1.0.x updates</b> are available <a href="r1.0/main.html#updates">here</a>.
158 :     <ul>
159 :     </ul>
160 :     </td></tr>
161 :     <tr>
162 :     <td ALIGN=LEFT VALIGN=TOP COLSPAN="2" BGCOLOR="#0080C0"><b><font face="Arial,Helvetica"><font color="#FFFFFF">Get
163 :     Involved!</font></font></b></td>
164 :     </tr>
165 :    
166 :     <tr>
167 :     <td COLSPAN="2">If you are interested in participating in the development of the JDT
168 :     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>.
169 :     Chat with people there about your problems and interests, and find out
170 :     what you can do to help.
171 :     <p>The JDT Core team is open to suggestions for improving both the experience
172 :     of Java developpers using the Java IDE, and clients to the JDT Core APIs.
173 :     If you are interested in Java language semantics, compiler technology,
174 :     Java tooling in general (behavior of our current tools, suggestions for
175 :     new tools), then please interact with the JDT Core team so that we can
176 :     build an even better Java IDE.
177 :     <p>For more detailed information, check out the <a href="dev.html">Development
178 :     Resources</a>.</td>
179 :     </tr>
180 :     </table>
181 :    
182 :     <br>&nbsp;
183 :     </body>
184 :     </html>