3 Replies Latest reply on Sep 30, 2008 10:32 PM by eduzea

    Seam and DWR

    sodium

      Anyone happen to know a way to bridge this two framework? DWR can't obtain the context to Seam so basically right now i just using static POJOs so both framework can communicate and exchange data through it. This seem rather inelegant method and i hoping someone can provide me with a better approach to this.

        • 1. Re: Seam and DWR

          Sadly, integration with DWR has been rejected by Seam develpment team.

          • 2. Re: Seam and DWR

            Of course, nothing prevents you from doing it yourself and sharing it with the community.

            • 3. Re: Seam and DWR
              eduzea

              The recent book Seam in Action says:



              The ContextFilter opens access to the Seam container and its context variables to non-JSF
              servlets, such as Struts, Spring MVC, and Direct Web Remoting (DWR).

              Later it says:



              The SeamFilter can also wrap additional servlets such as Struts, Spring MVC, or DWR, allowing you to tap into the Seam container from these third-party frameworks as needed.

              Sadly, no examples of this are given in the book. Perhaps someone in the forum could point to an example of this?