Package it.uniroma2.art.semanticturkey
Class SemanticTurkey
java.lang.Object
it.uniroma2.art.semanticturkey.SemanticTurkey
Main class in charge of:
- initializing the application
- activating the loggers and point them to the logging files
- creating the web server and initialize the servlet
- loading the Ontology Manager OSGi bundles
- Author:
- Armando Stellato stellato@info.uniroma2.it
Contributor: Andrea Turbati turbati@info.uniroma2.it
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
initialize
(org.springframework.core.env.Environment env) main initialization method which is invoked by the Semantic Turkey javascript client through Java/JavaScript XPCOM Bridge
-
Field Details
-
logger
protected static org.slf4j.Logger logger
-
-
Constructor Details
-
SemanticTurkey
public SemanticTurkey()
-
-
Method Details
-
initialize
main initialization method which is invoked by the Semantic Turkey javascript client through Java/JavaScript XPCOM Bridge- Parameters:
extensionPath
- path to the installed Semantic Turkey extension- Returns:
-