Versions Compared

Key

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

...

  • one or more Rice modules - in particular, KEW and KIM - is are executing from within the client application
  • the client application has direct access to the Rice Standalone Server database

...

The libraries and their dependencies required for the modules which your application will be using must be included in your client application. Ideally you only declare include the modules of rice you are using. In practice, you may need to declare include them all until rice's modularity work is complete. The only modules rice recommends compiling against are api & framework modules.

...