Hi,
I have a webs application written using Java. This application does not offer any GUI for the end users but has few classes which are exposed over http request. This is deployed on WebSphere application server on zOS. Now, another external web application (Websphere application server on Windows) make http request to this zOS webapp to retrieve information. The zOS webapp queries some PDS and return the results back accordingly.
Now we are supposed to convert this ZOS webs application into plain java service such that we do not need Websphere Application server to deploy that code (Cost cutting :)).
Please let me know if that is possible and how.
Thanks
I have a webs application written using Java. This application does not offer any GUI for the end users but has few classes which are exposed over http request. This is deployed on WebSphere application server on zOS. Now, another external web application (Websphere application server on Windows) make http request to this zOS webapp to retrieve information. The zOS webapp queries some PDS and return the results back accordingly.
Now we are supposed to convert this ZOS webs application into plain java service such that we do not need Websphere Application server to deploy that code (Cost cutting :)).
Please let me know if that is possible and how.
Thanks