Hi Luciano,

Currently working on the WADL generator code in wink-common under the
org.apache.wink.common.model.wadl package a bit.  Originally I
intended to just have users do something like:

@Path("servicedoc")
public class MyServiceDoc {
   @Context
   Application app;

    @GET (or @OPTIONS)
    public org.apache.wink.common.model.wadl.Application get() {
       return new WADLGenerator.process(app.getClasses());
    }
}

Certainly if you have some thoughts or a different code path, I think
everyone would be happy to see it.

On Thu, Oct 21, 2010 at 12:06 PM, Luciano Resende <[email protected]> wrote:
> Where we are with WADL support in Wink ? I noticed WINK-33 is assigned
> to Bryant Luk, so before I duplicate efforts and start adding this I'd
> like to check if Bryant or anybody else have already started and is
> almost done with this.
>
> Thanks in advance
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>

Reply via email to