Updating a screen in a running application with the web UI framework
You can update a screen in a running application by running the application in Struts dev mode in exploded war mode.
About this task
After updating the code of a screen component using a code template, you can update that component in a running application without stopping the server (hot code replace).
In the update window, you can paste in code or type in your own code.
You can use this procedure when you are adding new code or updating existing code. To override existing code, the new code must have the same resource ID as the existing code.
Hot code replace and code generation are completely independent of each other. Hot code replace enables you to view your changes in the application without having to update any files or restart the server. This reduces the total development time and also enables you to debug or test your changes to the application.