[
https://issues.apache.org/jira/browse/WINK-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Eli Baram updated WINK-2:
-------------------------
Attachment: HP_REST_SDK_readme.txt
HP_REST_SDK.zip
Attached is a zip file containing the sources HP contributes to the Apache Wink
project.
Symphony is the project name used internally in HP.
The best way to understand what Symphony provides is to read the
"Symphony_SDK_2.0_Features_List.pdf"
located in src\doc\DeveloperGuide directory.
System requirements
====================
• Java 1.5 and above
• Maven 2.0.9 and above
*Note*: Symphony is built using maven. All the ant build.xml files located
under
the examples directories, are aimed to run from the symphony distribution only
and not from the development environment (see "Symphony distribution")
How to build Symphony with maven
================================
Run "mvn install" from the Symphony root directory. This will build all the
Symphony
jars and examples and install symphony runtime jars into the local maven
repository.
Note that it may take a while for all dependency jars to be downloaded from the
maven
repository.
How to run Symphony Server examples
===================================
Run "mvn jetty:run-war" from the desired server example directory. Read the
readme.txt
file of the example to understand its functionality.
How to run Symphony Client examples
===================================
Build and unzip the distribution zip file (see "Symphony distribution"
section). Run "ant"
from the desired example directory. This will create an executable jar. Read
the example
readme.txt for detailed instructions.
Symphony distribution file
==========================
The Symphony distribution is a zip file containing the entire Symphony project
in an
easy to use structure. In order to build Symphony distribution:
1. cd to the root folder and first run "mvn install" and then run "mvn
javadoc:javadoc".
2. cd to the symphony-sdk-scripts\symphony-sdk-dist folder and run "mvn
antrun:run".
The Symphony distribution file will be created under the
symphony-sdk-scripts\symphony-sdk-dist\target directory.
Symphony site
=============
Symphony provides a site which includes detailed project information and
runtime
reports such as Unit Tests, coverage and dependency reports.
To generate the Symphony site run "mvn site-deploy -Dsite.deploy.dir=<SITE_DIR>"
Where SITE_DIR is the location for the generated site.
> HP REST SDK contribution
> -------------------------
>
> Key: WINK-2
> URL: https://issues.apache.org/jira/browse/WINK-2
> Project: Wink
> Issue Type: New Feature
> Reporter: martin snitkovsky
> Attachments: HP_REST_SDK.zip, HP_REST_SDK_readme.txt
>
>
> This issue will host the HP REST SDK codebase - JAX-RS implementation and a
> REST client framework.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.