Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. A database account with access to the Rice database
  2. Procure the UC Davis-specific JARs for the modules you will be embedding along with any of their associated dependencies using either of the following methods:
    • Download ucd-rice-standalone-server-impl WAR from Artifactory , selecting the most recent version. This WAR contains all dependencies.
    • Download JARs for the specific module from this location in the Artifactory , selecting the most recent version. For a

In Rice 1.0.x, there were only two main jars, rice-api and rice-impl. With the modularity work there are more api jars corresponding to service apis and framework components. Additionally, the implementation module has been split (though there is still a shared implementation module as not all components of the Rice implementation have been fully modularized as of the Rice 2.x.x release). This work was done according to the design outlined at the following page: Modularity Design
Below is a list of the listed the current libraries:

Old Library

New Library

rice-api-1.0.3.3.jar

rice-core-api-2.x.x.jar

 

rice-core-framework-2.x.x.jar

 

rice-core-service-api-2.x.x.jar

 

rice-core-service-framework-2.x.x.jar

 

rice-edl-framework-2.x.x.jar

 

rice-ken-api-2.x.x.jar

 

rice-kew-api-2.x.x.jar

 

rice-kew-framework-2.x.x.jar

 

rice-kim-api-2.x.x.jar

 

rice-kim-framework-2.x.x.jar

 

rice-kns-2.x.x.jar

 

rice-krad-app-framework-2.x.x.jar

 

rice-krad-web-framework-2.x.x.jar

 

rice-krms-api-2.x.x.jar

 

rice-krms-framework-2.x.x.jar

 

rice-ksb-api-2.x.x.jar

 

rice-location-api-2.x.x.jar

 

rice-location-framework-2.x.x.jar

rice-impl-1.0.3.3.jar

rice-impl-2.x.x.jar

 

rice-core-impl-2.x.x.jar

 

rice-core-service-impl-2.x.x.jar

 

rice-edl-impl-2.x.x.jar

 

rice-kew-impl-2.x.x.jar

 

rice-kim-impl-2.x.x.jar

 

rice-krms-impl-2.x.x.jar

 

rice-ksb-client-impl-2.x.x.jar

 

rice-ksb-server-impl-2.x.x.jar

 

rice-location-impl-2.x.x.jar

rice-sampleapp-1.0.3.3.jar

rice-core-service-web-2.x.x.jar

 

rice-core-web-2.x.x.jar

 

rice-ksb-web-2.x.x.jar

 

rice-location-web-2.x.x.jar

Properties Configuration

We use a simple XML configuration to declare properties as key-value pairs. For example:

...