1 Reply Latest reply on Oct 24, 2011 11:23 AM by csa

    Modularized Errai Project

    pabloparada

      Hi folks,

       

      I'm trying to create a maven project with Errai. The project is modularized and its on the structure below:

       

      --app-project (main project with all dependencies)

          --app-server (sub-project with server code)

                src

                    main

                          java

                          resource

                          webapp                   

                pom.xml

          --app-client (sub-project with client/gwt code)

                src

                    main

                          java

                          resource

                          webapp                  

                pom.xml

         pom.xml

       

      I'm experiencing some problems with the structure of the project. I have doubts about where should I put the configuration files like gwt.xml, how to set up the main html file with scripts, how to connect client side to server side and how can I set server project as a dependency of client project. Someone has an archetype that is designed on this way?

       

      Thanks,

       

      Regards,

       

      Pablo M. Parada