====== Java Melody ====== * [[http://code.google.com/p/javamelody/|java melody - monitoring of JavaEE applications]] ===== JDBC ===== * http://code.google.com/p/javamelody/issues/detail?id=142 BasicDataSource jdbcPooledDataSource = new BasicDataSource(); jdbcPooledDataSource.setDriverClassName("com.informix.jdbc.IfxDriver"); jdbcPooledDataSource.setUrl("jdbc:informix-sqli://xxx:1701/xxx:INFORMIXSERVER=xxx"); jdbcPooledDataSource.setUsername("username"); jdbcPooledDataSource.setPassword("password"); jdbcDataSource = jdbcPooledDataSource; jdbcDataSource = net.bull.javamelody.JdbcWrapper.SINGLETON.createDataSourceProxy(jdbcDataSource);