1 Reply Latest reply on Jun 20, 2018 1:57 PM by george.trudeau

    Client side only configuration and pom

    masterdany88

      Hey.  I would like to use errai in the client side. I am writing rest client for existing application. I would like to have aś minimal dependents in pom as it could be.  Please help.

        • 1. Re: Client side only configuration and pom
          george.trudeau

          I use errai only client side I inherit these modules :

              <inherits name="org.jboss.errai.bus.ErraiBus"/>
              <inherits name="org.jboss.errai.databinding.DataBinding"/>
              <inherits name="org.jboss.errai.enterprise.Jaxrs"/>
              <inherits name="org.jboss.errai.ioc.Container"/>
              <inherits name="org.jboss.errai.ui.UI"/>
          

          You also need to set :

          erraiBusRemoteCommunicationEnabled = false

           

          I personally use errai-javaee-all for simplicity, but you can probably find required dependencies from this snippet.