Extended WADL WebApp Example

This example demonstrates how to get an extended WADL generated by jersey.

Contents

The description what's done here you find in the jersey wiki and this should not get duplicated.

Just as a pointer at which files you might have a look:

The mapping of the URI path space is presented in the following table:

Running the Example

Run the example as follows:

run

mvn glassfish:run

Get the generated wadl via curl:

curl http://localhost:8080/application.wadl

Or from a web browser, visit:

http://localhost:8080/application.wadl