• 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
Name
Last commit
Last update
additional-material Loading commit data...
domain Loading commit data...
ear Loading commit data...
jsf Loading commit data...
rest Loading commit data...
service Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
pom.xml Loading commit data...