Re: Tomcat 5.0.28 release

2004-08-16 Thread Vic Cekvenich
Costin Manolache wrote: - jdk1.3 - it'll work if you add your own parser in common/lib or jre/lib/ext or classpath - jdk1.4 - because the parser in jdk1.4 is an old xerces, xml schema validation might fail, everything else should work. - jdk1.5 - AFAIK everything should work. The reason

Re: NIO and JDK link

2003-12-25 Thread Vic Cekvenich
Shapira, Yoav wrote: Is there a plan sometime to consider moving TC 5 to 1.4 JRE? It's already compiled and built on JDK 1.4. Wait... there was a whole tread while back saying that Tomcat 5 will not be on 1.4. Yup, even the TC5 pages say it's 1.4. A few months ago I got a whole buch of

NIO and JDK link

2003-12-24 Thread Vic Cekvenich
There is a good talk on servlet engines and use of NIO and new JDK http://theserverside.com/home/thread.jsp?thread_id=22986 Some intresting topics. ibatis, Resin, etc. are based on 1.4. Struts 2.0 AFAIK is likely to use JDK 1.4. jRockit and IBM VM are all on 1.4. Is there a plan sometime to

JDK 1.4 - again

2003-02-19 Thread Vic Cekvenich
Some time ago I posted that maybe Tomcat 5.0 should require 1.4, and Tomcat 4 be 1.3. News: Resin 3.0 (the fastest container) requires JDK1.4. And http://www.blackdown.org/java-linux/java2-status/jdk1.4-status.html Of course 1.4 is faster, more reflection. (Also: Doug Lea's collections that