No description
Find a file
Jim Blake 3829f48b0b VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#60)
* VIVO-1246 improve the ConfigurationBeanLoader:

Add cardinality parameters minOccurs and maxOccurs
Create README.md document in the edu.cornell.mannlib.vitro.webapp.utils.configuration package
Split large class of unit tests into separate classes by functionality

* VIVO-1247, remove duplicate code used with ConfigurationBeanLoader.

Now that the @Property annotation includes cardinality parameters, we can remove a lot of duplicate code.

* VIVO-1246 Move unit tests to the new location.

* VIVO-1246 The documentation was in the wrong place.

* Ignore all /bin/ directories under eclipse

* First set of unit tests, along with enhancements to the stubs.

* Clean up the unit tests with more expressive power.

* VIVO-1319 Full tests on the controller output formats.

* Create a Jackson-based quote(), to replace the net.sf.json-based quote()

* Eliminate the use of net.sf.json.util.JSONUtils

* Use Jackson JSON library instead of net.sf.json

JSONNode, JSONArray, JSONObject become JsonNode, ArrayNode, and ObjectNode.
No direct replacement for HSONSerializer, so create JacksonUtils

Some of the message signatures are different, so adjust accordingly.
2017-05-22 19:42:10 +01:00
api VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#60) 2017-05-22 19:42:10 +01:00
dependencies VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#60) 2017-05-22 19:42:10 +01:00
home updating license path 2017-05-06 14:40:28 -06:00
installer VIVO-1258 derive location of log files from CATALINA_BASE instead of CATALINA_HOME (#56) 2017-04-05 09:15:28 -04:00
legacy updating license path 2017-05-06 14:40:28 -06:00
solr VIVO-1258 derive location of log files from CATALINA_BASE instead of CATALINA_HOME (#56) 2017-04-05 09:15:28 -04:00
webapp Merge branch 'develop' into feature/theming 2017-05-22 16:57:20 +01:00
.gitattributes VIVO-4 remove the license substitution code from the license scanner 2013-08-26 14:56:54 -04:00
.gitignore VIVO-1319 Remove dependency on sourceforge.net JSON parser. (#60) 2017-05-22 19:42:10 +01:00
.travis.yml Testing Travis trusty (beta) environment 2017-01-26 17:50:37 +00:00
LICENSE moving license file front and center 2017-05-06 14:41:21 -06:00
pom.xml Update POM to require Java 8 (Jena 3.x does not support earlier versions) 2016-12-21 14:12:27 +00:00
README.md correct links 2015-12-11 09:48:00 -05:00
update-versions.sh Add script to update version numbers 2016-07-07 10:21:30 +01:00

What is Vitro?

Vitro is a general-purpose web-based ontology and instance editor with customizable public browsing.

Vitro is an integrated ontology editor and semantic web application.

Vitro is a Java web application that runs in a Tomcat servlet container.

With Vitro, you can:

  • Create or load ontologies in OWL format
  • Edit instances and relationships
  • Build a public web site to display your data
  • Search your data with Apache Solr

Vitro was originally developed at Cornell University, and is used as the core of the popular research and scholarship portal, VIVO .

For more information, contact the VIVO community.