Best way to code a webservice in weblogic?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-04-01T14:41:46Z
Indexed on
2010/04/01
14:43 UTC
Read the original article
Hit count: 231
I am new to Weblogic and J2ee. I need to build a webservice that simply runs a query on the backend database (DB2 zOS) and returns the results. Being new to this I have a few questions.
1) What is the best way to build the webservice? 2) How do I connect to the database with weblogic. 3) Is there a way to cache the data returned so that the next request for the same data is pulled from cache?
If googled for this but there seems to be many way to handle this. I am looking for the best way that can handle a high volume of requests.
Any links to sample code would be helpful. - Thanks
© Stack Overflow or respective owner