Freitag, 17. September 2010

SWT Development Tools

Some really nice and helpful tools for SWT development and debugging you can find under: http://www.eclipse.org/swt/tools.php

Sleak helps you in finding memory leaks in your SWT software. E.g.: if you forgot to free your memory. This is necessary in SWT for all classes which implement the interface Resource, like Image, Font, Color, etc.
Sleak can take a snapshot at a given time and compare it after some time with another snapshot taken.
For Sleak you need to turn on some trace options under your Run Configuration choose Tracing->org.eclipse.ui and check debug and trace/graphics.

Spy helps you by displaying all the information about certain UI components by hovering with your mouse.

By the way, you can get also the source code of these tools, we integrated this tools into a debug view with our software.

Donnerstag, 16. September 2010

Installing Instantiations Software into STS

During this week Google made its recently acquired Ajax and Java development tools as Open Source Software for all developers available. Now I want to try to install all this development tools into an installation of Spring Tools Suite (e3.6). In order to get an awesome development environment for web, desktop, UI testing and code analyzes.


WindowBuilder Pro - http://dl.google.com/eclipse/inst/d2wbpro/latest/3.6

WindowTester Pro - http://dl.google.com/eclipse/inst/windowtester/latest/3.6
CodePro AnalytiX - http://dl.google.com/eclipse/inst/codepro/latest/3.6

The installation didn't cause any problems and afterwards I tried the SwingBuilder and I was surprised that MigLayout was also available. Tomorrow I will also test CodePro and WindowTester.

Unfortunately the WindowTesterPro didn't work with STS, even in Helios I had problems testing an RCP application.

Mittwoch, 15. September 2010

Dealing with the installation of Spring IDE

After developing my first Spring DM project completely without tool support, I tried to install STS (Spring Tool Suite) into eclipse 3.6 over the update site - but couldn't succeed due to some dependencies to org.eclipse.mylyn.jira.core.

After that I tried another approach, by reading the STS Installation Instruction. I discovered, that there is a STS installer available for download: http://www.springsource.com/downloads/sts?sid=726823

I took the installer for version 2.5.0 M3 with eclipse 3.6.

The installation went through smoothly.

After that I had to install git,svn, etc. over the update site: http://download.eclipse.org/releases/helios