I have a legacy application (EAR) that is decades old, based on WebSphere Application Server 9.0 (WAS). It has moved across different development teams to reach us for further development and support.
We get minimal support requests where we hardly do any code changes and deploy, but now all of a sudden we have received ticket that requires changes in the code. The changes are in 4 files
- 1 .xhtml
- 2 .java
- 3 .properties
We do not have the setup to build the EAR but we are able to build the .class files.
Can someone advice on how to go about replacing just these files? What are the caveats that should be taken care of while doing such partial updates?
We have done a JSP file update earlier, replacing the xhtml should be easy. Wondering about caveats while replacing the .class files and .properties files.