|
From: Ryan J. M. <ry...@da...> - 2008-06-26 11:34:47
|
Looking at some of the threads on this list regarding the client API, I think maybe a good time to alter the project layout slightly. What I'd like to propose is the following: Separate out the client code into a new sub-project called resteasy- client Move code that is shared between the server API and client API into resteasy-common. Remove distribution project and moving the distribution details into the root pom.xml. Rename "jboss-integration-testing" to "integrations" and have it associated with the root pom.xml Refactor the package name from org.resteasy to org.jboss.resteasy. In the end, the project structure will look like this: resteasy-jaxrs-all +- pom.xml +- assembly +- examples +- javaee-addressbook +- olivers-example +- jaxrs-api +- integrations +- resteasy-client +- resteasy-common +- resteasy-jaxrs +- resteasy-war If there's no objects, I'll make these changes Saturday night. Thoughts? Ryan- |