2 Replies Latest reply on May 11, 2010 7:00 AM by napsteros

    How to call external module into GWT application

    napsteros

      Hello,

      I tried to enable communication between my GWT application (gadget) and his container GateIn (~ eXo Social).

      I'd like to manage import into my application in order to use services forwarded by GateIn (~ eXo Social), so I added dependency into my pom file like this :

           <!--  Dependencies for eXo Social Spaces -->
              <dependency>
                  <groupId>org.exoplatform.social</groupId>
                  <artifactId>exo.social.component.space</artifactId>
                  <version>1.0.0-Beta02</version>
                  <scope>provided</scope>
              </dependency>

       

      In compilation, he asked me to add this module into gwt configuration file, so I thought to add inherit code like this :

      <inherits name="exo.social.component.space"/>

       

      but at the end, he asked me the location of his configuration file "social.gwt.xml" which does not exist.

       

      So, Is there a way yo call external modules into GWT application ? Or, shall I communication this tow part through web services ?

       

      Best regards,

      Esslem

        • 1. Re: How to call external module into GWT application
          heiko.braun

          the code snippets are not visible

          • 2. Re: How to call external module into GWT application
            napsteros

            oups, I re-write :

             

            Hello,

            I tried to enable  communication between my GWT application (gadget) and his container  GateIn (~ eXo Social).

            I'd like to manage import into my  application in order to use services forwarded by GateIn (~ eXo Social),  so I added dependency into my pom file like this:


            <!--  Dependencies for Social Spaces -->
                    <dependency>
                        <groupId>org.exoplatform.social</groupId>
                        <artifactId>exo.social.component.space</artifactId>
                        <version>1.0.0-Beta02</version>
                        <scope>provided</scope>
                    </dependency>

            In  compilation, he asked me to add this module into gwt configuration file,  so I thought to add inherit code like this :

             

            <inherits name="exo.social.component.space"/>

             

            but at the end, he asked me the location of his  configuration file "social.gwt.xml" which does not exist.

             

            So, Is there  a way yo call external modules into GWT application ? Or, shall I  communication this tow part through web services ?

             

            Best  regards,

            Esslem