We are still having problems working effectively when creating java based Alfresco services.
We tried checking out community from svn and running it in MyEclipse, but it seems that we still need to use the ant scripts to deploy. Without them we had to modify the classpath quite heavily to get all dependencies working. Still we are not able to run Alfresco inside Eclipse.
So, we can still not debug without connecting remotely to the Tomcat server.
Changing some piece of code requires a trip to cmd, running an Ant script, restarting the server, reading some webcomics for a few minutes while things restart and then test the change.
This is not very effective and I know there has to be a better way. Normally we just edit code in MyEclipse, save and test(as long as the class signature has not changed). Then we have debugging with no hassle.
Regards