8×8

Mobile, Web and Travel posts.

8×8 random header image

Entries Tagged as 'Programming'

RadRails + Aptana

April 1st, 2007 · No Comments

I’ve been playing with RubyonRails for a while and really enjoying the productivity boost I get with it. The only downside was the IDE solution. Coming from the Java world I am Eclipse junkie, and love my debugger. I starting using RadRails and I loved it, but it was lacking in the AJAX/Javascript side […]

[Read more →]

Tags: Programming

hotswapping in eclipse is cool ;-)

September 4th, 2006 · No Comments

Today I realized the benifits of hotswapping in eclipse. Check out http://www-128.ibm.com/developerworks/opensource/library/os-ecbug/ which demonstrates  what you can do with the eclipse debugger, including hotswapping the code of the running java app that you are debugging so you don’t have to waste time restarting your application.

[Read more →]

Tags: Programming