blob: 2ef76e8243b9b5059242bd9bbcb4b62dfae2132d [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
#*****************************************************************************
#
# sample_3col.php
#
# Author: Denis Roy
# Date: 2005-11-07
#
# Description: Type your page comments here - these are not sent to the browser
#
#
#****************************************************************************
#
# Begin: page-specific settings. Change these.
$pageTitle = "Open Source Plug-ins";
$pageKeywords = "plug-ins, catalogue";
$pageAuthor = "Mike Milinkovich, Nov. 26, 2005";
# Add page-specific Nav bars here
# Format is Link text, link URL (can be http://www.someothersite.com/), target (_self, _blank), level (1, 2 or 3)
# $Nav->addNavSeparator("My Page Links", "downloads.php");
# $Nav->addCustomNav("My Link", "mypage.php", "_self", 1);
# $Nav->addCustomNav("Google", "http://www.google.com/", "_blank", 1);
# End: page-specific settings
#
# Paste your HTML content between the EOHTML markers!
ob_start(); ?>
<div id="midcolumn">
<h1><a name="top"></a><?=$pageTitle?></h1>
<p>This page contains links to eclipse-based open source community projects and
plug-ins. The listings here are intended to get you started in finding out more
about plug-ins and projects from around the community. </p>
<p>Don&rsquo;t forget to also look at the many <a href="pluginsites.php">community plug-in sites</a>
that are out there!</p>
<p>We&rsquo;d like these pages to be useful to you - so please <a href="mailto:news@eclipse.org">email</a>
us your pointers and comments! </p>
<h3><a name="list"></a>Plug-in Listings</h3>
<p>Here is a sampling of open source projects based on eclipse. (Don&rsquo;t forget to
check out sites like <a href="http://www.sourceforge.net" target="_blank">sourceforge</a>
too.) And, remember to <a href="mailto:news@eclipse.org">email</a> us a note about
your project! </p>
<table border=0 cellspacing=5 cellpadding=2 width="100%" >
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Andrei Loskutov&rsquo;s Plug-ins - </b> <a href="http://andrei.gmxhome.de/eclipse.html" target="_blank">http://andrei.gmxhome.de/eclipse.html</a>
- Update manager: http://andrei.gmxhome.de/eclipse/<br>
<br>
<b>AnyEdit</b> - <a href="http://andrei.gmxhome.de/anyedit/index.html" target="_blank">http://andrei.gmxhome.de/anyedit/index.html</a>
- The AnyEdit plug-in adds several new actions to the context menu of
Text-based Eclipse editors including the following: Open file under cursor,
Open type under cursor, and the following Conversions: Leading tabs to
spaces, Leading spaces to tabs, Chars to Html entities, Html entities
to chars, Capitalize, and Invert case. AnyEdit also allows you to automatically
remove trailing whitespaces and/or perform tabs<->spaces conversion on
a "save" action in nearly all text-based Eclipse editors. AnyEdit works
with Eclipse 2.1.*, 3.0.* and 3.1.*. <br>
<br>
<b>BranchView plug-in for Eclipse</b> - <a href="http://andrei.gmxhome.de/perforce/BranchViewWrapper.html" target="_blank">http://andrei.gmxhome.de/perforce/BranchViewWrapper.html</a>
- BranchView plug-in for eclipse is a wrapper for running <a href="http://andrei.gmxhome.de/perforce/index.html" target="_blank">BranchView</a>
from within eclipse. BranchView provides a graphical view of P4 (Perforce)
depots, including file revisions, branches and merges of selected depot
files (dir). BranchView is now updated to eclipse 2.* and 3.0! <br>
<br>
<b>Bytecode Outline</b> - <a href="http://andrei.gmxhome.de/bytecode/index.html" target="_blank">http://andrei.gmxhome.de/bytecode/index.html</a>
- Bytecode Outline plug-in shows disassembled bytecode of current java
editor or class file. Have you already asked yourselves what the compiler
does with your Java code? Here is the answer :-) Bytecode outline supports
Eclipse 3.0 and 3.1. <br>
<br>
<b>Extended VS Presentation</b> - <a href="http://andrei.gmxhome.de/skins/index.html" target="_blank">http://andrei.gmxhome.de/skins/index.html</a>
- Extended VS Presentation plugin for Eclipse is a new skin for Eclipse
3.1 and looks like Visual Studio adopted for Eclipse workbench. <br>
<br>
<b>FileSync</b> - <a href="http://andrei.gmxhome.de/filesync/index.html" target="_blank">http://andrei.gmxhome.de/filesync/index.html</a>
- FileSync plugin for Eclipse is a file synchronisation tool. The main
goal is to keep files outside of Eclipse projects in-sync with Eclipse
project files. The plugin works as builder in Eclipse and will synchronize
all changes on Eclipse project files with mapped external folders. <br>
<br>
<b>JDepend4Eclipse</b> - <a href="http://andrei.gmxhome.de/jdepend4eclipse/index.html" target="_blank">http://andrei.gmxhome.de/jdepend4eclipse/index.html</a>
- JDepend4Eclipse plug-in for Eclipse is a wrapper for running JDepend
from within Eclipse. And, what is JDepend? (from www.clarkware.com): JDepend
traverses a set of Java class and source file directories and generates
design quality metrics for each Java package. JDepend allows you to automatically
measure the quality of a design in terms of its extensibility, reusability,
and maintainability to effectively manage and control package dependencies.
Package dependency cycles are reported along with the hierarchical paths
of packages participating in package dependency cycles. <b> </b>JDepend4Eclipse
has been updated for Eclipse 2.* and 3.0 versions!
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>ant4eclipse</b> - <a href="http://ant4eclipse.sf.net" target="_blank">http://ant4eclipse.sf.net</a>
- Gerd W&uuml;therich and Nils Hartmann <br>
The aim of the ant4eclipse project is to avoid the redundancy of Eclipse
and Ant configurations. It consists of Ant tasks that are able to read and
work with some of Eclipse&rsquo;s configuration files. With these tasks you&rsquo;re
able to create a complete automatic build system that starts with checking
out all required projects from CVS as specified in an Eclipse-TeamProjectSet,
builds all projects in the correct order with classpath settings as specified
in Eclipse, and to launch your applications as they are specified in Eclipse.
Changes in Eclipse are immediately visible to your buildfiles - without
changing one line of code!<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>ANTLR UI plug-in</b> - <a href="http://antlreclipse.sourceforge.net/" target="_blank">http://antlreclipse.sourceforge.net/</a>
- Torsten Juergeleit <br>
This project adds support for the lexer/parser generator ANTLR (<a href="http://antlr.org/" target="_blank">http://antlr.org/</a>)
to the Eclipse platform. The related plug-ins provide a multi-page editor
for ANTLR grammar files (with syntax highlighting, outline view, content
assist, grammar overview, ...), a project nature with incremental builder
for ANTLR grammars and the ANTLR framework itself.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>The Big Splash</b> - <a href="http://bigsplash.sourceforge.net/" target="_blank">http://bigsplash.sourceforge.net/</a>
<br>
The Big Splash hosts plug-ins including the db tools (former "ecldbtool"
project) and SWT form designer. It is the homepage of the association of
eclipse plug-in programmers of Ghent (Belgium). The site also includes presentation
materials on the use of Eclipse JDT, and on SWT programming. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>BlueSkyTime</b> - <a href="http://blueskytime.sourceforge.net" target="_blank">http://blueskytime.sourceforge.net</a>
- Joss Wright <br>
The BlueSkyTime plug-in provides a variety of support features for web app
development. The plug-in includes tools for creating new projects, import/export
to WAR files, installing and switching between servers, start, restart and
stop web app servers and launching to web browsers. The plug-in provides
some debug support and a framework for developing web application server
adaptors. Some are already available: Internal Tomcat 4.0.3, Tomcat 4.1.12,
Jetty 4.1.2, External Resin 2.1, External Tomcat 4.1 and External Jetty
4.1. The plug-in can be downloaded from <a href="http://sourceforge.net/projects/blueskytime" target="_blank">
http://sourceforge.net/projects/blueskytime</a> and contains full user documentation
from the Eclipse Help system. Further information and online user documentation
is available at <a href="http://blueskytime.sourceforge.net" target="_blank">http://blueskytime.sourceforge.net</a>.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>CFEclipse</b> - <a href="http://cfeclipse.rohanclan.com/" target="_blank">http://cfeclipse.rohanclan.com/</a>
- Rob Rohan and Oliver Tupman <br>
CFEclipse is a Cold Fusion plug-in for Eclipse. This plug-in adds a Cold
Fusion script editor, syntax highlighting, and code insight for the cold
fusion language. It also provides code insight for html 4.01, a specialized
cfscript editor, and a snippet (html fragment) inserter. (Cold Fusion is
a server side scripting language that sits on top of a J2EE server. There
are currently two companies that make engines that can process Cold Fusion
scripts - Macromedia and New Atlanta.)<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Checkclipse</b> - <a href="http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm" target="_blank">http://www.mvmsoft.de/content/plugins/checkclipse/checkclipse.htm</a>
- Marco van Meegen <br>
Checkclipse integrates the famous Checkstyle Style and Coding Guideline
Checker Checkstyle 3.1 into the Eclipse Software Development Environment
(Websphere Studio Application Developer is the IBM-product based on the
eclipse platform), showing style violations with markers, project-specific
configuration, team support and integrated help. It uses the original Checkstyle
configuration files and seamlessly integrates with automated ant builds.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>ConcernMapper</b> - <a href="http://www.cs.mcgill.ca/~martin/cm/" target="_blank">http://www.cs.mcgill.ca/~martin/cm/</a>
- Martin Robillard and Fr&eacute;d&eacute;ric Weigand-Warr <br>
ConcernMapper is a plug-in that allows developers to organize fields and
methods into arbitrary modules called "concerns", and to keep a permanent
record of the code associated with various concerns. ConcernMapper can also
be used to programmatically create concern models using a variety of approaches.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Continuous testing</b> - <a href="http://www.pag.csail.mit.edu/continuoustesting/" target="_blank">http://www.pag.csail.mit.edu/continuoustesting/</a>
- David Saff, Kevin Chevalier, and Michael Bridge, MIT <br>
Continuous testing uses excess cycles on a developer&rsquo;s workstation to continuously
run regression tests in the background, providing rapid feedback about test
failures as source code is edited. It reduces the time and energy required
to keep code well-tested, and prevents regression errors from persisting
uncaught for long periods of time. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Cougaar IDE</b> - <a href="http://cougaar.org/projects/cougaaride/" target="_blank">http://cougaar.org/projects/cougaaride/</a>
- Matt Abrams <br>
Cougaar IDE, implemented as a plug-in for Eclipse, provides an integrated
development environment for <a href="http://cougaar.org" target="_blank">Cougaar</a>
(cougaar.org) applications. The plug-in enables developers to easily develop,
run and debug Cougaar agent societies. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Creole</b> - <a href="http://www.thechiselgroup.org/creole" target="_blank">http://www.thechiselgroup.org/creole</a>
- Rob Lintern <br>
Creole is the term used to describe our plug-in to the Eclipse platform
which integrates <a href="http://www.thechiselgroup.org/shrimp" target="_blank">SHriMP</a>
with the Java Development Tools (JDT) . With Creole you can explore your
Java code visually allowing you to see its structure and the links (calls,
accesses, etc) between its different pieces. Creole adds its own perspective
to the eclipse platform, and a number of new views. For feature requests,
CVS access, bug reports, etc. see <a href="http://sourceforge.net/projects/chiselgroup/" target="_blank">http://sourceforge.net/projects/chiselgroup/</a>
. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>csplugin</b> - <a href="http://csapi.berlios.de" target="_blank">http://csapi.berlios.de</a>
- Boris Baldassari <br>
csapicore is a Java API for Telelogic&rsquo;s Synergy/Change. It is composed of
a set of core classes which allow basic operations on the server by requesting
the server side of the Perl API furnished by Telelogic. These classes come
bundled in an Eclipse plugin - the csplugin. The csplugin beta features
include login and reports. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Easy Struts plug-in</b> - <a href="http://easystruts.sourceforge.net/" target="_blank">http://easystruts.sourceforge.net/</a>
- Emmanuel Boudrant <br>
The Easy Struts project provides plug-ins for the Eclipse 2.0 development
environment to enable you to develop web applications based on the MVC design
pattern provided by the <a href="http://jakarta.apache.org/struts" target="_blank">Jakarta
Struts framework</a> version 1.0 and 1.1. Features include: Struts wizards
with Java/XML/JSP XSLT generation, Struts view, Struts editor and User helpers
(tooltips, validation...). Easy Struts is compatible with <a href="http://xdoclet.sourceforge.net/xdoclet/" target="_blank">XDoclet</a>
(v0.6.2 and up). You can use Easy Struts with any platform based on Eclipse
2.0 (eg. IBM WS*D 5). Licensed under the <a href="http://www.apache.org/LICENSE" target="_blank">ASF
license</a>. The feature manager (xml file) is located at: <a href="http://easystruts.sourceforge.net/eclipse/updates/site.xml" target="_blank">http://easystruts.sourceforge.net/eclipse/updates/site.xml</a>
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Easy Explorer plug-in</b> - <a href="http://easystruts.sourceforge.net/#easyexplorer" target="_blank">http://easystruts.sourceforge.net/#easyexplorer</a>
- Emmanuel Boudrant <br>
A small plug-in that adds 'Windows Explorer' browsing features to the Resource/Package
explorer popup menu. The feature manager (xml file) is located at: <a href="http://easystruts.sourceforge.net/eclipse/updates/site.xml" target="_blank">http://easystruts.sourceforge.net/eclipse/updates/site.xml</a><p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Eclox</b> - <a href="http://home.gna.org/eclox" target="_blank">http://home.gna.org/eclox</a>
- Guillaume Brocker <br>
Eclox is an Eclipse plug-in providing a frontend for <a href="http://www.doxygen.org" target="_blank">Doxygen</a>.
The plug-in provides a graphical editor for Doxygen&rsquo;s files allows easier
configuration of documentation builds. All settings are accessible in a
clear and structured layout. The editor simply parses and re-generates Doxygen&rsquo;s
files so even existing ones are supported. The documentation build can be
launched from IDE without passing through a console. Build outputs are logged
into a dedicated view. You can even halt a build process in one click. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>eclipse-ccase</b> - <a href="http://sourceforge.net/projects/eclipse-ccase" target="_blank">http://sourceforge.net/projects/eclipse-ccase</a>
- Matthew Conway<br>
This is a ClearCase plug-in for eclipse 2.0. It provides some basic ClearCase functionality for the
eclipse platform, including the ability to use the eclipse refactoring tools on code in a ClearCase
dynamic or snapshot view. On Win32 it uses a JNI layer to communicate with ClearCase for maximum speed,
but you can also choose to use the cleartool executable for other platforms. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Eclipse Checkstyle plug-in</b> - <a href="http://sourceforge.net/projects/eclipse-cs/" target="_blank">http://sourceforge.net/projects/eclipse-cs/
</a> - David Schneider <br>
The Checkstyle plug-in for Eclipse adds a real-time static code analyzer
to the Eclipse environment. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Eclipse FindBugs Plug-in</b> - <a href="http://www.tobject.de/index.php?id=9" target="_blank">http://www.tobject.de/index.php?id=9</a>
- Peter Friese <br>
FindBugs <a href="http://findbugs.sourceforge.net" target="_blank">http://findbugs.sourceforge.net</a>
is a program to find bugs in Java programs. It looks for instances of &quot;bug
patterns&quot; - code instances that are likely to be errors. The FindBugs
Plug-in is a plug-in for Eclipse 3.0. It seamlessly integrates FindBugs
into the Eclipse platform. A bug check is performed when the user save or
compile their code. Any bugs found will be displayed in the Eclipse task
list at the bottom of the screen.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Eclipse-games</b> - <a href="http://eclipse-games.sourceforge.net" target="_blank">http://eclipse-games.sourceforge.net
</a> - Jos&eacute; M Ordax Cass&aacute;<br>
The goal of this project is to provide several games as plug-ins for the Eclipse IDE.
This project started as a proof of concept about Eclipse extensibility under
the Tinman project. Eclipse-games is dedicated exclusively to games! <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"><b>Eclipse Hex Editor Plug-in (EHEP)</b> - <a href="http://ehep.sourceforge.net" target="_blank">http://ehep.sourceforge.net</a>
- Marcel Palko alias Randallco <br>
The Eclipse Hex Editor Plug-in (EHEP)is an Eclipse plug-in which allows user
to view or modify any file in hex mode. The plug-in provide hex view and
character (textual) view with many encodings (ASCII, EBCDIC, CP1250, KOI8_R,
ISO8859...). The plug-in update site address is <a href="http://ehep.sourceforge.net/update" target="_blank">http://ehep.sourceforge.net/update</a>.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>EclipseME</b> - <a href="http://eclipseme.org" target="_blank">http://eclipseme.org</a>
- Craig Setera and Kevin Hunter <br>
EclipseME is an Eclipse plugin to help develop J2ME MIDlets. EclipseME does
the "grunt work" of connecting Wireless Toolkits to the Eclipse development
environment, allowing you to focus on developing your application, rather
than worrying about the special needs of J2ME development. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>eclipse-picdt</b> - <a href="http://eclipse-picdt.sourceforge.net" target="_blank">http://eclipse-picdt.sourceforge.net</a>
- Michael Ihde and Luke Hirschy <br>
The eclipse-picdt plug-in provides an open-source, cross-platform software
development environment for the entire line of PIC microcontrollers. The
goal for picdt is to create an complete environment containing all the features
found in MPLAB while adding new features (such as outline views and incremental
builders). <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Eclipse RSS Reader</b> - <a href="http://morphine.sourceforge.net" target="_blank">http://morphine.sourceforge.net</a>
- Peter Nehrer <br>
The Eclipse RSS Reader is a syndicated news reader that integrates directly
into your Eclipse workbench. It allows you to subscribe to various syndicated
news feeds (channels) and view them in several workbench views. Each channel
can be automatically updated from its source at regular intervals. You can
browse the channel content using several configured link browsers. Thanks
to Eclipse&rsquo;s extension point mechanism, the plug-in can be seamlessly extended
to support new syndication formats and link browsers.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Eclipse-Tools</b> - <a href="http://eclipse-tools.sourceforge.net/call-hierarchy" target="_blank">http://eclipse-tools.sourceforge.net/call-hierarchy</a>
- Jesper Kamstrup Linnet <br>
<b>Call Hierarchy plug-in</b> - The Call Hierarchy plug-in
adds a call hierarchy view to the JDT in Eclipse, allowing you to see calls
into and calls out of a method. This plug-in is included in the latest builds
in the 2.2 stream.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Eclipslee</b> - <a href="https://eclipslee.dev.java.net/" target="_blank">https://eclipslee.dev.java.net/</a>
- Eclipslee Team <br>
The JAIN SLEE Eclipse Plug-in provides a set of wizards to simplify the
creation of the following JAIN SLEE components: Profile specifications,
Events, Service Building Blocks (SBBs), Service XML Descriptors and Deployable
Units. With the plug-in developers can construct, deploy and test complete
services easily and quickly. The plug-in creates skeleton Java classes for
events, SBBs, and profiles. Developers then add the service logic to the
skeletons. Changes to the JAIN SLEE specific elements can be made to the
components throughout the development process using wizards. The plug-in
generates and ensures that the correct XML descriptors for the components
are correct. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>EMF Search Plug-in</b> -<a href="http://sourceforge.net/projects/emfsearch/" target="_blank">http://sourceforge.net/projects/emfsearch/</a>
- Knut Wannheden and Charles Fulnecky <br>
This Eclipse 3.0 plug-in provides a search page specialized for searching
EMF model instance data serialized to workspace resources. Currently supported
are regular text searches and XPath searches (using Jakarta JXPath). <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>EPIC - Eclipse Perl Integration</b> - <a href="http://e-p-i-c.sourceforge.net/" target="_blank">http://e-p-i-c.sourceforge.net/</a>
- EPIC project team <br>
EPIC is an opensource Perl IDE for the Eclipse platform. Features supported
are syntax highlighting, on the fly syntax check, content assist, perldoc
support, source formatter and templating support. Regular expression plug-in
and support for the eSpell spellchecker are also available. A Perl debugger
is under development.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>E-JAMAS</b> - <a href="http://bigfoot.uib.no/projects/studprojects/jamas/" target="_blank">http://bigfoot.uib.no/projects/studprojects/jamas/</a>
- Otto Helge Nygård <br>
The E-JAMAS plug-in, developed as part of the JAMAS project, tries to assist distributed programmers in coordinating parallel development of Java code using agent technology. The plug-in provides a coordination mechanism by extending existing functionality to present co-workers with a larger degree of awareness regarding local workspace changes on common code in real-time and peer-to-peer.<br /><br />
The foundation for the Java Awareness Multi-Agent System (JAMAS) project is the need for awareness related to programmer's activities around common code. The objective is to provide a decentralized multi-agent system (MAS) which will aid participants in distributed programming activities getting information about events on common code. The research context is Agent Supported Cooperative Work.<br /><br />
The current result of this work is: (1) JAMAS (Java Awareness Multi-Agent System) a platform independent framework developed using JADE (Java Agent DEvelopment Framework) as middleware. (2) E-JAMAS a Eclipse plug-in and coordination tool that implements this framework and provide the features by extending the Eclipse platform.<br /><br />
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Fat Jar Eclipse Plug-In </b> - <a href="http://fjep.sourceforge.net/" target="_blank">http://fjep.sourceforge.net/</a>
- Ferenc Hechler and Simon Tuffs <br>
Fat Jar Eclipse Plug-In is a Deployment-Tool which deploys an Eclipse java-project
into one executable jar. In addition to the eclipse standard jar-exporter,
referenced classes and jars are included in the "Fat-Jar". The resulting
jar contains all required classes and can be executed directly with "java
-jar" - no classpath has to be set, no additional jars have to be deployed.
Jars, External-Jars, User-Libraries, System-Libraries, Classes-Folders and
Project-Exports are all identified by the plug-in. Main-Class can also be
selected and Manifest-files are merged. The One-JAR option integrates a
specialised Class-Loader written by Simon Tuffs ( <a href="http://one-jar.sourceforge.net/" target="_blank">http://one-jar.sourceforge.net/</a>
) which handles jar-files inside a jar . <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Flexible XML-based Languages (FXL) plug-in</b> <a href="http://www.fxl-project.com" target="_blank">http://www.fxl-project.com</a>
Christian Reichel <br>
The FXL project is an open-source research project that leverages domain
specific languages (DSLs) and other modeling approaches. The FXL plug-in
provides, for example, support for the integration of DSLs and intra-model
and inter-model transformations based on graphical pipelines and optimized
views (e.g., text, EMF generated editors, etc.). Additionally, a special
builder can be used in order to generate customized and tailored code. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Flux </b> - <a href="http://sourceforge.net/projects/flux4eclipse" target="_blank">http://sourceforge.net/projects/flux4eclipse</a>
- Matthias Burbach <br>
Flux is a Java tool available as an Eclipse plug-in that supports the model-driven
design of a Struts 1.1 web application by repeatedly (re-)generating the
struts-config-<module>.xml files from UML activity diagrams. Extensive documentation
is available through the Eclipse online help and on the project's home page
<a href="http://flux4eclipse.sourceforge.net" target="_blank">http://flux4eclipse.sourceforge.net</a>.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>FOP Bridge</b> - <a href="http://www.ahmadsoft.org/fopbridge.html" target="_blank">http://www.ahmadsoft.org/fopbridge.html</a>
- AhmadSoft <br>
The FOP bridge plug-in provides the ability for eclipse users to convert
FO documents into any one of the formats supported by Apache FOP directly
from the workbench. This capability is quite useful for rapid prototyping.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%">
<p><b>FreeMem</b> - <a href="http://www.junginger.biz/eclipse/" target="_blank">http://www.junginger.biz/eclipse/</a>
- Markus Oliver Junginger <br>
FreeMem is a graphical memory monitor that features: </p>
<ul>
<li>Short term memory monitor showing the last minute</li>
<li>Long term memory monitor showing the last two hours</li>
<li>Manual and automatic garbage collection </li>
<li>Graphical memory indicator in the title bar </li>
<li>Preferences to adjust display and behaviour </li>
</ul>
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Generic Eclipse Modeling System (GEMS)</b> - <a href="http://www.sf.net/projects/gems" target="_blank">http://www.sf.net/projects/gems</a>
- Distributed Object Computing Group at Vanderbilt University <img src="../images/new.gif" width="31" height="14"><br>
The Generic Eclipse Modeling System (GEMS) is a MDD tool for Eclipse that
allows for the rapid development of Draw2D plugins. Developers specify the
rules for a domain language using a metamodel and the tool generates a diagram
editor plugin that enforces the rules from the metamodel. Interpreters can
then be written to traverse the model and generate code, perform analyses,
or execute the model.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>GlobalEnvironment</b> - <a href="http://www.acelet.com/opensource/index.html" target="_blank">http://www.acelet.com/opensource/index.html</a>
- The Acelet Team <br>
GlobalEnvironment provides globally shared key-value pairs for different
Java threads, JVMs, J2EE (EJB and JSP), Java and non-java applications.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Goo Eclipse IDE plug-in -</b><a href="http://people.debian.org/%7Ebfulgham/goo/index.html" target="_blank">http://people.debian.org/~bfulgham/goo/index.html</a>
- Brent A. Fulgham<br>
The Goo programming language is a new Object Oriented Scheme and
Dylan-inspired programming language. The Goo Eclipse IDE plug-in
provides syntax highlighting, keyword completion, and Goo REPL
support from within the Eclipse programming environment.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Google-Search plug-in</b> - <a href="http://www.fatborn.org/eclipse/plugins/index.html" target="_blank">http://www.fatborn.org/eclipse/plugins/index.html</a>
by Chris Kau <br>
A plug-in that provides google searches from inside eclipse.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Groovy Eclipse Plug-in</b> - <a href="http://docs.codehaus.org/display/GROOVY/Eclipse%2BPlugin" target="_blank">http://docs.codehaus.org/display/GROOVY/Eclipse+Plugin</a>
- James Strachan and Bob Mc Whirter <br>
<a href="http://groovy.codehaus.org" target="_blank">Groovy</a> is a new
agile dynamic language for the JVM combining lots of great features from
languages like Python, Ruby and Smalltalk and making them available to the
Java developers using a Java-like syntax. Groovy can be used as an alternative
compiler to javac to generate standard Java bytecode to be used by any Java
project or it can be used dynamically as an alternative language such as
for scripting Java objects, templating or writing unit test cases. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Improve </b>- <br>
<b>C# plug-in for Eclipse</b> - <a href="http://www.improve-technologies.com/alpha/esharp/" target="_blank">http://www.improve-technologies.com/alpha/esharp/</a><br>
This plug-in allows you to edit C# code, specify arguments for the C# compiler and build your code.
<br><b>Resin plug-in for Eclipse </b> -<a href="http://www.improve-technologies.com/alpha/resin/" target="_blank">http://www.improve-technologies.com/alpha/resin/</a>
<br>
This plug-in allows you to debug jsp or servlets by launching resin within
eclipse. It includes a project wizard for creating web application directory
structures and classpaths. ANT is used to build the war file. The provided
ANT build file can be customized by users to optimize integration.<br>
<b>Struts-config Editor for Eclipse </b> - <a href="http://www.improve-technologies.com/alpha/struts-config-editor/" target="_blank">http://www.improve-technologies.com/alpha/struts-config-editor/</a>
<br>
This plug-in features a struts-config graphical view, automatic layout, and
other tools for struts-config editing. A screenshot of the graphical tool
is available at <a href="http://www.improve-technologies.com/alpha/struts-config-editor/images/plug-in.gif" target="_blank">http://www.improve-technologies.com/alpha/struts-config-editor/images/plug-in.gif</a>
<br>
<b>WSDL Viewer for Eclipse</b> - <a href="http://www.improve-technologies.com/alpha/wsdl-viewer/" target="_blank">http://www.improve-technologies.com/alpha/wsdl-viewer/</a>
<br>
This plug-in features a graphical view for any wsdl files, automatic layout,
and other tools for wsdl configuration editing. A screenshot of the graphical
tool is available at <a href="http://www.improve-technologies.com/alpha/wsdl-viewer/images/ibm.jpg" target="_blank">http://www.improve-technologies.com/alpha/wsdl-viewer/images/ibm.jpg</a>
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Jagzilla Plug-In</b> - <a href="http://jagzilla.sourceforge.net" target="_blank">http://jagzilla.sourceforge.net</a>
- Miguel Griffa <br>
The jagzilla eclipse plug-in is a component of the jagzilla system (a java
wrapper to bugzilla 2.16 at this moment). This plug-in enables querying,
filtering, modifying and reporting bugs within the eclipse enviroment. Jagzilla
is extremly flexible, and events can be defined and customized to fix customization
needs. Currently the connection method is JDBC, but a web services interface
is under development. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"><b> Jalopy Java Source Code Formatter</b> - <a href="http://jalopy.sourceforge.net" target="_blank">http://jalopy.sourceforge.net</a>
- Marco Hunsicker<br>
Jalopy is a powerful source code formatter that includes support for
features such as Brace Style Transformation, Intelligent Line Wrapping,
Indentation, Variables/Parameter Alignment, Code Separation/Sorting,
Javadoc Generation and much more. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Japple</b> - <a href="http://www.japple.org/about.html" target="_blank">http://www.japple.org/about.html</a><br>
Japple is a rapid application development environment for building web
applications and services. Built on the Java platform and open-standards,
Japple provides both an environment for developing applications and also
the foundation server code for production applications.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Java Platform Logging Support for Eclipse</b> <a href="http://sourceforge.net/projects/jpls" target="_blank">http://sourceforge.net/projects/jpls</a>
- Mike Werner <br>
This project integrates the Java logging API (java.util.logging) into Eclipse.
Currently it provides two logging handlers. One writes log records to an
Eclipse Console View where each logging level can be assigned a particular
color. The second logging handler redirects the log records to the Eclipse
logging facility. This is useful when log records should be shown in correlation
with those logged directly with the eclipse logging service (e.g. by other
eclipse plug-ins). <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Javadoc builder</b> - <a href="http://javadocbuilder.sourceforge.net" target="_blank">http://javadocbuilder.sourceforge.net</a>
- Miguel Griffa <br>
The javadoc builder is an eclipse plug-in that integrates xdoclet-style functionallity
seamlessly into the eclipse platform. As a native eclipse tool, javadoc
builder is much faster than using external tools such as XDoclet+ant/maven.
The plug-in uses QDox for parsing java files, the XDoclet2 javadoc parser,
and jakarta velocity as the template engine. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Javadoc online</b> - <a href="http://www.javadoconline.com/eclipse.htm" target="_blank">http://www.javadoconline.com/eclipse.htm</a>
- Maso Gato <br>
The Javadoc online plug-in for Eclipse allows you to search for javadoc documents
over the Internet using the Javadoc Online web. (<a href="http://www.javadoconline.com" target="_blank">http://www.javadoconline.com</a>)
By clicking in a java element in the Eclipse environment, the plug-in will
launch a browser and load the Javadoc Online web to search for the javadoc
of this java element. Javadoc Online is based on the Google Web APIs (beta).
In Release 0.9.1, you can select java elements into java editor (text select)
and java elements from the Java Perspective and the Java Browsing Perspective.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>JBoss</b> - <a href="http://www.jboss.org/" target="_blank">http://www.jboss.org/</a>
<br>
JBoss-IDE supports application development for JBoss (via XDoclet support)
as well as life cycle control and monitoring of a JBoss server. It is a
new project, driven by the JBoss team, and aimed to grow into a world class
IDE for JBoss. Downloads: <a href="http://www.jboss.org/developers/projects/jboss/jbosside.jsp" target="_blank">http://www.jboss.org/developers/projects/jboss/jbosside.jsp</a><p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>JFaceDbc</b> - <a href="http://jfacedbc.sourceforge.net" target="_blank">http://jfacedbc.sourceforge.net</a>
by Andrea Mazzolini <br>
JFaceDbc is a JDBC client that will allow you to view the structure of a
JDBC compliant database, issuing SQL commands, etc. JFaceDbc can run as
a stand-alone application or as an Eclipse plug-in. The main features are:
SQL syntax highlighting; a database structure viewer; multiple connections
management and internationalization. (<i>See also SQLExplorer and Pratocity
listings on this page!</i>)<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>jfcUnit</b> - <a href="http://jfcunit.sourceforge.net" target="_blank">http://jfcunit.sourceforge.net</a>
- Matt Caswell, Vijay Aravamudhan, Kevin Wilson <br>
jfcUnit is a UI testing framework built on top of <a href="http://www.junit.org/index.htm" target="_blank">JUnit</a>
for Swing based applications. This plug-in provides a framework similar to JUnit tests, for
verifying UI behavior including obtaining handles on Windows/Dialogs, locating components
within a component hierarchy that occur in the containers found above, and firing events on the EventQueue.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>JNDI Browser</b> -<a href="http://renaud.waldura.com/software/java/com.waldura.eclipse.jndibrowser/" target="_blank">
http://renaud.waldura.com/software/java/com.waldura.eclipse.jndibrowser/</a>
- Renaud Waldura <br>
JNDI is an abstraction layer used to access naming and directory services
in a uniform manner using the Java language. A JNDI client like this plug-in
is able to browse and edit naming and directory services such as LDAP directories,
Corba or RMI registries, and even the Windows registry, directly from Eclipse! The plug-in
includes many defaults for the most common naming services. LGPL license.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b><i>JOPE</i> - JOnAS Plug-in for eclipse</b> - <a href="http://forge.objectweb.org/projects/jope" target="_blank">http://forge.objectweb.org/projects/jope</a>
- the JOPE team <br>
The JOnAS Plug-in for eclipse (JOPE) provides a complete environment for
developing JOnAS
<link http://jonas.objectweb.org/> applications on eclipse. JOPE provides start, stop, and restart functions for JOnAS on eclipse, as well as debugging and Web APP development features such as WAR generation and Hot deployment. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>JPedal PDFViewer for Eclipse</b> - <a href="http://www.jpedal.org/eclipse.html" target="_blank">http://www.jpedal.org/eclipse.html</a>
- Simon Barnett and Mark Stephens (IDRsolutions)<br>
The PDFViewer plugin adds support for displaying PDF files to Eclipse. PDF files become a supported filetype, with a View and a Perspective. Double-clicking on a PDF file or choosing open displays the PDF in its own View, with any outline also displayed as a clickable tree. A navigation toolbar is also provided offering page navigation and scaling options. The Eclipse plugin uses the GPL version of the JPedal PDF library, which offers a comprehensive PDF viewer including support for embedded fonts.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>JXpress</b> - <a href="http://jxpress.sourceforge.net" target="_blank">http://jxpress.sourceforge.net</a>
- Raghuraman Ramaswamy <br>
JXpress is a set of eclipse plug-ins which can be of use to Java application
developers and Eclipse plug-in developers. It generates Java APIs for creating
internationalized message strings, message objects, exception objects with
lots of configurable design options. The generated java api wraps around
MessageFormat class usages and or ResourceBundle class usages and simplifies
concerns. It simplifies parameterized messages with support for pluralisation.
It proposes and provides a experimental support for keyboard mapping for
any language. Out of the box language with support for keyboard mapping
is Tamil- ta. New additional keyboard mappings for other languages can be
simply imported into the software. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>klomp.org</b> - <a href="http://www.klomp.org/eclipse/" target="_blank">
http://www.klomp.org/eclipse/</a> - The Klomp Team (update site: http://klomp.org/eclipse/updates)
<br>
<br>
<b>formatjava</b> - This plug-in allows you to select one or more packages
in the Java Package Explorer and format all .java files in those packages.
You can also select just the specific Java source files you wish to format
or even the whole source directory. <br>
<b>File Size Decorator</b> - Implements a new label decorator that shows
the size of each file in the Navigator and Package views. The decorator
can be turned on and off in the preferences menu, and can be configured
to use kilo-units of 1024 or 1000 bytes. The names of the units (single,
kilo, mega, giga) and the format of the whole string can be configured,
and whether the size appears in front of or after the filename. <br>
<b>Sftp secure file synchronization</b> - Provides file and directory synchronization
between the Eclipse workspace and a remote location using the SSH Sftp protocol.
The Sftp protocol is not well known, but it is widely implemented in both
ssh servers and clients. OpenSSH provides this protocol, as well many others.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>leJOS plug-in for Eclipse</b> - <a href="http://www.info.ucl.ac.be/people/chp/projects/javarcx/eclipse/" target="_blank">http://www.info.ucl.ac.be/people/chp/projects/javarcx/eclipse/</a>
- Christophe Ponsard<br>
This eclipse plug-in allows you to develop java code for the LEGO RCX brick
using the leJOS JVM (please see <a href="http://www.lejos.org" target="_blank">http://www.lejos.org</a>).
It offers easy configuration through a project wizard and a preference page,
uses eclipse code building and adds RCX specific operations both for firmware
and byte-code download. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Knopflerfish eclipse plug-in</b> - <a href="http://www.knopflerfish.org/" target="_blank">http://www.knopflerfish.org/</a>
- The Knopflerfish Team <br>
The Knopflerfish eclipse plug-in will make OSGi bundle development easier
and smoother than ever. The plug-includes wizards that will guide and assist
the developer all the way from creating OSGi bundle code skeletons to packaging
the resulting bundle JAR file. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Lunar-eclipse</b> - <a href="http://sourceforge.net/projects/lunar-eclipse/" target="_blank">http://sourceforge.net/projects/lunar-eclipse/</a>
- Genady Beryozkin - <a href="http://www.cs.technion.ac.il/%7Egenadyb/" target="_blank">http://www.cs.technion.ac.il/~genadyb/</a>
<br><br>
<b>Editor Enhancements plug-in - </b>The plug-in provides a context insensitive
completion which is based on the Emacs "dynamic abbrev expansion". The completion
is activated by the Alt+/ key. It also provides operations on a rectangular
selection and other enhancements by Stefan Heimann. <a href="http://www.stefanheimann.net" target="_blank">http://www.stefanheimann.net</a><br>
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>MDE (MDE Studio and MetaPrograms)</b> <a href="http://www.m1global.com" target="_blank">http://www.m1global.com</a>
- M1 Global <br>
MDE for J2EE is a full featured, model-driven development environment that
includes MDE Studio (a UML modeler) and MetaPrograms. MDE transforms a simple
UML model of an application into the majority of a J2EE implementation by
executing MetaPrograms. MDE transforms simple UML models into JSPs, Java
classes, and Struts configuration/mapping files (struts-config.xml, validator.xml,
Application Resource, etc.), session beans, entity beans, message driven
beans, business objects and value objects, ant build scripts and J2EE deployment
files. MDE is available as an eclipse plug-in, as a WebSphere Application
Developer plug-in and as a stand-alone Windows based environment. MDE Studio
is free for download and MetaPrograms are open source. To download and read
our business case, go to <a href="http://www.m1global.org" target="_blank">http://www.m1global.org</a>.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"><b>Mevenide</b> - <a href="http://mevenide.codehaus.org/" target="_blank">http://mevenide.codehaus.org/</a>
- the Mevenide Team <br>
<br>
<b>Mevenide Eclipse</b> - <a href="http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html" target="_blank">http://mevenide.codehaus.org/mevenide-ui-eclipse/features.html</a>
- The Mevenide plug-in integrates Maven smoothly into Eclipse and thus facilitates
the use of Maven - from starting a project from scratch or to converting
an existing codebase. Among many other features, this plug-in provides a
Multipart Pom editor as well as Jelly editing capabilities and allows the
synchronization of projects with the their associated POMs in a bidirectional
and concurrent way. A Maven Runner is also integrated into the external
tools.<br>
<br>
<b>MEP Plug-in</b> - <a href="http://mevenide.codehaus.org/maven-eclipse-plugin-plugin/" target="_blank">http://mevenide.codehaus.org/maven-eclipse-plugin-plugin/</a>
- This plug-in aims to simplify the management of Eclipse plug-in artefacts
interdependency. It allows tracking the required plug-in version, and also
automatically generating feature and site update distribution. Flexibility
is attained through the declaration of a user-defined Ant filter that allows
the use of custom replacement strings in the templates. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"><b>Millstone</b> - <a href="http://www.millstone.org/eclipse/" target="_blank">http://www.millstone.org/eclipse/</a>
- IT Mill Ltd. <br />
Millstone Eclipse plugin integrates Millstone Web UI Library into Eclipse. Using this plugin developers can easily build web applications using Millstone UI Library and run them inside the Eclipse IDE.<br /><br />
Main features of the Millstone Plugin :
<ul>
<li>New Millstone project creation</li>
<li>Launch configurations</li>
<li>Application live view</li>
<li>JDT debug integration</li>
<li>Servlet WAR export</li>
<ul>
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"><b>MockCreator</b> -<a href="http://www.abstrakt.de/mockcreator.html" target="_blank">http://www.abstrakt.de/mockcreator.html</a>
- Christian Junghans at abstrakt.de <br />
MockCreator is a plug-in for generating MockObjects <a href="http://www.mockobjects.com/" target="_blank">http://www.mockobjects.com/</a>,
which are components used in unit testing to simulate additional objects
or subsystems in the TestCase. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Motion Modeling</b> - <a href="http://motionmodeling.sourceforge.net" target="_blank">http://motionmodeling.sourceforge.net</a>
- The Motion Modeling Team <br />
Motion Modeling is a developer centric modeling tool based on the eclipse
platform. It&rsquo;s designed to be easily extensible via javascript to handle
new features or new metamodels. For v0.1 the support of UML1.4 class diagrams
and their generation with androMDA inside eclipse is under development.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Multi Clipboard </b>- <a href="http://www.bastian-bergerhoff.com/eclipse/features/web/MultiClipboard/toc.html" target="_blank">http://www.bastian-bergerhoff.com/eclipse/features/web/MultiClipboard/toc.html</a>
- Bastian Bergerhoff <br />
Multi Clipboard adds a clipboard for text- and source-code editor contents
that holds multiple entries. You can collect some snippets by adding them
to the Multi Clipboard and then paste any of them to where you need them.
The plug-in can be configured to save the contents of your Multi Clipboard
to a file when Eclipse is closed. Contents are then reloaded when Eclipse
is opened. It can also be configured to enable editing the contents of the
Multi Clipboard. MultiClipboard is currently available as Version 2.0.0
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"><b>myWL</b> - <a href="http://mywl.sourceforge.net" target="_blank">http://mywl.sourceforge.net</a>
- Filippos Slavik <br />
FORTHnet&rsquo;s WebLogic Eclipse plug-in (short name myWL plug-in) is an Eclipse
SDK 3.0 compatible plug-in which allows BEA&rsquo;s WebLogic Server (6.1, 7.1 and
8.1) to be started and managed from within Eclipse and thus easily debug
deployed J2EE applications in BEA. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>Orbeon Studio - </b><a href="http://www.orbeon.com/software/studio" target="_blank">http://www.orbeon.com/software/studio</a><b>
- </b>Orbeon<b> <br />
</b>Orbeon Studio is an integrated development environment (IDE) that improves
productivity when creating XML-based Web applications and enterprise integration
applications based on the Orbeon Integration Suite (OIS). Studio plugs in
to Eclipse, the open, industry-supported platform for development tools,
as well as IBM&rsquo;s WebSphere Studio Application Developer. Studio can also
be run in standalone mode for developers that do not already use Eclipse.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"><b>p4eclipse</b> - <a href="http://www.sourceforge.net/projects/p4eclipse" target="_blank">http://www.sourceforge.net/projects/p4eclipse</a>
- David Corbin<br />
This plug-in integerates <a href="http://www.perforce.com" target="_blank">Perforce</a>
source control system with Eclipse.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>PHPEclipse</b> - <a href="http://phpeclipse.sourceforge.net/" target="_blank">http://phpeclipse.sourceforge.net/</a>
- PHPEclipse project team <br />
PHPEclipse is an open-source PHP IDE. Features include highlighting PHP
Syntax, running PHP Scripts in a Browser, PHP auto completion,
start/stop MySQL/Apache configurations and context help for function names.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>Planty</b> - <a href="http://www.gebit.de/download/planty/planty.html" target="_blank">http://www.gebit.de/download/planty/planty.html</a>
- Gebit <br />
Editor for Ant build.xml files. The most important feature is the
Code Assistance for Ant tasks, their attributes and properties. Ant&rsquo;s documentation
texts are displayed with the Code Assistance, thus making parallel browsing
of the Ant documentation unnecessary while editing. Other features are Syntax
Highlighting and an Outline View. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>PMD</b> - <a href="http://pmd.sourceforge.net" target="_blank">http://pmd.sourceforge.net</a>
- the PMD Team <br />
PMD is a java code scanner that detects semantic errors or style faults. The plug-in is fully
integrated with Eclipse (global and per project configuration, violations view, problem markers,
incremental builder, etc.) The PMD plug-in provides a large set of rules and provides the ability
to code new rules. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>ProjectSet Plug-in</b> - <a href="http://www.ejbprovider.de/homepage/index.html" target="_blank">http://www.ejbprovider.de/homepage/index.html</a>
- CSC SoftwareConsult team <br />
The Project Set Support plug-in is meant to be for Eclipse what Configuration Maps are for IBM
Smalltalk and Solution Maps for VA Java: top level management layer for interrelated but independently
versioned modules in a repository. The plug-in provides the necessary tools for configuration
management for large projects, such as editors and wizards along with conflict detection and resolution. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Properties Editor</b> - <a href="http://propedit.sourceforge.jp/index_en.html" target="_blank">http://propedit.sourceforge.jp/index_en.html</a>
- Sou Miyazaki <br />
This editor can directly edit property files written in Unicode reference
characters, and saves the time and effort of converting into Unicode through
native2ascii. In addition to the usual functions of an editor, the plug-in
is integrated with Eclipse and JBuilder. Files can be opened in the IDE
and saved in Unicode. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Protocols</b> - <a href="http://www.bergner.se/protocols" target="_blank">http://www.bergner.se/protocols</a>
- Sten-Erik Bergner <br />
The Protocols plug-in lets you group related elements of a Java class or interface definition.
Groups are manifested both through a new view for the Java Browsing perspective and in the source
code as headers. The plug-in offers drag & drop for editing group membership, an alternative "Sort
Members" operation that takes headers into account, and a choice of standard header names for quick
selection. For Eclipse 3.0.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>PyDev </b> - <a href="http://pydev.sourceforge.net" target="_blank">http://www.pydev.sourceforge.net</a>
- created by Aleks Totic, maintained by Fabio Zadrozny <br />
PyDev is a Python IDE for Eclipse. It features an editor, code completion,
code assistant, templates, code coverage, refactoring, outline view, debugger,
and other goodies (check the homepage for more info!!). <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Quantum</b> - <a href="http://sourceforge.net/projects/quantum/" target="_blank">http://sourceforge.net/projects/quantum/</a>
- Tom Schneider <br />
Quantum is a simple database access plug-in for Eclipse. It currently supports Postgres, MySQL,
Adabas-D, DB2, and Oracle. It allows a user to easily view a lists of tables, views, or
sequences.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>QuickREx - regular expressions </b>- <a href="http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html" target="_blank">http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html</a>
- Bastian Bergerhoff <br />
QuickREx is a regular expressions plug-in which adds a view for real-time
evaluation of regular expression matches against any text. Matches and groups
are coloured and can be navigated. QuickREx supports Java- and Apache ORO-Regular
Expressions. It offers code-completion for the regular expressions. There
is also an extendable Regular Expression Library. A Japanese colleague provided
Japanese localization as well. QuickREx is currently available as Version
3.0.0 <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>Relo - Relationship based Exploration </b>- <a href="http://relo.csail.mit.edu/" target="_blank">http://relo.csail.mit.edu/</a>
- Vineet Sinha<br />
Relo provides end-user focused tools to help developers understand parts
of large codebases. It tracks developers' explorations through the code
base and builds UML-like diagrams on-the-fly. Relo allows developers to
zoom in to view and edit code, using text editors embedded in the diagram.
It provides for an interactive exploration of the code while building and
automatically managing the context in a visualization.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>Resin for Eclipse</b> - <a href="http://membres.lycos.fr/resinforeclipse/" target="_blank">http://membres.lycos.fr/resinforeclipse/</a>
- Arnaud Peyre <br />
<br />
The Resin For Eclipse plug-in provides tools for developing web projects:<br />
<b>Resin management</b> - is a graphical user interface for managing Resin servers
within Eclipse. The interface allows you to create servers, add web projects,
edit classpath and system properties, manage https, launch, debug and stop
the server. It should work with web projects created by any other plug-in
(such as WSAD web projects). <br />
<b> Web projects</b> - the plug-in allows you to create generic web projects (you
don&rsquo;t need to install Resin) or projects optimized for Resin. Web projects
include autodetection of jar files added to the "WEB-INF/lib" directory.
<br />
<b> War export</b> - is a wizard to export web projects into war files. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>RDT: Ruby Development Tool</b> - <a href="http://sourceforge.net/projects/rubyeclipse" target="_blank">http://sourceforge.net/projects/rubyeclipse</a>
- Adam Williams <br />
The Ruby Development Tool is a Ruby resource aware plug-in for the eclipse platform.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>RSSOwl </b> - <a href="http://www.rssowl.org" target="_blank">http://www.rssowl.org</a>
- Benjamin Pasero <br />
RSSOwl is an opensource Newsreader supporting the formats RSS, RDF and Atom.
Some of the features are an easy export of News into PDF & RTF, Import and
Export via OPML, integrated newsfeed-searchengine and a fulltext-search.
It is localized into 26 languages and running on all operating systems,
that SWT is supporting. The look and feel of RSSOwl was inspired by the
classic Eclipse 2.1 presentation. RSSOwl is registered on SourceForge and
was elected project of the month for January 2005.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>RSS View</b> - <a href="http://www.junginger.biz/eclipse/" target="_blank">http://www.junginger.biz/eclipse/</a>
- Markus Oliver Junginger <br />
RSS View helps to keep track of any news available as an RSS feed. Stay
up-to-date with the news of the world, the newest geek stuff, or anything
you are interested in. You do not have to visit the web sites as news are
directly delivered into your Eclipse workbench.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Sangam</b> - <a href="http://sourceforge.net/projects/sangam" target="_blank">http://sourceforge.net/projects/sangam</a>
and <a href="http://sangam.sourceforge.net/" target="_blank">http://sangam.sourceforge.net/</a>
- by Somik Raha and Amit Rana <br />
'Sangam' is a plug-in that attempts to simulate pair programming over the
internet. You can code, save and run your programs together with distributed
teams (apart from being able to chat while you code).<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>SCons Builder Plug-in</b> - <a href="http://nic-nac-project.de/%7Elothar/eclipse/update/SConsBuilderPlugin.html" target="_blank">http://nic-nac-project.de/~lothar/eclipse/update/SConsBuilderPlugin.html</a>
- Lothar Werzinger <br />
The SCons Builder plug-in is an add-on to Eclipse CDT (C/C++ Development
Tools) that allows you to build C/C++ projects with the <a href="http://www.scons.org/" target="_blank">SCons
build tool</a>. Features include support for multiple platforms and build
configurations, the ability to modify build settings by directory and by
configuration, support for CppUnit tests, and user extensions to SConstruct
and more. It has been tested it with SCons release 0.95. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>ShellEd</b> -<a href="http://www.somethingsoftware.com/products/shelled.html" target="_blank">http://www.somethingsoftware.com/products/shelled.html</a>
- SomethingSoftware <br />
ShellEd is a script editor for the Eclipse platform. Features include syntax
highlighting, smart indentation, main page information on text hover and
syntax highlighted file compares. ShellEd works with Eclipse 3.0 and higher.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Simplifying Test Cases plug-in</b> - <a href="http://www.st.cs.uni-sb.de/eclipse/" target="_blank">http://www.st.cs.uni-sb.de/eclipse/</a>
- Andreas Zeller / Martin Burger / Philipp Bouillon / Tom Zimmermann <br />
This plug-in automatically detects the input in a file that induced a failure
in a <a href="http://www.junit.org" target="_blank">JUnit</a> test. The
plug-in creates a copy of the file and isolates the location of the failure
inducing input by rerunning the JUnit test on progressively smaller segments
of the file. The copy and the original are not changed, but the input that
caused the failure is located. <br />
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>SOFIA</b> - <a href="http://www.salmonllc.com/sofia" target="_blank">http://www.salmonllc.com/sofia</a>
Download: <a href="http://sourceforge.net/projects/salmon" target="_blank">http://sourceforge.net/projects/salmo</a>n
- by developers at Salmon LLC and many developers from the open source community<br />
The Salmon Open Framework for Internet Applications (SOFIA) is Rapid Application
Development tool set for the J2EE. It integrates best-of-breed tools with
a Java framework to provide an end-to-end solution for developing high quality
database driven web applications quickly and easily. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Solex</b> - <a href="http://sourceforge.net/projects/solex/" target="_blank">http://sourceforge.net/projects/solex/</a>
- NEOMAlogic development team - <a href="http://www.neomalogic.com/" target="_blank">http://www.neomalogic.com/</a><br />
The Solex plug-in is a Web application testing tool, based on a
built-in Web proxy and a concept of extraction/replacement
rules. Solex provides functions to record a client session, adjust
according to various parameters and replay it later typically in
order to ensure non regression of a Web application&rsquo;s behaviour.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Spring IDE</b> - <a href="http://springide.org/" target="_blank">http://springide.org/</a>
- Torsten Juergeleit, Christian Dupuis <br />
Spring IDE is a set of plugins which are adding support for the popular
J2EE application framework <a href="http://www.springframework.org/" target="_blank">Spring
Framework</a> to the Eclipse platform. It consists of a project nature which
provides support for Spring bean config files, an incremental builder which
validates Spring bean config files, a view which displays all Spring projects
with their Spring bean config files and a view which displays a graph from
all beans defined in a single config file. The next major release of Spring
IDE will add a graphical editor for <a href="http://opensource.atlassian.com/confluence/spring/display/WEBFLOW/Home" target="_blank">Spring
WebFlow</a> config files and an XML editor for Spring beans config files.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Spindle, an Eclipse plug-in for Tapestry</b> - <a href="http://spindle.sourceforge.net" target="_blank">http://spindle.sourceforge.net</a>
- Geoff Longman <br />
Spindle provides wizards and editors for <a href="http://tapestry.sourceforge.net" target="_blank">Tapestry</a>
framework files.<br />
Geoff has also donated a resource event tracking tool to the platform that
can be found in the <a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-core-home/dev.html" target="_blank">Core
Tools</a> plug-in. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"> <b>SQLExplorer</b> - <a href="https://sqlexplorer.dev.java.net/" target="_blank">https://sqlexplorer.dev.java.net/</a>
- Alexandre Telles and Aadi Deshpande <br />
SQLExplorer is a database query and visualization tool originally derived
from JFaceDBC. It can connect and run queries against any JDBC-compliant
database and comes with a schema visualizer to help you better understand
your schema. The plug-in was originally developed by Andrea Mazzolin and
is now being maintained by Alexandre Telles and Aadi Deshpande. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>SRS Plug-in</b> - <a href="http://eclipsesrs.sourceforge.net/" target="_blank">http://eclipsesrs.sourceforge.net/</a>
- Charles Fulnecky <br />
The SRS Plug-in is meant to provide an intuitive means to edit an XML based
Software Requirements Specification. The concept behind the SRS Plug-in
derives from the growing consensus that requirements can effectively be
identified through Use Cases. The use case strategy of asking "What do you
need to accomplish with this system?" keeps users and developers focused
on visualizing how the application ought to perform a required function.
Eventually, well written Use Cases start to look similar to a User&rsquo;s Manual,
leading to the secondary function of the SRS, the generation of a skeletal
User&rsquo;s Manual in a format suitable for editing on any platform. Additionally
the plug-in supports tracability throughout the development process by tracking
which components "realize" the Use Cases. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>SWeDE (Semantic Web Development Environment)</b> - <a href="http://owl-eclipse.projects.semwebcentral.org/" target="_blank">http://owl-eclipse.projects.semwebcentral.org/</a>
- BBN Technologies <br />
SWeDE provides a series of plug-ins for creating and working with semantic
web content as well as extension points for integrating additional semantic
web tools. The SWeDE plug-ins include an OWL editor with syntax highlighting,
content assist, and error detection, OWL document validation, Java code
generation, and ontology visualization.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>SWTworkbench Essential Data</b> - <a href="http://www.swtworkbench.com" target="_blank">http://www.swtworkbench.com</a>
- ASC, Inc.<br />
SWTworkbench Essential Data is a data-aware control framework for Eclipse
applications. This library binds standard SWT controls to JavaBean properties
on plain old Java objects. In addition, it provides powerful extensible
field-level validation capabilities using your choice of regular expressions,
edit masks, and standard Java code. Essential Data adds a powerful virtual
table control that makes SWT&rsquo;s table control work the way end-users expect.
SWTworkbench projects are licensed under an OSI-approved open-source license
and optionally under a commercial software license. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Sysdeo - Eclipse Tomcat Launcher</b> - <a href="http://www.sysdeo.com/sysdeo/eclipse/tomcatplugin" target="_blank">http://www.sysdeo.com/sysdeo/eclipse/tomcatplugin</a>
<br />
Integrates the Apache Jakarta Project&rsquo;s Tomcat servlet container with eclipse.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Tinman</b> - <a href="http://www.sourceforge.org/projects/tinman" target="_blank">http://www.sourceforge.org/projects/tinman</a>
- Sharon Dagan<br />
Originally a project for providing an IRC client plug-in to eclipse, Tinman
has become an umbrella project that hosts other 'hobby' plug-ins too. Here
you&rsquo;ll also find <b>Minesweeper</b>, by Jos&eacute; M Ordax Cass&aacute; and <b>Essential Java
Documentation</b>, by Matthew Perrins, a collection of Java documentation
and specifications, packed as a help content for Eclipse v1.0.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Toby's PL/SQL Editor </b>- <a href="http://sourceforge.net/projects/plsqleditor" target="_blank">http://sourceforge.net/projects/plsqleditor</a>
- Toby Zines and Andrew Cohen <br />
This plugin is an editor plugin to provide syntax highlighting, content
assist for both file and database based packages, package constants, procedures
and functions, and for database based tables and columns. It loads code
to the database, marks errors in the files and generates headers. It also
provides standard editor capabilities you expect from eclipse based tools
- documentation tools, hover documentation, F3 lookup functionality and
in the future formatting, searching, quick assists and refactoring. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>TOPCASED </b>- <a href="http://www.topcased.org" target="_blank">http://www.topcased.org</a>
- Topcased Consortium <br />
TOPCASED is an engineering toolkit for critical systems and applications
based on Eclipse. It aims to provide the tools required to go from requirements
to implementation stages, and focuses on Model Driven Engineering. The toolset
will be compliant with standards like the DO-178B document. The current
version (0.7.1) includes : several graphical editor (ECORE, UML 2 - class,
use cases, and sequence diagram only - structured analysis, AADL - Architecture
Analysis and Design Language), a framework to generate partially new graphical
editors from ECORE models, an OCL model checker and some administrative
tools making a deployment in industrial context easier.
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>TruStudio Integrated Development Environment</b> - <a href="http://www.xored.com/products.php" target="_blank">http://www.xored.com/products.php</a>
- TruStudio Foundation <br />
TruStudio IDE is a PHP and Python IDE built on top of the Eclipse Platform.
It inherits a comprehensive set of Eclipse editing, debugging and deployment
tools and introduces new features for PHP and Python developers. It supports
debugging over DBGp, including Xdebug for PHP. Source code parsers with
advanced code-analyze and code-checking options allows easy project navigation
and gives edit-time syntax errors identification and code validation benefits.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>UniMod: Executable UML for Eclipse</b> - <a href="http://unimod.sf.net" target="_blank">http://unimod.sf.net</a>
- Vadim Gurov, eVelopers Corporation (<a href="http://www.evelopers.com" target="_blank">http://www.evelopers.com</a>)
<br />
UniMod is a plug-in for Eclipse that implements an Executable UML approach.
UniMod provides tools to model your system using Class and Statechart UML
diagrams and then &quot;run&quot; these diagrams in one click from Eclipse.
UniMod also provides the ability to debug your diagrams: you can set breakpoints
on states, transitions or actions, run the diagram step-by-step and monitor
local variables. Local and remote debugging is supported, i.e. you may execute
your model inside a J2EE server and debug it remotely.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>UltimateCIM Explorer</b> - <a href="http://sourceforge.net/projects/ultimatecim" target="_blank">http://sourceforge.net/projects/ultimatecim</a>
- Ultimate Technology, Inc (<a href="http://www.ultimatetech.com/" target="_blank">http://www.ultimatetech.com/</a>)
<br />
UltimateCIM Explorer is an Open Source Eclipse plugin from Ultimate Technology, Inc. that enables you to connect to a live WBEM server and explore the object model (CIMOM). It is the essential tool for CIM client development, troubleshooting, debugging, and quality assurance. UltimateCIM enables you to easily navigate CIMOM, view objects and instances, modify instances, run queries, and much more.<br /><br />
<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="97%"><b>V4ALL Assisi GUI-Builder </b> - <a href="http://sourceforge.net/projects/v4all/" target="_blank">http://sourceforge.net/projects/v4all/</a>
- Ramin Assisi <br />
<i>V4ALL is now an open source project on sourceforge! </i><br />
V4ALL Assisi GUI-Builder is a rapid application development environment
for building java applications. It supports different Target API's (Swing,
SWT etc.). Optionally developers can activate XML runtime support for faster,
easier and more efficient application development. <p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Velocity UI Plug-in</b> - <a href="http://veloedit.sourceforge.net/" target="_blank">http://veloedit.sourceforge.net/</a>
- Torsten Juergeleit <br />
This project adds support for Jakarta&rsquo;s template engine Velocity (<a href="http://jakarta.apache.org/velocity/" target="_blank">http://jakarta.apache.org/velocity/</a>)
to the Eclipse platform. The related plug-ins are providing an editor for
Velocity&rsquo;s template files (with syntax highlighting, outline view, content
assist, ...) and the Velocity framework itself.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>Versiontree </b> - <a href="http://versiontree.sourceforge.net/" target="_blank">http://versiontree.sourceforge.net/</a>
- Jan Karstens and Andr&eacute; Langhorst <br />
Eclipse Version Tree Plug-in is an easy to use, graphical version tree for
project artifacts hosted in a CVS repository. It is a graphical replacment
for Eclipse resource history. Supports different layout styles, customization
and convenience features. Supports Eclipse 2.x and 3.0.<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>WOLips</b> - <a href="http://objectstyle.org/woproject/" target="_blank">http://objectstyle.org/woproject/</a>
- by the ObjectStyle team <br />
WOLips is a plug-in that support development of <a href="http://www.apple.com/webobjects/" target="_blank">
WebObjects</a> applications and frameworks. WOLips is a part of <a href="http://objectstyle.org/woproject/" target="_blank">WOProject</a>.
WOProject is a set of OS and IDE independent tools (based on <a
href="http://jakarta.apache.org/ant/" target="_blank">Ant</a>) for working with
WebObjects<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>X-Parrots plug-ins - <a href="http://www.x-parrots.com/" target="_blank">http://www.x-parrots.com/</a>
- the X-Parrots Development Team </b><br />
A growing number of free Eclipse plug-ins written by the X-Parrots team.
Currently the following plug-ins are available:<br />
- IONA IPas Integration (IONA&rsquo;s EJB Server)<br />
- ServletExec Integration<br />
- Telnet Integration<p align="right"><small><a href="#top">go to top</a></small></p></td>
</tr>
<tr>
<td align=RIGHT valign=TOP width="3%"><img src="../images/Adarrow.gif" width="16" height="16" border="0"></td>
<td width="100%"> <b>zClipse plug-ins - </b><a href="http://www.zclipse.org/index.html" target="_blank">http://www.zclipse.org/index.html</a><b>
</b><br />
<br />
<b>Insectivore</b> - <a href="http://www.zclipse.org/projects/insectivore/" target="_blank">http://www.zclipse.org/projects/insectivore/
</a> <br />
Insectivore is a Task creation and sharing plug-in that provides the ability
to capture additional information in the task, such as State, Severity,
Description, and a Notes log and share these tasks with others working on
the same codebase via their existing source control system (e.g. CVS).
Insectivore integrates with the Eclipse task list &amp; provides other features
such as email notification. <br /><p align="right"><small><a href="#top">go to top</a></small><br /><br /></p></td>
</tr>
</table>
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="pluginsites.php">Community Plug-in Sites</a></li>
<li><a href="commercialplugins.php">Commercial Projects and Plug-ins</a></li>
<li><a href="osplugins.php">Open Source Projects and Plug-ins</a></li>
<li><a href="team.php">Team Repository providers</a></li>
</ul>
</div>
</div>
<?
$html = ob_get_contents();
ob_end_clean();
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>