1. 23 Oct, 2025 1 commit
  2. 17 Sep, 2025 1 commit
    • Administrator's avatar
      Fixes and simplifies WildFly execution with Maven · 45d4ccba
      Administrator authored
      The configuration to execute WildFly using Maven commands was causing
      problems in Windows environments.
      
      This problem has been fixed by upgrading the plugin version, which
      implied rebuilding its configuration. As part of this change, the
      configuration was also simplified, and now starting the application and
      redeploying it is faster.
      
      In addition, submodules that do not require WildFly to run the tests
      no longer copy it. This reduces the execution time.
      45d4ccba
  3. 31 Oct, 2024 2 commits
  4. 21 Sep, 2024 1 commit
  5. 18 Sep, 2023 2 commits
  6. 17 Oct, 2020 1 commit
  7. 10 Oct, 2018 1 commit
  8. 27 Sep, 2017 1 commit
    • Administrator's avatar
      Updates the project for the 17/18 course · 98a7160b
      Administrator authored
      The project dependencies have been updated, including a change from
      WildFly 8.2.1 to 10.1.0. This change affects the project configuration
      in several ways, specially in tests configuration.
      
      The README.md file has been updated to reflect the configuration
      changes.
      98a7160b
  9. 15 Nov, 2016 2 commits
    • Administrator's avatar
      Adds Bootstrap as a Maven dependency · 0e34458e
      Administrator authored
      The Bootstrap libraries (CSS and JavaScript libraries) were inserted in
      the web pages (JSF module) through a CDN. Now, these libraries are added
      as Maven dependencies, using the Webjars project packages.
      
      In addition, the link and script tags used in the JSF template have been
      replaced by the h:outputStylesheet and h:outputScript tags from JSF, as
      this tags make consistent the use of relative paths though the different
      pages of the application.
      
      Finally, a minor error has been solved in the pets.xhtml file, as the
      placeholder text for the birth field was assigned to the animal type
      field.
      0e34458e
    • Administrator's avatar
      Improves wildfly-mysql-run profile reducing startup time · e06cd56a
      Administrator authored
      The wildfly-mysql-run profile has been improved by changing the wildfly
      goal added to the install phase to deploy-only instead of deploy. This
      should reduce the startup time.
      e06cd56a
  10. 09 Nov, 2016 1 commit
    • Administrator's avatar
      Fixes JSF testing problems · c8daff52
      Administrator authored
      The default FirefoxDriver from Selenium no longer supports Firefox since
      version 47 without a native web driver. This commit adds support to
      native drivers, downloading and configuring this drivers depending on
      the current OS (only Unix, Windows and Mac OS supported at this moment).
      c8daff52
  11. 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
  12. 19 Oct, 2016 1 commit
  13. 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
  14. 09 Nov, 2015 1 commit
    • Administrator's avatar
      Minor fixes to solve some compilation warnings · 0a51d50a
      Administrator authored
      Missing version for compiler, javadoc, source and deploy plugin in POM was
      causing some warning messages during the compilation with Maven.
      
      In addition, the Javadoc was fixed in the OwnerService and PetService
      classes.
      0a51d50a
  15. 08 Nov, 2015 3 commits
  16. 03 Nov, 2015 1 commit
    • Administrator's avatar
      Adds the JSF and EAR projects · f5c55dc2
      Administrator authored
      This commit adds the JSF project with a web application that allows the
      management of owners (by the administrators) and pets (by the owners).
      The JSF project includes the functional tests for the owners management
      page.
      
      The EAR project only contains a POM that creates an EAR distribution of
      the system.
      f5c55dc2
  17. 27 Oct, 2015 1 commit
    • 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
  18. 25 Oct, 2015 1 commit
    • Administrator's avatar
      Adds the service layer implementation · 7fe00cf8
      Administrator authored
      This commit adds the OwnerService and PetService EJBs to the
      implementation. This commit also includes the tests for this EJBs with
      two different Wildfly profiles: a H2 profile and a MySQL profile.
      7fe00cf8
  19. 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