Monthly Archives: December 2007

December 18, 2007
Mylyn plugin for Aptana

I’ve been reading about Mylyn for a little while now but haven’t had the opportunity to install it. After reading this post today from Adam Flater I thought it was about time I gave it a go.
For those that don’t know Mylyn:
Mylyn is the Task-Focused UI for Eclipse that reduces information overload and makes multi-tasking [...]

December 8, 2007
Enforcing your Service as an API

A lot ColdFusion developers are moving (or already there) towards a more OOP style of development. They have an understanding of and use several techniques and design patterns when building applications, particularly when it relates to things such as MVC and n-tiered development.
A small part of this is grouping related files withing separate directories in [...]

December 8, 2007
Search and replace using reg exp

The other day Nathan Strutz wrote a great post on finding and replacing text in your IDE (in my case I’m using Aptana/cfeclipse) using regular expressions.
This is more a reminder to me so that I try to use it (with the idea that it’ll become 2nd nature!), but I also had a play to see [...]