Hi I have a proprietary application and its war file is available to us. I need to basically add a jsp page to the current application. I was thinking i will write the independent jsp, java files build a war and add it to the proprietary war file.
Or
i will write the jsp, java files and add it to the same war.
Can i make a new war and make the proprietory to interact.. Which option is better.