Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Christoph Kutzinski
Rodrigo Avila wrote: since we're talking about that... I have a system running *perfectly* using Tomcat 5.0.28 and Java 1.4.2_07. But I think in migrate this system to Java 1.5.0_01 using Tomcat 1.5.7, in an Production server. My question is: have any problem in make this migration? What is the gro

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Rodrigo Avila
ed JSTL in JSPs, no scriplet. > > Allistair. > > > -Original Message- > > From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] > > Sent: 07 March 2005 11:44 > > To: Tomcat Users List > > Subject: Re: Using new JDK 5.0 language features with Tomcat 5.5? >

RE: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Allistair Crossley
Hi, We've been fine with for loops and generics with Tomcat 5.5, but we have only used JSTL in JSPs, no scriplet. Allistair. > -Original Message- > From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] > Sent: 07 March 2005 11:44 > To: Tomcat Users List > Subject: R

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Christoph Kutzinski
AFAIK the eclipse JDT compiler, that is used per default to compile the JSPs, doesn't support JDK 5.0 features. So you mustn't use these features in JSPs or change the JSP compiler. Christoph Petr Jiricka wrote: Hello list, is it safe to use the new JDK 5.0 language features, e.g. annotations a

Re: Using new JDK 5.0 language features with Tomcat 5.5?

2005-03-07 Thread Siarhei Dudzin
Didn't have any problems so far... On Mon, 07 Mar 2005 10:22:09 +0100, Petr Jiricka <[EMAIL PROTECTED]> wrote: > Hello list, > > is it safe to use the new JDK 5.0 language features, e.g. annotations > and generic types, with Tomcat 5.5? Do people do this in practice? Was > this tested extensivel