Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Maintaining Rice Version Backwards Compatibility

Summary

First, the purpose of version backwards compatibility is to allow the Central Rice server to upgrade without impacting the client applications (removing the need to coordinate upgrades across clients). Thus, the assumption is that the Client Applications will always be running either the same version of Rice or an older version but never will the Client Applications upgrade before the Central Rice server as this breaks the version compatibility rules.

The main requirement for the Rice client applications to maintain Rice version compatibility is that the client applications always include the version number for the version the imbedded Rice server is running when sending requests to the Central Rice server and when using the APIs/Framework to access the database directly.

The When there are key database updates in a new version the client application must include the jars that match the version of the central Rice server so that the APIs/Framework modules used will be able to properly access the new information /processes on the central Rice server and in turn it can return information that appropriately corresponds to the embedded Rice versiondatabase.

There are, of course, several details to actually implement this strategy.  The document below is a good starting point, but always consult the documentation available for the specific Rice version you are using. 

 

No Format
nopaneltrue
    Version Compatibility with Embedded Implementation
Embedded Rice is version 2.1.2, Rice Services is version 2.2.1
Embedded Rice will use 2.1.2.war and jars from 2.2.1 and(in passthis version 2.1.2 into all Rice requestscase because of database changes).

Compatibility Information

Word
nameRiceBackwardsCompatibilityChecklist.docx
pageUCDK:KR - Service