Skip to content

Commit

Permalink
Split: startup listeners.txt
Browse files Browse the repository at this point in the history
    Proof of concept for dynapi february sprint (#253)

    * Dynamic API RPC starting point

    * Use String to store dateTime until a better type defined

    * instantinate objects independently in configuration bean loader

    * Modified ontology files

    * Replace requireXXX with requresXXX in dynamic API ontology

    * Parse boolean type while loading instances with ConfigurationBeanLoader

    * Ontology modifications, refactoring.

    * Added n3 template rdf class

    * Renamed rpc name set method

    * Implemented basic support of sparql queries

    * Current state for discussion

    * Multiple fixes, added n3 action example

    * Added typed parameter example, fixed localization tags

    * Defined rdf class RPC to represent RPC call, defined class to represent REST Resources

    * Initialize pools with StartupManager

    * Added draft of REST Endpoint

    * Added default http method to define a method should be used for rpc execution and also REST custom action

    * fix: a mistake, Action should have firstStep, next should be an option of OperationalStep

    * fix: REST custom action names shouldn't be equal to RPC names
  • Loading branch information
litvinovg committed Apr 19, 2024
1 parent d3ffceb commit eb75133
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,5 @@ edu.cornell.mannlib.vitro.webapp.dao.jena.VClassGroupCache$Setup

# This should be near the end, because it will issue a warning if the connection to Solr or ElasticSearch times out.
edu.cornell.mannlib.vitro.webapp.servlet.setup.SearchEngineSmokeTest

edu.cornell.mannlib.vitro.webapp.dynapi.Initializer

0 comments on commit eb75133

Please sign in to comment.