Thanks for posting this Eli, I look forward to digging in and seeing what you guys have developed.
Question for the community. As we've discussed during the proposal on incubator-general, one of the things we need to do initally is come to some consensus around a general architecture. With two different code bases now in place, we have two models for an architecture to understand. Given that, how does everyone feel about using this week to surface questions/concerns about the different architectures and then starting on a combined view either late this week or early next week? That would help direct our thoughts as we work on the first pass of the Wink architecture/implementation. I will review Eli's submission later today and get my questions/comments posted by tomorrow morning. I encourage others to do the same when they are able to. Let's get the ideas flowing and see what people want in the new runtime. Have an opinion? Voice it! Let's get all the cards on the table (or whatever other cliche you like). Cheers, -Nick Nicholas Gallardo WebSphere - REST & WebServices Development [email protected] Phone: 512-286-6258 Building: 903 / 5G-016 "Eli Baram (JIRA)" <[email protected]> To [email protected] 06/04/2009 11:25 cc AM Subject [jira] Updated: (WINK-2) HP REST Please respond to SDK contribution wink-...@incubato r.apache.org [ 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.
