Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Ravuthakumar
Thanks to all, the limitation is due to other dependent components/ infrastructure. Migrating all applications is not a viable option now, thanks for your input. On Jun 7, 11:45 pm, Jim Douglas jdoug...@basis.com wrote: Just out of interest...what's keeping you on 1.4?  It reached EOSL more

Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Ravuthakumar
Do we need any GWT related libraries at Runtime? Or is just Java script? On Jun 7, 11:45 pm, Jim Douglas jdoug...@basis.com wrote: Just out of interest...what's keeping you on 1.4?  It reached EOSL more than a year and a half ago: http://java.sun.com/products/archive/eol.policy.html On Jun

Re: GWT 2.0 and JDK 1.4

2010-06-09 Thread Sripathi Krishnan
Do we need any GWT related libraries at Runtime? Or is just Java script? GWT has a mandatory client component and an optional server component. The client component is just javascript at runtime. So, you just need to ensure developers have JDK 1.5 at compile time. At runtime, it just doesn't

GWT 2.0 and JDK 1.4

2010-06-07 Thread Ravuthakumar
Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation, we have to use only jdk1.4. Other thought is, use 1.5 in deveopment environment(till compiling to JS) then 1.4 during runtime. Is it possible? I wish to utilize the features in GWT 2.0(latest version). Planning to use

Re: GWT 2.0 and JDK 1.4

2010-06-07 Thread Jim Douglas
http://code.google.com/webtoolkit/doc/latest/FAQ_GettingStarted.html#What_are_the_system_requirements_for_GWT? What are the system requirements for GWT? Google Web Toolkit is designed to run on systems that meet the following requirements: Java: Sun Java 2 Runtime Environment 1.5 Operating system:

Re: GWT 2.0 and JDK 1.4

2010-06-07 Thread kozura
Nope, and the alternate plan won't work either; since GWT1.5 the code has made full use of the generics and other features available in Java 1.5. To use java 1.4 you'd have to go back to GWT 1.4, and I don't believe the RPC formats are compatible such that you could do the server in 1.4 and the

Re: GWT 2.0 and JDK 1.4

2010-06-07 Thread Jim Douglas
Just out of interest...what's keeping you on 1.4? It reached EOSL more than a year and a half ago: http://java.sun.com/products/archive/eol.policy.html On Jun 7, 3:56 am, Ravuthakumar ravuthaku...@gmail.com wrote: Hi, Does GWT 2.0 requires JSDK 1.5 or higher version? There is a limitation,