Question

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! (PS: For Seam < 2.1.0 and GWT 1.5, I found this article describing a workaround)

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top