K.Anand Kumar dijo: > Hi, > Thanks for your quick response. > I have checked the javadoc link > http://jakarta.apache.org/turbine/jcs/apidocs/index.html, but there is > no straight link to download the complete doc to my system. is there > any way to do that.
Yep: http://maven.apache.org/start/download.html I think the binary distribution contain the javadocs. If not then download the sources and build javadocs using maven - http://maven.apache.org/ > > And my need is ::: I will be getting some kind of input from a program, > which requires the DB hit (say nearly for 20 tables, out of which 15 > for fetching datas and around 5 for insert/ update of datas). and the > problem that i face is, if the 1000 input is feeded, then the db hits > will increase which reduces the performance of the output (delay time > in output). Thts the reason, i want to go for cache to hold the info in > memory instead of fetching from DB > > As you suggested , I am also now looking into > http://db.apache.org/ojb/ to learn about this. Could u suggest me some > more views to tackle this. If what are you looking for is about DB cache using OJB, see this: http://db.apache.org/ojb/docu/guides/objectcache.html Best Regards, Antonio Gallardo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
