----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9959/ -----------------------------------------------------------
Review request for rave. Description ------- ** This is not meant to be a final release. Just posting this so people can see/comment on the direction ** Creating new web services using CXF. New service is accessible at http://localhost:8080/portal/api/rest/ http://localhost:8080/portal/api/rest/people http://localhost:8080/portal/api/rest/people/123 http://localhost:8080/portal/api/rest/people/123/friends As part of this I'm using the new proposed package structure where base functionality would move to org.apache.rave and leave org.apache.rave.portal to the portal implementation on top of the core. There is also a new module called rave-core-api which will hold the API. This addresses bug RAVE-910. https://issues.apache.org/jira/browse/RAVE-910 Diffs ----- /trunk/pom.xml 1453622 /trunk/rave-components/pom.xml 1453622 /trunk/rave-components/rave-core-api/pom.xml PRE-CREATION /trunk/rave-components/rave-core-api/src/main/java/org/apache/rave/rest/PeopleResource.java PRE-CREATION /trunk/rave-components/rave-core/pom.xml 1453622 /trunk/rave-components/rave-core/src/main/java/org/apache/rave/rest/impl/DefaultPeopleResource.java PRE-CREATION /trunk/rave-portal-dependencies/pom.xml 1453622 /trunk/rave-portal-resources/pom.xml 1453622 /trunk/rave-portal-resources/src/main/webapp/WEB-INF/applicationContext.xml 1453622 /trunk/rave-portal-resources/src/main/webapp/WEB-INF/cxf-applicationContext.xml PRE-CREATION /trunk/rave-portal-resources/src/main/webapp/WEB-INF/web.xml 1453622 Diff: https://reviews.apache.org/r/9959/diff/ Testing ------- Thanks, Chris Geer
