Updating the .java file in .WAR
Hi,
I want to update only a single .java file which is compressed in a .WAR file. Rather than creating a new WAR file for that small change in .java class. Is there any way we can include the .java file changes in the .WAR without creating a new .WAR file for each change. Rather than uncompress the WAR file and and update the .java file manually whether we can do the same using an ant script? so that unnecessary creating of .WAR or .EAR for a simple changes can be avoided. Please clarify.