• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Which Servlet Version does GWT 2.0 require?

 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

we are using WebSphere Application Server 6.1 (which implements J2EE 1.4), so I need to know which version of GWT we can use. I fear that GWT 2.0 does use a newer version of the servlet specification?
I cannot find any information using a search engine. Can you please provide some information? Thank you...

Best regards,
Kai
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you use the webAppCreator or the eclipse plugin to create a project structure, it provides you a skeleton project. Navigate to yourProject/WEB-INF/web.xml and peek at it. You should find the version listed there.
 
Kai Wähner
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did some more research:

You do NOT need to use Servlets at all to communicate with a server (I was not aware of this before)! You can also use e.g. XML or JSON to communicate with a server. One of my colleagues used this possibility, because he had to communicate to a Ruby server, so Servlets were not available.
Therefore, you also should be able to use the Servlet version you want.
 
Come have lunch with me Arthur. Adventure will follow. This tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic