4 Replies Latest reply on Aug 14, 2010 12:41 AM by sathishavunoori

    How to integrate esb with seam application?

    sathishavunoori

      HI all,

      Can anyone know how to integrate and deploy esb within seam application?

       

      Any help will be more appreciate

      thanks

      sathish

        • 1. Re: How to integrate esb with seam application?
          h.wolffenbuttel

          Hi Sathish,

           

          You might want to elaborate on what you want to accomplish. So please specify what your goals are in more detail and someone can respond to that. Also mentioning your tried approaches and problems would be helpfull.

           

          Regards,

           

          Hans

          • 2. Re: How to integrate esb with seam application?
            sathishavunoori

            Hi Hans Wolffenbuttel,

            My actual requirement is , i have a xml file which consist some data, i want to transform this data into java objects using smooks framework

            and send them to my seam application.

            For this , in my ESB i need some java pojos to map xml data to them (like transform xml to pojo quickstart).  these pojos have already defined in my seam application, so i need to access these pojos from my seam application while doing transformation in smooks config file instead of redefining them in my ESB.

             

            For this purpose i need to integrate my ESB with in my seam application .

             

             

            Is there any possibility to do this?

            If yes please explain with some related example .

             

             

            Thanks in advance

            sathish

            • 3. Re: How to integrate esb with seam application?
              h.wolffenbuttel

              Hi Sathish,

               

              Reuse of code you have already in your SEAM application means you might want to consider to build he pojo's you need into a JAR and use that JAR for both applications.That way you only have to build the code once. For real intergration, I hope some of the JBoss experts here on the forum can elaborate further.

               

              Regards,

               

              Hans

              1 of 1 people found this helpful
              • 4. Re: How to integrate esb with seam application?
                sathishavunoori

                Hi hans,

                I am appreciating your suggestion .

                I have already got the same idea, but one limitation is there in that,

                means if my seam application business service's logic is changed then,

                i need to reconstruct and redeploy my esb application also if i add that jar explicitly.

                 

                So i need to integrate seam with ESB application or i need to deploy ESB services with in the seam application.


                For real intergration, I hope some of the JBoss experts here on the forum can elaborate further.

                 

                I also waiting for real integration since a week, we hope so

                 

                 

                Thanks for regarding this

                sathish