10 Replies Latest reply on Apr 15, 2010 12:56 PM by rkilcoyne

    Errai and Seam

    rkilcoyne

      Anyone successfully wire a Seam app to the Errai bus?

       

      My ultimate goal is to be able to send messages down the Errai bus in response to server-side events generated by my Seam app. Seam has support for mixing Seam Components with Guice, but it required that you know the name of the Injector module beforehand. It appears that Errai dynamically creates the Injector modules on app start for each class annotated @Service. I haven't yet figured out how to get the name of the modules generated by Errai.

       

      Any ideas/shared experiences would be much appreciated.

       

      Rick