Re: Passing Arrays/ResultSet between CF and JavaBean

2002-11-21 Thread Joe Eugene
I guess there is no Answer to this Question Well FYI.. for anybody interested.. I ran a test switching JVM's from 1.3.1 to 1.4.0 ..The peformance gain was like 41% over 1.3.1 JVM...This is really interesting... Anybody else ran any tests, what are your results? If you need any help testing..

Passing Arrays/ResultSet between CF and JavaBean

2002-11-20 Thread Joe Eugene
Anybody know how to pass a ResultSet from a Java Bean back to a ColdFusion page.. or pass an Array to Java Bean.. i tried a few things.. Not Working.. Jsp is some like.. % SomeJavaBean j = new SomeJavaBean(); ResultSet rs = j.getSomeResultSet(); % Joe Certified Advanced ColdFusion Developer