Class SemanticTurkey

java.lang.Object
it.uniroma2.art.semanticturkey.SemanticTurkey

public class SemanticTurkey extends Object

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

    Fields
    Modifier and Type
    Field
    Description
    protected static org.slf4j.Logger
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • logger

      protected static org.slf4j.Logger logger
  • Constructor Details

    • SemanticTurkey

      public SemanticTurkey()
  • Method Details

    • initialize

      public static 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
      Parameters:
      extensionPath - path to the installed Semantic Turkey extension
      Returns: