With which versions of GWT does Seam work?
I recently tried to combine SEAM and GWT in a project - but failed using GWT 1.7.1 and Seam 2.1.2 CR2 and Seam 2.2.0 GA (if you have any ideas why - here is the post).
I was wondering: Do you have any experiences which versions of GWT work with which version of SEAM out of the box? With workarounds?
Thx!开发者_JS百科 (PS: For Seam < 2.1.0 and GWT 1.5, I found this article describing a workaround)
What I found out so far:
The problem lies somewhere in the GWTAdapter that Seam 2.x provides. Workaround: Don't rely on the Seam resource servlet (as described here), but expose your GWT servlets like any other servlet. This means you can't really benefit from all the Seam features inside the servlet, but you can still access your Seam components by retrieving them through a Seam context.
精彩评论