Versions Compared

Key

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

How to set up the Properties of a Diva app

You will need to set up the following properties for an app that uses ERDivaLook.

No Format
#################
ERDivaLook pref
#################

er.extensions.ERXLocalizer.frameworkSearchPath = (app,ERDivaLook,ERDirectToWeb,ERExtensions)
er.prototaculous.useUnobtrusively=true

#################
Thread-safe pref
#################

WOAllowsConcurrentRequestHandling=true

er.extensions.ERXEC.safeLocking=true

Perhaps it is stating the obvious, but the property WOAllowsConcurrentRequestHandling should be enabled for use in an Ajax application like an ERDivaLook app.

The last property above is typically set in a multi-threaded Wonder application.

Note
titleNote

It is a requirement to make your Diva look application thread-safe if you're using concurrent request handling.