Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Apache Wink provides administration views in order to help developers better understand the services that the REST application expose. There are two administration views, the "application resource xml view" and the "resource registry xml view".

Application

...

Resources xml

...

View

The application resource xml view shows the way the application is exposed to the user, it exposes the REST resources with their URI templates, the HTTP methods that are supported by the resources and the consume/produces MimeType supported by each method. This view can be used as a base for the service documentation.

Resource

...

Registry xml

...

View

The resource registry xml view shows the way that the application is developed, it is similar to the "Application resources xml view" but it also exposes the classes that implement resources and their priority in the registry. This view can be useful for debugging.

...