Developing Web applications with Maven and Eclipse: You *can* have it all
When developing applications using Eclipse or a similar IDE, you quickly get used to being able to test your software immediately after making a change. Plugins like MyEclipseIDE enable that kind of instant edit/compile/test cycle for web applications as well.
But if you’re building web applications with Maven, it’s not so easy. Maven is a [...]