13 November 2006
Get Eclipse! Simple, fast, on demand
Select your favorite plugins - we combine them into a single file that you simply download and extract to create your personal Eclipse-installation. Choose from the complete eclipse.org portfolio and from a broad selection of 3rd party vendors.
02 November 2006
Maven 2.0
Article d'introduction à Maven
26 October 2006
Visual Editor Project
The Eclipse Visual Editor project is a vendor-neutral, open development platform supplying frameworks for creating GUI builders, and exemplary, extensible tool implementations for Swing/JFC and SWT/RCP. These tools are exemplary in that they verify the utility of the Eclipse Visual Editor frameworks, illustrate the appropriate use of those frameworks, and support the development and maintenance of the Eclipse Visual Editor Platform itself.
24 October 2006
Eclipse User Interface Guidelines
These guidelines are intended for use by designers and implementors of an Eclipse user interface extension.
Java Application Profiling using TPTP
he Eclipse Test & Performance Tools Platform (TPTP) Profiling tool can be used to profile Eclipse plug-ins, local Java(TM) applications or complex applications running on multiple hosts and different platforms. The tool is tightly integrated with Eclipse, allowing profiling of applications running from within Eclipse.
This article demonstrates how to use the TPTP Profiling tool to profile a Java application for identifying execution related hot spots. It shows how to start the profiling session, use the various TPTP views to analyze the data, identify methods with high execution time then jump to the source code to fix the performance problem.
23 October 2006
JAutodoc - Eclipse Plugin
JAutodoc is an Eclipse Plugin for automatic adding Javadoc to your source code. It optionally generates initial comments from element name.
Profiling Your Applications with Eclipse Callisto
Callisto includes a powerful profiling tool called the Eclipse Test & Performance Tools Platform, or TPTP. TPTP provides a comprehensive suite of open source performance-testing and profiling tools, including integrated application monitoring, testing, tracing and profiling functionalities, and static-code analysis tools. Profiling tools are invaluable aids for localizing and identifying performance issues in all sorts of Java applications. In this article, we will look at how you can use TPTP to guarantee high-quality and high-performance code, even during unit and integration testing.
Checkstyle eclipse plugin
by 2 othersCheckstyle is a development tool written by Oliver Burn to help you ensure that your Java code adheres to a set of coding standards. Checkstyle does this by inspecting your Java source code and pointing out items that deviate from a defined set of coding rules.
1
(8 marks)