users@wadl.java.net

WADL API

From: Wilfred Springer <wilfredspringer_at_gmail.com>
Date: Wed, 28 Jan 2009 10:28:16 +0100

All,
What do you all think about having an API for accessing the data encoded in
a WADL file?

I started to wonder about that when I was thinking about a compact syntax
for WADL documents, a while ago <http://agilejava.com/blog/?p=161> .
However, having another representation of WADL would currently basically
require you to rewrite all of the tools. It seems that having an API that
abstracts from the encoded or internal representation would make things a
lot easier.

This is what I came up with back then:
http://agilejava.com/wadl-api/apidocs/ . (Sorry, no real documentation yet.
Just interfaces and method signatures. Hopefully you will get the picture.
Maybe reading the blog entry mentioned above will help.)

Let me know how think about it.

Thanks,

Wilfred