1 Reply Latest reply on Aug 20, 2016 4:49 PM by aanderson1776

    Errai4 on wildflyswarm?

    hr.stoyanov

      Hi all,

      Has anyone E4 on wildflyswarm? Can you use it instead if the full-blown wildfly 10 server?

       

      Thanks.

        • 1. Re: Errai4 on wildflyswarm?
          aanderson1776

          Yes I am using it with no issues. Since Errai/GWT is mostly a client side technology you can use it with any web container unless you are using WebSockets, JAX-RS, JPA, etc. In that case you will need a JavaEE compliant container. If you need to use GWT source maps the web container should be able to hot deploy local file modifications. I startup my application using WildFly swarm and when needed start the codeserver maven plugin, access the code server URL, enable debug mode, and then debug/update my Errai application.