Thanks Chuck, I definitely wouldn't have noticed that without the pointer. Oh well, I guess I'll stick to casting and iterators for a few more months ;)
On 8/8/05, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Patrick Thomas [mailto:[EMAIL PROTECTED] > > Subject: Generic Types support in Tomcat? > > > > Easiest part of this question is simply does tomcat (5.5.7) support > > using generic types in JSP files? > > Some pertinent paragraphs from: > http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html > > ----------------------------------------------------------- > "The servlet which implements Jasper is configured using init parameters > in your global $CATALINA_BASE/conf/web.xml. > # compilerSourceVM - What JDK version are the source files compatible > with? (Default JDK 1.4) > # compilerTargetVM - What JDK version are the generated files compatible > with? (Default JDK 1.4) > > "The Java compiler from Eclipse JDT in included as the default compiler. > It is an advanced Java compiler which will load all dependencies from > the Tomcat class loader, which will help tremendously when compiling on > large installations with tens of JARs. On fast servers, this will allow > sub-second recompilation cycles for even large JSP pages. This new > compiler will be updated to support the Java 5 syntax as soon as > possible." > ----------------------------------------------------------- > > I don't know when "as soon as possible" might be. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you > received this in error, please contact the sender and delete the e-mail > and its attachments from all computers. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
