1. 09 Nov, 2016 1 commit
    • Administrator's avatar
      Replaces JSF annotations by CDI annotations · 7ba792b4
      Administrator authored
      The JSF 2.2 specification recommends using CDI annotations (e.g. @Named,
      @RequestScoped, etc.) instead of specific JSF annotations (e.g.
      @ManagedBean, @RequestScoped, etc.). This commit replaces these
      annotations following the recommendations. This change has some side
      effects, as now the container does not automatically recognizes the
      /faces route and JSF must be configured in the web.xml file. The new
      configuration now processes every XHTML page as a JSF and the /faces
      paths are no longer required or recognized.
      7ba792b4
  2. 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
  3. 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