Hi Elhanan,
GWT run fine in IBM WebSphere. Take care about version problem as follow :
1) IBM WebSphere can run in JVM 1.5 or JVM 1.6
2) GWT is full supported in 1.5 but using 1.6 is just a recommendation
3) the "2.5" version you are speaking about is for servlet specification, so you have to check in IBM WebSphere libs what is "j2ee.jar" version. It's doesn't depend upon JVM version but J2EE.
4) if you compile your project ( ant task or Eclipse ) with a 1.6 java compiler, you can't run it in IBM WebSphere running a 1.5 JVM ( inverse is true ). that's why, may be, you get java.lang.UnsupportedClassVersionError
I hope it helps.
Regards.
Karim Duran