-
- Downloads
[TAP] New feature: Examples endpoint.
Can be enabled just by providing a file URI in the TAP configuration file using the property "examples". It is also possible to add manually a TAP resource whose the returned name must be "examples" like the new TAP resource is doing: tap.resource.Examples. This latter take a file URI as the TAP configuration file does. The referenced file must respect the DALI 1.0 or TAP Notes 1.0 syntax. No check of the file is performed by the library ; it is up to the author of the referenced file (a XHTML/RDFa file) to write a correct "examples" endpoint content. Check out the examples provided on the GitHub repository in the directory examples/tap/examples_endpoint.
Showing
- examples/tap/examples_endpoint/Examples_DALI.class.violet.html 2305 additions, 0 deletions...les/tap/examples_endpoint/Examples_DALI.class.violet.html
- examples/tap/examples_endpoint/Examples_DALI.png 0 additions, 0 deletionsexamples/tap/examples_endpoint/Examples_DALI.png
- examples/tap/examples_endpoint/Examples_TAPNotes.class.violet.html 1177 additions, 0 deletions...tap/examples_endpoint/Examples_TAPNotes.class.violet.html
- examples/tap/examples_endpoint/Examples_TAPNotes.png 0 additions, 0 deletionsexamples/tap/examples_endpoint/Examples_TAPNotes.png
- examples/tap/examples_endpoint/examples_DALI.html 111 additions, 0 deletionsexamples/tap/examples_endpoint/examples_DALI.html
- examples/tap/examples_endpoint/examples_TAPNotes.html 83 additions, 0 deletionsexamples/tap/examples_endpoint/examples_TAPNotes.html
- src/tap/config/ConfigurableTAPServlet.java 8 additions, 1 deletionsrc/tap/config/ConfigurableTAPServlet.java
- src/tap/config/TAPConfiguration.java 10 additions, 1 deletionsrc/tap/config/TAPConfiguration.java
- src/tap/config/tap_configuration_file.html 28 additions, 0 deletionssrc/tap/config/tap_configuration_file.html
- src/tap/config/tap_full.properties 20 additions, 1 deletionsrc/tap/config/tap_full.properties
- src/tap/resource/Examples.java 144 additions, 0 deletionssrc/tap/resource/Examples.java
- src/tap/resource/ForwardResource.java 253 additions, 0 deletionssrc/tap/resource/ForwardResource.java
- src/tap/resource/HomePage.java 16 additions, 159 deletionssrc/tap/resource/HomePage.java
Loading
Please register or sign in to comment