1. 26 Oct, 2025 3 commits
  2. 25 Oct, 2025 4 commits
  3. 24 Oct, 2025 3 commits
  4. 23 Oct, 2025 1 commit
  5. 31 Oct, 2024 1 commit
  6. 21 Oct, 2021 1 commit
    • Administrator's avatar
      Modifies REST API for a easier client integration · 06472395
      Administrator authored
      The REST API methods for entity creation and modification have been
      simplified with more basic entities.
      
      In addition, the UserResource class has been added so that it is
      possible now for clients to use it for user authentication.
      06472395
  7. 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
  8. 02 Nov, 2015 1 commit
  9. 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
  10. 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