This tooling allow WebSphere eXtreme Scale user to develop and configure WebSphere eXtreme Scale on WebSphere Application Server 8.5 Liberty Profile
IBM WebSphere eXtreme Scale V8.5 Liberty Profile Developer Tools
JUnitLoop
JUnitLoop executes all JUnit test cases in the workspace that might be affected when a class is saved. This minimizes the feedback loop between writing and testing code. Whenever a code modification results in a test failure, one will immediatedly recognize this.
Parasoft Virtualize

Parasoft's service virtualization helps development and QA teams create and access any environment needed to develop or test an application. It complements hardware virtualization & dramatically reduces the costs associated with configuring & managing test environments. Since it's not feasible to leverage hardware virtualization for every dependent application (e.g., databases, mainframes, 3rd-party systems), service virtualization fills the gap by providing access to their behavior.
* Gain easy access to constrained components that impede development & testing.
* Cut scheduling constraints with ubiquitous access to an accurate test environment.
* Eliminate process bottlenecks with rapid access to evolving or unavailable dependent apps.

Parasoft SOAtest
Parasoft SOAtest is the industry's premier testing platform for service-oriented architectures, cloud, and composite applications.
Parasoft SOAtest helps QA teams ensure secure, reliable, compliant business applications with an intuitive interface to create, maintain and execute end-to-end testing scenarios. It was built from the ground up to reduce the complexities inherent in complex, distributed applications.
Parasoft SOAtest is an integrated solution for:
Balsamiq Spy
Balsamiq Spy allows you to take any window or dialog in Eclipse and convert it into Balsamiq XML which can be pasted directly into Balsamiq for further editing and customization.
Great for prototyping/mocking up suggestions for new features to already existing Eclipse UI.
The short cut on Mac is: Shift+Alt+F4, you can configure this shortcut under Eclipse Preferences > Keys

FTP Server plugin

This is an eclipse FTP Server plugin where you can start your FTP server from eclipse and shut it down.There is a preference page where you can set up different configuration values such as username, password, port, persisting between session ( start and stop of the ftp server), debug information into the console
When the files get uploaded and appears on the grid table; double click on any row entry in the "File Store" view and the file will open using the native application; for example .html file will open using your default browser.
Alan Mehio
Lonon,UK

Net Tools

This Eclipse RCP application contains several free, useful network tools. Among others:
- Standard network tools: ping, netstat, traceroute, nslookup
- A port scanner
- Servers: HTTP, FTP, TFTP servers
- an HTTP proxy
- A TCP tunnel
- Clients: FTP client, embeddable PuTTY (for Windows only)

GrepClipse
GrepClipse is an easy way to filter an Eclipse console's content through a regular expression as you'll do it on a *nix console through the commands grep -n followed by tail -nf | grep helping the analysis of logs during the execution of a process.
DevBoost GmbH
Efficient Methods. Modern Tools. Better Software.

Eclipse Navigator Extension
# Add context menu action in "Package Explorer View", to call out the system context menu corresponding to the selected resource (win32/win64 OS only)
# Copy the resource's name/full path/parent path to clipboard.
# now support x64 os
# source codes moved to github: https://github.com/missedone/navigatorext

Vestigo JDO/JPA Query Browser

Vestigo is a query tool for the Java persistence frameworks JDO and JPA. It includes JDOQL and JPQL editors with syntax highlighting and auto-completion (aka code-assist or content-assist).
A result table shows the direct query results while the object tree browser allows searching the object graphs. Vestigo is available as both Eclipse plug-in and standalone application for Windows, Linux and Mac.

Java Source Attacher
Open source libraries are very popular in Java world. Nowadays Java developers often work with Java-based projects which using a lot of open source Java libraries.
One issue with using open source Java libraries is how to find documentation/source code for these open source libraries fast and easly? It is tedious and time consuming to search for the source code, download and attach source code packages to the libraries. If your project has 40 libraries, how long will it take to find source code for all libraries?
Uqbar Tomcat XT Eclipse Plug-in
Extension to the well-known Tomcat Sysdeo Plugin for eclipse. It adds features for managing context both, for:
<ul>
<li>runtime functions like start, stop & reload context</li>
<li>configuration functions like removing or disabling a context</li>
<li>management funcions like opening and edition of context's web.xml, context definitions, and even server.xml and users.xml</li>
</ul>
All features solve particular annoying tasks when developing web applications with tomcat by integrating their management into Eclipse.
Tadpole for DB Tools

It is a tool to manage CUBRID, MySQL, Oracle, MSSQL, SQLite, mongoDB in Web Browser.
Do you feel uncomfortable to install and manage various DB tools for each DB?
'Tadpole for DB Tools' is the answer for it.
You don't need to install software in your local because 'Tadpole' uses web server(if you use 'war').
(But, you can install it in your local if you want.)
0. Support DB : CUBRID, MySQL, Oracle, MSSQL, SQLite, mongoDB
1. Environment
1.1 Java 1.6.x
1.2 Support System

GrepClipse
GrepClipse is an easy way to filter an Eclipse console's content, or a file in the file system, through a regular expression as you'll do it on a *nix console through the commands grep -n [regexpr] [currentConsoleContent] followed by tail -nf [newConsoleContent] | grep [regexpr] helping the analysis of logs during the execution of a process.
Rinzo XML Editor
utils4dal
These are my utils for rapid development of data access layer (DAL).
My current paradigm is to use design-time code generation when it is possible. I don't write the tons of DB-related code. Instead, I provide minimal instructions for code generator. Code generator is a program. Unlike the human, it never fails. If DB-schema requires Long, then Long will be rendered, not Integer. If I confuse something with instructions, I obtain parser error or not-compiled output code. Thus, I identify the problems during development, rather than at run-time.
DBStudio

DBStudio is the best database tools you have used. It can support most database types, and can run on Windows, Linux and Mac OS.It provides a perfect SQL Intelligence feature, can effectively improve your work.

MailSnag

With MailSnag, you can debug application generated emails within Eclipse. MailSnag creates a simple SMTP server to capture and inspect emails sent out by an application during development. You can view the email rendered as HTML, text or both. You can also view the raw data, embedded content and attachments.
Please comment with any improvements or suggestions. To submit a bug report or feature request, go to:
http://code.google.com/a/eclipselabs.org/p/foos-bar/issues/list

FTP Server plugin

This is an eclipse FTP Server plugin where you can start your FTP server from eclipse and shut it down.There is a preference page where you can set up different configuration values such as username, password, port, persisting between session ( start and stop of the ftp server), debug information into the console
When the files get uploaded and appears on the grid table; double click on any row entry in the "File Store" view and the file will open using the native application; for example .html file will open using your default browser.
