|
wadl
|
Summary | Web Application Description Language - Specification and Tools |
---|---|
Categories | None |
License | Common Development and Distribution License |
Owner(s) | mhadley |
Welcome to the Web Application Description Language (WADL) project at Java.net. This project is under the CDDL license. Here you'll find the language specification and tools for working with WADL descriptions of Web applications.
wadl2java
wadl2java
documentation for full details.wadl2java_yahoo
wadl2java
tool to create stubs for the Yahoo News Search Service. Includes a simple main
method that uses the generated stubs to query for the latest Java news.wadl_documentation.xsl
This project aims to accomplish the following:
wadl2java
toolContributions are welcome in the following areas:
History (current specification at top):
You need Apache Ant 1.6 or later to build the code contained within this project. Java SE 5 or later is required. First check out the workspace:
$ svn checkout https://wadl.dev.java.net/svn/wadl/trunk/source wadl --username yourid
where yourid is your java.net user id.
Go to the wadl4java
directory and build the project:
$ cd wadl/wadl2java $ ant jar
The project also comes with NetBeans project files, if you use other IDEs, please contribute the project settings to us.
Once built, you can test using a sample project:
$ cd ../wadl2java_yahoo $ ant run
You should see a list of recent news stories related to Java. See the wadl2java
documentation for a description of how to use the tool within a project and examine the build.xml
file for an example of using the wadl2java
Ant task.