1. 21 Apr, 2017 1 commit
  2. 25 Oct, 2016 1 commit
    • Administrator's avatar
      Allows both application execution and deployment with Maven · c4d17fa9
      Administrator authored
      The previous Maven configuration included a WildFly Maven plugin
      configuration in the H2 and MySQL profiles that allowed the application
      execution directly from Maven (with the mvn wildfly:start wildfly:deploy
      command). As this configuration included a custom WildFly deployment
      configuration (that modified the standalone.xml of the WildFly where the
      application will be deployed), the mvn wildfly:deploy couldn't be used
      to deploy the application in a local WildFly instance.
      
      This commit adds a new profile (wildfly-mysql-run) that can be used to
      execute the application directly from Maven (with the mvn install
      command). The custom WildFly plugin configuration has been removed from
      the other profiles, allowing users to normally deploy the application in
      a running WildFly instances.
      
      Instructions on how to use the profiles for application execution and
      deployment can be found in the README.md file.
      c4d17fa9
  3. 19 Oct, 2016 1 commit
  4. 05 Oct, 2016 1 commit
  5. 28 Sep, 2016 1 commit
    • Administrator's avatar
      Updates the project for the 16/17 course · 6840294c
      Administrator authored
      The README.md has been update to reference the new course and the new
      Eclipse version. In addition, the general pom.xml file has been updated
      to include the newer versions of the dependencies, and the ear/pom.xml
      has been modified to include more project information in the generated
      EAR.
      
      On the other hand, the testing mysql-ds.xml have been removed and the
      standalone.xml testing files have been updated to include the datasource
      data.
      6840294c
  6. 08 Nov, 2015 1 commit
    • Administrator's avatar
      Adds JaCoCo and Wildfly plugins · 0e9c6f1d
      Administrator authored
      The JaCoCo plugin has been added to perform the coverage test, while the
      Wildfly plugins allows the automatic deployment of the project on a
      Wildfly server using the 10990 port as the administration port.
      0e9c6f1d
  7. 03 Nov, 2015 1 commit
  8. 27 Oct, 2015 2 commits
    • Administrator's avatar
      Explains the Arquillian configuration in the README.md file · e28f2a5e
      Administrator authored
      An explanation of how Arquillian tests are configured and how to run the
      Arquillian tests in the Eclipse project has been added to the root
      README.md.
      e28f2a5e
    • Administrator's avatar
      Adds the REST layer implementation partially tested · f739d617
      Administrator authored
      The REST layer has been added but with incomplete tests. Students will
      have to complete the tests.
      
      This commit includes an important refactorization regarding tests. Test
      classes and datasets have been moved from the "service" project to a new
      "tests" project. This way, any project can include this "tests" project
      as a dependency in order to have access to these common testing
      resources.
      f739d617
  9. 05 Oct, 2015 1 commit
  10. 27 Sep, 2015 1 commit
    • Administrator's avatar
      Initial commit · 0fea0159
      Administrator authored
      Initial commit with a basic .gitignore, README.md and POM files.
      0fea0159