ADF中获得数据库连接,读取xml文件的数据,并将其写到数据库中: public static void main(String[] argv) throws Exception { //获得驱动 Class driverClass = Class.forNa……