was 3.0 neues bringt, findet man hier:
http://www.eclipse.org/eclipse/developme…t_plan_3_0.html
für java-programmierer am interessantesten:
- Present logical view of Java objects in debugger. The current debugger always presents the internal structure of Java objects. For instances of standard data structures like java.util.HashMap, the Java debugger should be able to present a higher level logical view of the object (i.e., to show it as a table of key-to-value mappings).
- Improve refactoring. JDT should add new refactorings, such as add parameter, convert constructor to factory method, and extract superclass.
- Improve code formatter. JDT should provide a new code formatter implementation that is more flexible and supports many more styles
-Support Java references outside Java code.
- mprove support for Java-like source files. JSP and SQLj
(wobei jsp für mich am interessantesten ist)
der rest betrifft das framework, man kann eclipse dann auch benutzen um applicationen daraus zu bauen, so das man toolbars, menüs, usw nicht selber programmieren muss.
ich wüsste garnicht das es eine freeware und eine vollversion gibt?
finde ich auch nicht auf der, imho auch total unübersichtlichen, eclipse webseite.