This site might be useful if I choose to implement in JSP http://nicolas-zozol.developpez.com/tutorial/java/rest-jsp-english/
I've read the WSMO example which is written in WSML (Web Service Modelling Language) WSML uses ontologies and introduces some conventions such as (nonFunctional Properties, concepts, realtions, axioms, mediators ...etc) it can be mapped to OWL. Understanding the example wasn't very hard; WSML is more concise than OWL-RDF, therefore more human-readable.
My goal (for this day:) ) is to create (or at least reason about) a RESTful ontology based -to a certain degree- on the WSMO example bearing in mind that I will:
- Use the resource design method in (defining resources, giving them URIs, mapping the HTTP methods to required functions)
- Check them against REST's constraints (I believe that being stateless might be a problem)
No comments:
Post a Comment