> From: Karthik Nanjangude [mailto:[email protected]] > Subject: RE: Curious to know if the following is permitted > > So my requirement / Clarification is to How to re-use the existing > applications business Layer from the web applications which in turn > uses the JNDI to connect to DB for Data processing
You send HTTP requests to Tomcat from your client program, regardless of where either is running. Apache provides a useful HTTP client library if you need something more sophisticated than what the JRE supplies: http://hc.apache.org/httpcomponents-client/index.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
