First working Spring-based version
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Wed, 27 Nov 2013 19:07:08 +0000 (19:07 +0000)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Wed, 27 Nov 2013 19:07:08 +0000 (19:07 +0000)
commitc289d0a023681f6b416fe54fbbf708b11e4f480a
tree5767d1119d2308ca9bc69c1c1306eae137bef9fb
parent4458e44cf92e699159ee1257b1bea6300a9abebe
First working Spring-based version
122 files changed:
.classpath
.settings/org.eclipse.wst.common.component
WEB-INF/lib/commons-beanutils-1.8.3.jar [new file with mode: 0644]
WEB-INF/lib/commons-lang-2.6.jar [new file with mode: 0644]
WEB-INF/lib/commons-logging-1.1.1.jar [new file with mode: 0644]
WEB-INF/lib/spring-aop-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-beans-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-context-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-context-support-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-core-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-data-commons-1.5.2.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-data-jpa-1.3.4.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-expression-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-jdbc-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-jms-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-orm-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-oxm-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-tx-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-web-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/lib/spring-webmvc-3.2.3.RELEASE.jar [new file with mode: 0644]
WEB-INF/web.xml
conf/Proteocache.properties
server/compbio/controllers/DayStatisticsController.java [new file with mode: 0644]
server/compbio/controllers/JobExecutionTimeController.java [new file with mode: 0644]
server/compbio/controllers/JobLogController.java [new file with mode: 0644]
server/compbio/controllers/MainController.java [new file with mode: 0644]
server/compbio/controllers/SequenceSearchController.java [new file with mode: 0644]
server/compbio/spring/WebConfig.java [new file with mode: 0644]
webapp/resources/bootstrap-2.3/css/bootstrap-responsive.css [new file with mode: 0644]
webapp/resources/bootstrap-2.3/css/bootstrap-responsive.min.css [new file with mode: 0644]
webapp/resources/bootstrap-2.3/css/bootstrap.css [new file with mode: 0644]
webapp/resources/bootstrap-2.3/css/bootstrap.min.css [new file with mode: 0644]
webapp/resources/bootstrap-2.3/img/glyphicons-halflings-white.png [new file with mode: 0644]
webapp/resources/bootstrap-2.3/img/glyphicons-halflings.png [new file with mode: 0644]
webapp/resources/bootstrap-2.3/js/bootstrap.js [new file with mode: 0644]
webapp/resources/bootstrap-2.3/js/bootstrap.min.js [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/accordion.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/alerts.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/bootstrap.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/breadcrumbs.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/button-groups.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/buttons.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/carousel.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/close.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/code.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/component-animations.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/dropdowns.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/forms.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/grid.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/hero-unit.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/labels-badges.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/layouts.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/media.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/mixins.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/modals.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/navbar.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/navs.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/pager.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/pagination.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/popovers.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/progress-bars.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/reset.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/responsive-1200px-min.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/responsive-767px-max.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/responsive-768px-979px.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/responsive-navbar.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/responsive-utilities.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/responsive.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/scaffolding.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/sprites.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/tables.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/thumbnails.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/tooltip.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/type.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/utilities.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/variables.less [new file with mode: 0644]
webapp/resources/bootstrap-2.3/less/wells.less [new file with mode: 0644]
webapp/resources/bootstrap/css/bootstrap-theme.css [new file with mode: 0644]
webapp/resources/bootstrap/css/bootstrap-theme.min.css [new file with mode: 0644]
webapp/resources/bootstrap/css/bootstrap.css [new file with mode: 0644]
webapp/resources/bootstrap/css/bootstrap.min.css [new file with mode: 0644]
webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
webapp/resources/bootstrap/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
webapp/resources/bootstrap/js/bootstrap.js [new file with mode: 0644]
webapp/resources/bootstrap/js/bootstrap.min.js [new file with mode: 0644]
webapp/resources/css/proteocache.css [new file with mode: 0755]
webapp/resources/images/bootstrap_logo.jpg [new file with mode: 0644]
webapp/resources/images/cassandra_logo.png [new file with mode: 0644]
webapp/resources/images/proteocache.png [new file with mode: 0644]
webapp/resources/images/spring_logo.png [new file with mode: 0644]
webapp/resources/index.jsp [new file with mode: 0644]
webapp/view/AllReports.jsp [moved from website/AllReports.jsp with 100% similarity]
webapp/view/HistogramaExecutionTime.jsp [moved from website/HistogramaExecutionTime.jsp with 100% similarity]
webapp/view/PrintResult.jsp [moved from website/PrintResult.jsp with 100% similarity]
webapp/view/QueryJobLog.jsp [new file with mode: 0644]
webapp/view/QueryJobsByDate.jsp [new file with mode: 0644]
webapp/view/QuerySequenceProtein.jsp [new file with mode: 0644]
webapp/view/QueryTimeExecution.jsp [new file with mode: 0644]
webapp/view/ReportAboutRemove.jsp [moved from website/ReportAboutRemove.jsp with 100% similarity]
webapp/view/ReportJobLog.jsp [new file with mode: 0644]
webapp/view/ReportJobsByDate.jsp [new file with mode: 0644]
webapp/view/ReportJobsOfOneDay.jsp [new file with mode: 0644]
webapp/view/ReportSequenceProtein.jsp [new file with mode: 0644]
webapp/view/ReportTimeExecution.jsp [new file with mode: 0644]
webapp/view/StatisticsProtein.jsp [moved from website/StatisticsProtein.jsp with 100% similarity]
webapp/view/Update.jsp [moved from website/Update.jsp with 100% similarity]
webapp/view/fragments/bodyHeader.jsp [new file with mode: 0644]
webapp/view/fragments/executers.jsp [new file with mode: 0644]
webapp/view/fragments/footer.jsp [new file with mode: 0644]
webapp/view/fragments/header.jsp [new file with mode: 0644]
webapp/view/home.jsp [moved from website/Index.jsp with 59% similarity]
website/QueryJobsByDate.jsp [deleted file]
website/QueryLogInfo.jsp [deleted file]
website/QuerySequenceProtein.jsp [deleted file]
website/QueryTimeExecition.jsp [deleted file]
website/ReportJobsByADay.jsp [deleted file]
website/ReportJobsByDate.jsp [deleted file]
website/ReportLogInfo.jsp [deleted file]
website/ReportSequenceProtein.jsp [deleted file]
website/ReportTimeExecution.jsp [deleted file]