Apps
COOL APPS:
Portable Apps
Base install, plus GIMP, XAMPP, Putty, etc.
Web On Swing
http://webonswing.sourceforge.net/wfchannel.htm
Convert swing applications to web applications.
SwingWT
http://swingwt.sourceforge.net/
Java Swing implementation whose implementation uses native SWT peer widgets.
OpenSwing Components
http://oswing.sourceforge.net/index.html
Open source advanced graphics components based on Swing toolkit.
JIU - Java Imaging Utilities
http://sourceforge.net/projects/jiu/
Java library for loading, editing, analyzing, and saving pixel image files.
Eclipse
Eclipse for Java developers is what I usually use:
http://eclipse.org/downloads/packages/eclipse-ide-java-developers/heliosr
Alternatively, get the full eclipse for Java, plugin development, and source:
http://eclipse.org/downloads/packages/eclipse-classic-360/heliosr
For PHP:
Eclipse PDT - PHP editing and debugging tools. In Eclipse go to Help -> Find and Install then add http://downloads.zend.com/pdt
Alternative, for PHP, download the bundled Eclipse for just PHP eclipse-php-helios-win32.zip.
ERDesigner NG
http://mogwai.sourceforge.net/?Welcome:ERDesigner_NG
http://marketplace.eclipse.org/content/mogwai-erdesignerng
Java based entity relationship design and modeling (ERD) for Oracle, MSSQL, MySQL, etc.
Available as standalone or eclipse plugin. Good candidate for a bundle or portable.
Need to install JDBC drivers for SQLServer, MySQL, etc.
For SQLServer:
http://msdn.microsoft.com/en-us/library/ms378526.aspx
Edit classpath (Database->Classpath) to contain: …mssqlserverjdbcsqljdbc_3.0enusqljdbc4.jar
Add a database connection, Dialect MSSQLDialect
Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
JDBC-URL: jdbc:sqlserver:MyServerName:1433
For MySQL:
http://dev.mysql.com/downloads/mirror.php?id=13598#mirrors
Add to Database->Classpath: mysql-connector-java-5.0.8-bin.jar
Driver: com.mysql.jdbc.Driver
JDBC-URL: jdbc:mysql://localhost/test
















