Hi to all,
I'm starting in the world of java web applications ...and is a very big one!.I want ask something: The general idea is that I want to dynamically generate a jsp (create physically)
and let it instantly accessible for the browser (public / deploy it or call them what you will).
So my query specifically, is if you can create a war file dynamically from Java code.
make a warfile just with the jsp and make it accessible putting it in the appropriate folder. I want have publish content without having to reboot the server or virtual host and play everything ....
Am I wrong on the general idea? Can we dynamically create a war?
Thank you all in advance.