Modify ↓
Ticket #8 (new defect)
Mechanism for writing, packaging and getting the "interface description" (documentation) of restservices
| Reported by: | mpo | Owned by: | mpo |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.5 |
| Component: | < Misc | Version: | trunk |
| Keywords: | Cc: |
Description
We should be able to extract the list of available (exported) rest-services from any modules (packaged as jars). For each of these rest-services their uri-service-interface should be formally described so consumers of the services know which resources are present within them.
This will require a number of things
- a formal way to describe rest-services (WADL might be an even more formal way to generate useable text/documentation from)
- a convention for packaging this stuff within the module, and some way to assign this documentation to the actual exported restservice (embedded as wadl, html, or public uri)
- some tool (maven-plugin) to introspect module-jars and produce the description of the available rest-services
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
additional thoughts in this area: