All,
We bought a web application to retrieve documents in the form of pds. Basically, the web application has a
servlet which creates a pdf document at a specific location based on request parameters.
Already I am running two enterprise
java applications in one weblogic domain. I will be using the new document web app from both the existing enterprise applications.
I like to know if it makes sense to create another enterise application which contains the above third party document web application or make it a web application in the existing two enterprise applications.
Basically, how do you decide whether to go for a web app or enterprise app when you buy a third party web application?
Thanks a lot for your help.