2

So Jersey's default WADL functionality is great! Except if your developing your API to only handle JSON at which point it seems a little silly to force your client apps to switch back to XML for the WADL.

Could anyone provide (or point me to) an example of how to get Jersey to produce a JSON representation of the WADL document?

Thanks in advance.

David Moles
  • 48,006
  • 27
  • 136
  • 235
hypno7oad
  • 1,441
  • 1
  • 19
  • 28

1 Answers1

0

There is a patch for Jersey now

Jersey JSON WADL patch

Alex Stybaev
  • 4,623
  • 3
  • 30
  • 44