| Author |
Web service and DB
|
ashish jadhav
Ranch Hand
Joined: Nov 20, 2008
Posts: 62
|
|
|
Hi i want to create one sample application for inserting data in DB using web service in java.can you plese tell me how to proceed?? i want to use this for real time application.
|
 |
ashish jadhav
Ranch Hand
Joined: Nov 20, 2008
Posts: 62
|
|
|
in this application data is inserting in database, but not changing with each and every request? If you are receiving hundreds of requests a second for your temperature service, for example, you might want to send back cached data for most requests, and only update the data every 5 minutes or so. so i want to know how this cache creating for this type of application???
|
 |
Dan Drillich
Ranch Hand
Joined: Jul 09, 2001
Posts: 1121
|
|
Ashish, Please have a look at XML Web Service Caching Strategies. A bit old but useful. Regards, Dan
|
William Butler Yeats: All life is a preparation for something that probably will never happen. Unless you make it happen.
|
 |
ashish jadhav
Ranch Hand
Joined: Nov 20, 2008
Posts: 62
|
|
Thanks Dan. But that link only shows different types of cache.i want sample examples to insert data in DB using web service with cache to hold that data.if possible please help me ok. thnks once again.
|
 |
 |
|
|
subject: Web service and DB
|
|
|