Hi,
I have transformed the web application pages and generated some .class files that are altered according to my needs and now I want my apps to run from these new .class files.
How can I do this? Could anyone guide me?
This question might seem naive but, I have altered the code of some functions inside the class files but the JSP files are still the old ones so how should it work?
Is this correct that because the JSPs are finally turned into classes and when the app runs the class files are executed therefore the JSPs are not important?
Could anyone clarify please?