2 Replies Latest reply on Nov 4, 2005 10:36 AM by mat

    Seam and MessageQueue

      We need to listen/publish to other Java Web-Start applications written in Swing, so any info on the following is much appreciated:

      Is it possible/ feasible to have Messaging EJB3 as part of the Seam?
      Would this be just connection to any EJB3 that we could introduce within a controller SFSBs?

      Could we also have normal ManagedBeans for JSF and have them declared within faces-config.xml? - This would give a system based on both Seam and normal JSF to do non-persistent activities such as file upload etc, along side Seam.

      Many thanks
      Nas

        • 1. Re: Seam and MessageQueue
          gavin.king

          For a message-driven bean, there is no UI, so I'm not sure how JSF is relevant?

          I don't understand the question.

          • 2. Re: Seam and MessageQueue

            Well, in our existing app, we receive data from a MQ Topic and then after processing we display the data in a javax.swing.JTable. Could this be applied to JSF + Seam where same data could be presented in JSF grids/Datatable?
            Thanks for your feedback.
            nas