rainman1218 / enunciate

Build-time enhancement tool for Java-based Web services projects

Home Page:http://enunciate.codehaus.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enunciate

Enunciate is a build-time Web service enhancement tool that can be applied to Java-based projects for generating a lot of cool artifacts from the source code of your Web service endpoints.

For more information, see the project site at http://enunciate.codehaus.org.

Building Enunciate

Enunciate runs tests for the generated client-side code that it develops. So in order to run these tests, you're going to need to install some "unusual" libraries for things like C/C++ (libxml2), Objective-C (GNUStep), and C# (Mono).

Ubuntu

Here are the packages you'll need to install to run the full build on Ubuntu:

sudo apt-get install libxml2-dev mono-gmcs gnustep gnustep-devel ruby rubygems ruby-dev php5

And then install the ruby json gem:

sudo gem install json

About

Build-time enhancement tool for Java-based Web services projects

http://enunciate.codehaus.org/

License:Apache License 2.0


Languages

Language:Java 85.8%Language:JavaScript 7.6%Language:C# 1.9%Language:Objective-C 1.4%Language:C 1.4%Language:CSS 1.1%Language:HTML 0.6%Language:PHP 0.1%Language:Ruby 0.1%Language:Shell 0.1%