6804a4a Migrate from JSF to JSP

Authored and Committed by mizdebsk 7 years ago
25 files changed. 831 lines added. 918 lines removed.
pom.xml
file modified
+12 -16
src/main/java/org/fedoraproject/insim/frontend/controller/CollectionDetailsController.javasrc/main/java/org/fedoraproject/insim/frontend/controller/CollectionListProducer.java
file renamed
+26 -20
src/main/java/org/fedoraproject/insim/frontend/controller/CollectionListController.javasrc/main/java/org/fedoraproject/insim/frontend/view/CollectionView.java
file renamed
+22 -27
src/main/java/org/fedoraproject/insim/frontend/controller/InstallationDetailsController.javasrc/main/java/org/fedoraproject/insim/frontend/view/InstallationView.java
file renamed
+35 -25
src/main/java/org/fedoraproject/insim/frontend/controller/InstallationDiffController.javasrc/main/java/org/fedoraproject/insim/frontend/view/InstallationDiffView.java
file renamed
+45 -58
src/main/java/org/fedoraproject/insim/frontend/controller/ModuleDetailsController.javasrc/main/java/org/fedoraproject/insim/frontend/view/ModuleView.java
file renamed
+33 -35
src/main/java/org/fedoraproject/insim/frontend/controller/ModuleListController.javasrc/main/java/org/fedoraproject/insim/frontend/controller/ModuleListProducer.java
file renamed
+20 -21
src/main/java/org/fedoraproject/insim/util/Hrn.javasrc/main/java/org/fedoraproject/insim/frontend/view/Hrn.java
file renamed
+1 -6
src/main/java/org/fedoraproject/insim/util/Resources.java
file modified
+0 -8
src/main/webapp/WEB-INF/pretty-config.xml
file removed
-51
src/main/webapp/WEB-INF/tags/genericpage.tagsrc/main/webapp/WEB-INF/templates/default.xhtml
file renamed
+25 -23
src/main/webapp/collection-details.jsp
file added
+51
src/main/webapp/collection-details.xhtml
file removed
-56
src/main/webapp/collection-list.jsp
file added
+40
src/main/webapp/collection-list.xhtml
file removed
-40
src/main/webapp/installation-details.jsp
file added
+135
src/main/webapp/installation-details.xhtml
file removed
-124
src/main/webapp/installation-diff.jsp
file added
+148
src/main/webapp/installation-diff.xhtml
file removed
-140
src/main/webapp/list.jspsrc/main/webapp/list.xhtml
file renamed
+15 -20
src/main/webapp/module-details.jsp
file added
+205
src/main/webapp/module-details.xhtml
file removed
-206
src/main/webapp/module-list.jspsrc/main/webapp/WEB-INF/faces-config.xml
file renamed
+16 -9
src/main/webapp/module-list.xhtml
file removed
-31
src/main/webapp/resources/js/graph.js
file modified
+2 -2
    Migrate from JSF to JSP
    
        
file modified
+12 -16
src/main/java/org/fedoraproject/insim/frontend/controller/CollectionDetailsController.java src/main/java/org/fedoraproject/insim/frontend/controller/CollectionListProducer.java
file renamed
+26 -20
src/main/java/org/fedoraproject/insim/frontend/controller/CollectionListController.java src/main/java/org/fedoraproject/insim/frontend/view/CollectionView.java
file renamed
+22 -27
src/main/java/org/fedoraproject/insim/frontend/controller/InstallationDetailsController.java src/main/java/org/fedoraproject/insim/frontend/view/InstallationView.java
file renamed
+35 -25
src/main/java/org/fedoraproject/insim/frontend/controller/InstallationDiffController.java src/main/java/org/fedoraproject/insim/frontend/view/InstallationDiffView.java
file renamed
+45 -58
src/main/java/org/fedoraproject/insim/frontend/controller/ModuleDetailsController.java src/main/java/org/fedoraproject/insim/frontend/view/ModuleView.java
file renamed
+33 -35
src/main/java/org/fedoraproject/insim/frontend/controller/ModuleListController.java src/main/java/org/fedoraproject/insim/frontend/controller/ModuleListProducer.java
file renamed
+20 -21
src/main/java/org/fedoraproject/insim/util/Hrn.java src/main/java/org/fedoraproject/insim/frontend/view/Hrn.java
file renamed
+1 -6
src/main/webapp/WEB-INF/tags/genericpage.tag src/main/webapp/WEB-INF/templates/default.xhtml
file renamed
+25 -23
src/main/webapp/list.jsp src/main/webapp/list.xhtml
file renamed
+15 -20
src/main/webapp/module-list.jsp src/main/webapp/WEB-INF/faces-config.xml
file renamed
+16 -9