I'm developing a Ruby web application on top of GAE-Java and development is painfully slow because in Eclipse I must restart the development server every time I make a change to my Ruby code. I'm not able to work effectively this way because each restart takes about a minute.
Is the norm for Java development or am I doing something wrong?
Hopefully there's a simple solution to this that I'm not aware of?