first nosql version
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Sat, 12 Oct 2013 12:56:45 +0000 (13:56 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Sat, 12 Oct 2013 12:56:45 +0000 (13:56 +0100)
commit46548c37729c2642f58361cc373850d03fdabb65
treeae2b2630a55bcc696304c8154832d540624c7afc
parentb05d1f756857fa5e4f67ad00d51d0a7ecbcbb505
first nosql version
48 files changed:
webservices/compbio/nosql/.classpath [new file with mode: 0644]
webservices/compbio/nosql/.gitignore [new file with mode: 0644]
webservices/compbio/nosql/.project [new file with mode: 0644]
webservices/compbio/nosql/.settings/.jsdtscope [new file with mode: 0644]
webservices/compbio/nosql/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
webservices/compbio/nosql/.settings/org.eclipse.wst.common.component [new file with mode: 0644]
webservices/compbio/nosql/.settings/org.eclipse.wst.common.project.facet.core.xml [new file with mode: 0644]
webservices/compbio/nosql/.settings/org.eclipse.wst.jsdt.ui.superType.container [new file with mode: 0644]
webservices/compbio/nosql/.settings/org.eclipse.wst.jsdt.ui.superType.name [new file with mode: 0644]
webservices/compbio/nosql/.settings/org.jboss.ide.eclipse.as.core.prefs [new file with mode: 0644]
webservices/compbio/nosql/WebContent/AllReports.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/Index.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/JobLength.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/META-INF/MANIFEST.MF [new file with mode: 0644]
webservices/compbio/nosql/WebContent/PrintResult.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/ReportLength.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/ReportNew.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/ReportProt.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/Sample.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/Sequence.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/StatisticsProtein.jsp [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/cassandra-all-1.2.4.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/cassandra-clientutil-1.2.4.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/cassandra-thrift-1.2.4.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/commons-lang-2.4.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/displaytag-1.2.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/google-collections-0.8.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/hector-0.7.0-20-sources.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/hector-core-1.0-5.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/jamm-0.2.5.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/jstl-1.2.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/libthrift-0.6.0.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/log4j-1.2.16.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/slf4j-1.7.5.tar.gz [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/slf4j-api-1.7.5.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/lib/slf4j-simple-1.7.5.jar [new file with mode: 0644]
webservices/compbio/nosql/WebContent/WEB-INF/web.xml [new file with mode: 0644]
webservices/compbio/nosql/displaytag-1.2.jar [new file with mode: 0644]
webservices/compbio/nosql/jstl-1.2.jar [new file with mode: 0644]
webservices/compbio/nosql/src/combio/cassandra/CassandraCreate.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/cassandra/DataBase.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/cassandra/DataParsing.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/listeners/ContextListener.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/listeners/DetailList.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/listeners/LengthServlet.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/listeners/ProtServlet.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/listeners/QueryServlet.java [new file with mode: 0644]
webservices/compbio/nosql/src/combio/statistic/StatisticsProt.java [new file with mode: 0644]