我有一个将驻留在business2business网络中的应用程序,它将在内部网络环境中与我们的AS400通信。防火墙已经配置为允许数据请求通过我们的AS400,但我们看到连接速度和响应时间存在巨大的滞后时间。例如,在我们的本地开发环境中只需要不到半秒的时间,在我们的B2B环境中则需要120秒以上。我们使用的是企业库应用程序块,因此ASI对象是数据库.../// Generic function to retrieve data table from <em
class Check{As400as400; // Is a class that creates a connection to an external systemCommandCall commandCall = new CommandCall(as400); // is a class that takes theresponse = commandCall.callExternalService();}
C
class Test { String url = "jdbc:as400Test.javaException in thread "main" java.sql.SQLException: No suitable driver found for jdbc:as400at Killer.main(Test.java:8)$ jar