Questions tagged [enunciate]

Enunciate is an engine for dramatically enhancing your Java Web service API.

Enunciate is a tool that can be used to automatically generate REST documentation by using JAX-RS and javadoc annotations. This can be integrated with build technologies such as ant, maven, and gradle.

140 questions
0
votes
1 answer

No parse-exception in EnunciateJerseyServletContainer?

I have a rest-project which is using jersey+enunciate and now i wanna test the endpoints with malicious strings. The output of the programm seems to me like a JacksonParseException but with no details or stacktrace: Unexpected character ('6' (code…
noircc
  • 650
  • 10
  • 28
0
votes
1 answer

How can I generate JSON Overlays for GWT with Enunciate?

The Enunciate homepage gives only clues how to create client-side libraries for a GWT-RPC-API, but I have developed a REST API, so it would be cool if JSON overlays could also be generated with Enunciate. (I use it for creating other libraries too.)…
noircc
  • 650
  • 10
  • 28
0
votes
1 answer

Integrating Wicket and Enunciate

I am now learning how to integrate wicket and enunciate by following this article http://docs.codehaus.org/display/ENUNCIATE/A+Rich+Web+service+API+for+Wicket. But the results is different from that site. The api folder was succesfully generated but…
-1
votes
1 answer

Define Enunciate response of Map

The closest response data type description I can get is map of object (JSON) with a response example of ... when I use the annotation @TypeHint(Map.class) Ideally I need to specify a response type of Map, HashMap,…
arsis-dev
  • 413
  • 1
  • 4
  • 14
-1
votes
1 answer

How can I use enunciate (for webservice document) in runtime?

I want to use enunciate to generate web-service documentation at run-time or load-time or generate from WAR file with sources (this better for my purpose), before this I use enunciate maven plugin to generate documents at compile time and without…
1 2 3
9
10