Every time when our development team modifies a Web application's source code, we need to build a EAR, login to WebSphere's deployment manager, update the the whole application in our testing server and start the application again.
But sometimes the change may only involve a single Java file. Are there any alternative ways to deploy the change to the testing server to speed up our development life cycle like just copy the XXX.class to a particular location in the WebSphere folder?