Refactor smart-rs API into 2 modules
commitebc1e2d05b2152a680ea037bd0918e0e904eb2b3
authorImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 24 Apr 2009 05:48:34 +0000 (24 11:48 +0600)
committerImran M Yousuf <imyousuf@smartitengineering.com>
Fri, 24 Apr 2009 05:48:34 +0000 (24 11:48 +0600)
tree4a498c868feaceb49db1a88bca7d7a74bac7fbc1
parentfee82489011e430aedff18f15103b6823e5d9162
Refactor smart-rs API into 2 modules

Smart-RS will now be concerned with JAX-RS related functionalities only.

The newly introduced Smart-ExIm will be concerned with export and import of
resources with respect to their URIs. It is independent of JAX-RS or any
other RESTful framework for that matter. Smart ExIm will be broken down
into API, which will contain the common code base and ExIm provider modules
concerned with specific media type export and import.

Also updated Jersey version to the stable one.

Also fixed the site page title of a HTML page.

Signed-off-by: Imran M Yousuf <imyousuf@smartitengineering.com>
16 files changed:
pom.xml
smart-exim/pom.xml [new file with mode: 0644]
smart-exim/smart-exim-api/pom.xml [copied from smart-rs/pom.xml with 61% similarity]
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/AssociationConfig.java [moved from smart-rs/src/main/java/com/smartitengineering/exim/AssociationConfig.java with 100% similarity]
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/EximResourceConfig.java [moved from smart-rs/src/main/java/com/smartitengineering/exim/EximResourceConfig.java with 100% similarity]
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/Exporter.java [moved from smart-rs/src/main/java/com/smartitengineering/exim/Exporter.java with 98% similarity]
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/Importer.java [moved from smart-rs/src/main/java/com/smartitengineering/exim/Importer.java with 98% similarity]
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/impl/AssociationConfigImpl.java [moved from smart-rs/src/main/java/com/smartitengineering/exim/impl/AssociationConfigImpl.java with 100% similarity]
smart-exim/smart-exim-api/src/main/java/com/smartitengineering/exim/impl/EximResourceConfigImpl.java [moved from smart-rs/src/main/java/com/smartitengineering/exim/impl/EximResourceConfigImpl.java with 100% similarity]
smart-exim/smart-exim-api/src/site/site.xml [copied from smart-version/src/site/site.xml with 94% similarity]
smart-exim/smart-exim-api/src/test/java/com/smartitengineering/exim/AppTest.java [new file with mode: 0644]
smart-exim/src/site/site.xml [copied from smart-version/src/site/site.xml with 100% similarity]
smart-rs/pom.xml
smart-rs/src/main/java/com/smartitengineering/rs/SmartProvider.java
smart-rs/src/test/java/com/smartitengineering/rs/SmartProviderTest.java
smart-version/src/site/site.xml