Does anyone know the best way to deploy only a bug-fixed class if a bug is found in a Web application running on WildFly and it is fixed?
If using Tomcat instead of WildFly, I will deploy the class in webapps/my-app/classes/ with package directories in order to minimize an influential range of the changes.
What would you do if you are using WildFly?