No More Writing Getters and Setters in Flex

Monday, September 17th, 2007

eokyere blog has one of the best Flex productivity tips I have seen in quite a while.  I build AS3 components all day, and spend way too much time manually typing getter and setter methods.  Using the Dash plugin for Eclipse and eokyere’s productivity with with dash in eclipse, you’ll never write another getter and setter again!

Dash is a plugin for Eclipse that contains Eclipse Monkey  which is a dynamic scripting tool to automate of routine programming tasks. Monkey scripts are little Javascript programs using either the Eclipse APIs or custom Monkey DOMs.

SQL Editor for Eclipse

Wednesday, November 30th, 2005

DBEdit is a plugin for the Eclipse Workbench that can be used to explore databases, edit tables directly with a spreadsheet like editor, and edit SQL queries. Dan Switzer recently posted his installation notes that should get you up and running with this nice Eclipse plugin and SQL Server 2000.

[link via DopeFly]