JTM topic map service module
From WandoraWiki
(Difference between revisions)
Line 4: | Line 4: | ||
Adding request an URL parameter '''topic''' with a subject identifiers or basename value returns addressed topic. URL parameters '''si''' and '''sl''' can be used to fetch a topic with a subject identifier or with a subject locator. | Adding request an URL parameter '''topic''' with a subject identifiers or basename value returns addressed topic. URL parameters '''si''' and '''sl''' can be used to fetch a topic with a subject identifier or with a subject locator. | ||
+ | |||
+ | Requesting an URL '''http://127.0.0.1:8898/jtm?topic=http://www.wandora.org/core/wandoraclass''' returns a page as shown below when using a regular WWW browser. | ||
+ | |||
+ | [[Image:service_jtm_01.gif|center]] | ||
+ | |||
== See also == | == See also == | ||
* [[Embedded HTTP server]] | * [[Embedded HTTP server]] |
Revision as of 17:52, 4 January 2012
Service module returns a JTM topic map. Topic map contains current topic and all associated topics. Service handle is jtm. An example request is
http://127.0.0.1:8898/jtm
Adding request an URL parameter topic with a subject identifiers or basename value returns addressed topic. URL parameters si and sl can be used to fetch a topic with a subject identifier or with a subject locator.
Requesting an URL http://127.0.0.1:8898/jtm?topic=http://www.wandora.org/core/wandoraclass returns a page as shown below when using a regular WWW browser.