-
Notifications
You must be signed in to change notification settings - Fork 9
Quick start
vicctor edited this page Jan 16, 2013
·
4 revisions
In order to start working with the jaxygen framework you need to have:
- Java JDK 1.6 or later
- Apache Maven 3 (http://maven.apache.org/)
Now go follow these steps:
- Download the current branch master of the libary from GitHub (https://github.com/vicctor/jaxygen)
- Enter the jaxygen directory and run command
mvn install
At this moment, the library is compiled. Let's take a look how to use it. Nothing the best shows opportunities than samples.
- Navigate to the /jaxygen/jaxygen-api-sample directory.
- Call
mvn jetty:runcommand in that directory - Open your web browser and enter the link address: http://localhost:8080/jaxygen-api-sample/APIBrowser
Now you can see automatically generated sample web service interface.
The Jaxygen API Browser let's you browse classes published using the Web Interface from the package jaxygen\jaxygen-api-sample\src\main\java\org\jaxygen\netserviceapisample\business\
Please check out classes from that package to find out more about examples.