HI All, I am developing an Jenkins plugin which posts/retrieves lots of data from mysql. I am planing to use connection pooling for optimization. I had a look at the Jenkins code but could not find any pointers for this kind of implementation. I guess the most useful part would be http://javadoc.jenkins-ci.org/hudson/util/spring/BeanBuilder.html BeanBuilder , but could not find any example implementation.
First question arises is, "is my implementation correct?". Can anyone point me in good direction? and an example/pointer would be of great help. Thanks in Advance for the help, Praveen. -- View this message in context: http://jenkins.361315.n4.nabble.com/Jenkins-Plugin-using-MYSQL-BeanBuilder-tp4563922p4563922.html Sent from the Jenkins dev mailing list archive at Nabble.com.
