SourceForge.net Logo

Documentation

Features and architecture of openCRX

Interactively browse the latest openCRX UML models

Interactively browse the latest openCRX Javadoc

openCRX    v2.5    v2.4    v2.3    v2.2    v2.1    v2.0    v1.11    v1.10    v1.9    v1.8    v1.7    v1.6    v1.5    v1.4

openCRX Wiki

Presentations

Articles and Publications


openCRX

 openCRX v2.5.0 [new features]  [release notes 2.5.0]
 
   Installation
 
  openCRX Server Installation
BitRock Installer for openCRX Server
 
HTML / PDF
same guide as for openCRX v2.4.0
just replace 2.4.0 with 2.5.0

 
  openCRX SDK Installation
BitRock Installer for openCRX SDK
 
HTML / PDF
same guide as for openCRX v2.4.0
just replace 2.4.0 with 2.5.0

 
  openCRX Manual Installation Tomcat 6
guides you through a manual installation
of openCRX deployed on Tomcat 6
 
HTML / PDF new
Upgrade Instructions Upgrade from v2.4.0 / v2.4.1 to v2.5.0
 
   Known Bugs v2.5.0
 
  Cannot launch openCRX with empty DB
There is a bug in
org.opencrx.security.layer.application.OpenCrxSecurity_1.setQualifier()
at line 171. Line 171 should read:
this.model.objectIsSubtypeOf(obj, "org:openmdx:security:realm1:Credential")

instead of

this.model.objectIsSubtypeOf(objFacade, "org:openmdx:security:realm1:Credential").
Solutions / Workarounds:

 
  Cannot create users
There is a bug (yes, it's the same bug as above) in
org.opencrx.security.layer.application.OpenCrxSecurity_1.setQualifier()
at line 171. Line 171 should read:
this.model.objectIsSubtypeOf(obj, "org:openmdx:security:realm1:Credential")

instead of

this.model.objectIsSubtypeOf(objFacade, "org:openmdx:security:realm1:Credential").
Solutions / Workarounds:
Update opencrx-security.jar by following these steps:
  1. download opencrx-security.jar from Sourceforge
    (alternatively, you can download and install the openCRX SDK, fix the source as described above (i.e. remove the extra "Facade" from the file OpenCrxSecurity_1.java) and then rebuild with "ant deliverables". You will find the new file opencrx-security.jar in the directory {SDK_INSTALL_DIR}\opencrx-2.5.0\jre-1.5\core\lib)
  2. stop openCRX (if it is running)
  3. copy opencrx-security.jar to the following directories (overwrite existing version):
    {TOMCAT_INSTALL_DIR}\apps\opencrx-apps-CRX\APP-INF\lib
    {TOMCAT_INSTALL_DIR}\apps\opencrx-core-CRX\APP-INF\lib
  4. start openCRX

 
 
   User Guides / Use Case Examples
 
  X-mas card labels / Mail Merge
 
HTML / PDF new
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
[same as openCRX v1.10]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Admin Guide HTML / PDF new
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot.
 
Developer Guides
- SDK for Ant (Step-by-Step)
- SDK for Eclipse (Step-by-Step)
- How to create custom projects
- How to migrate from HSQLDB to another DBMS
- How to use the REST servlet
 
openCRX Wiki
 
openCRX Language Localization Guide     HTML / PDF
[same as openCRX v1.5]
 
openCRX Basic UI Customization HTML / PDF
[same as openCRX v1.7]
 
openCRX Customizing Guide HTML / PDF
[work in progress...]
 
 
   Database Installation Guides
 
MySQL v5.0 HTML / PDF
[same as openCRX v2.0]
 
PostgreSQL 8.3+ HTML / PDF new

 
MS SQL 2005 HTML / PDF
[same as openCRX v2.1]
 
Oracle 9 hints related to Oracle
HTML / PDF
to be released soon
 
IBM DB2 HTML / PDF
[same as openCRX v2.0]
 

 openCRX v2.4.1
 openCRX v2.4.0
[new features]  [release notes 2.4.1]
  [release notes 2.4.0]
 
   Installation
 
  openCRX Server Installation
BitRock Installer for openCRX Server
 
HTML / PDF
  openCRX SDK Installation
BitRock Installer for openCRX SDK
 
HTML / PDF
  openCRX Manual Installation Tomcat 6
guides you through a manual installation
of openCRX deployed on Tomcat 6
 
HTML / PDF
Upgrade Instructions Upgrade from v2.4.0 to v2.4.1
Upgrade from v2.3.0 to v2.4.1
 
   User Guides / Use Case Examples
 
  X-mas card labels / Mail Merge
 
HTML / PDF
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
[same as openCRX v1.10]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Admin Guide HTML / PDF
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot.
 
Developer Guides
- SDK for Ant (Step-by-Step)
- SDK for Eclipse (Step-by-Step)
- How to create custom projects
- How to migrate from HSQLDB to another DBMS
- How to use the REST servlet
 
openCRX Wiki
 
openCRX Language Localization Guide     HTML / PDF
[same as openCRX v1.5]
 
openCRX Basic UI Customization HTML / PDF
[same as openCRX v1.7]
 
openCRX Customizing Guide HTML / PDF
[work in progress...]
 
 
   Database Installation Guides
 
MySQL v5.0 HTML / PDF
[same as openCRX v2.0]
 
PostgreSQL 8.3+ HTML / PDF

 
MS SQL 2005 HTML / PDF
[same as openCRX v2.1]
 
Oracle 9 hints related to Oracle
HTML / PDF
to be released soon
 
IBM DB2 HTML / PDF
[same as openCRX v2.0]
 

 openCRX v2.3.0 [new features]  [release notes 2.3.0]
 
   Installation
 
  openCRX Server Installation
BitRock Installer for openCRX Server
 
HTML / PDF new
  openCRX SDK Installation
BitRock Installer for openCRX SDK
 
soon...
  openCRX QuickStart
guides you through a manual installation
of openCRX deployed on JBoss
 
soon...
Upgrade Instructions Upgrade from v2.2.1 to v2.3.0
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
[same as openCRX v1.10]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Admin Guide HTML / PDF new
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot.
 
openCRX Language Localization Guide     HTML / PDF
[same as openCRX v1.5]
 
openCRX Basic UI Customization HTML / PDF
[same as openCRX v1.7]
 
openCRX Customizing Guide HTML
[work in progress...]
 
 
   Tomcat and Application Server Installation Guides
 
Tomcat 6 HTML / PDF new
JBoss 4.2.x.GA
JBoss 5.0.x.GA (see known issues)
HTML / PDF new
 
   Database Installation Guides
 
MySQL v5.0 HTML / PDF
[same as openCRX v2.0]
 
PostgreSQL 8.1+ HTML / PDF
[same as openCRX v2.2]
 
MS SQL 2005 HTML / PDF
[same as openCRX v2.1]
 
Oracle 9 HTML / PDF
to be released soon
 
IBM DB2 HTML / PDF
[same as openCRX v2.0]
 

 openCRX v2.2.1
 openCRX v2.2.0
[release notes 2.2.1]
  [new features]  [release notes 2.2.0]
 
   Installation
 
  openCRX Server Installation
BitRock Installer for openCRX Server
 
HTML / PDF new
  openCRX SDK Installation
BitRock Installer for openCRX SDK
 
HTML / PDF new
  openCRX QuickStart
guides you through a manual installation
of openCRX deployed on JBoss
 
HTML / PDF new
Upgrade Instructions Upgrade from v2.1.0 to v2.2.0
Upgrade from v2.2.0 to v2.2.1
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
[same as openCRX v1.10]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Admin Guide HTML / PDF new
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot.
 
openCRX Language Localization Guide     HTML / PDF
[same as openCRX v1.5]
openCRX Basic UI Customization HTML / PDF
[same as openCRX v1.7]
openCRX Customizing Guide HTML
[work in progress...]
 
   Tomcat and Application Server Installation Guides
 
Tomcat 6 to be released soon
JBoss 4.2.1.GA / 4.2.2.GA HTML / PDF
[same as openCRX v2.1]
JBoss 5.0.0.RC1 JBoss v5 is not supported yet
 
   Database Installation Guides
 
MySQL v5.0 HTML / PDF
[same as openCRX v2.0]
PostgreSQL 8.1+ HTML / PDF new
MS SQL 2005 HTML / PDF
[same as openCRX v2.1]
Oracle 9 HTML / PDF to be released soon
IBM DB2 HTML / PDF
[same as openCRX v2.0]

 openCRX v2.1 [release notes]]  [new features]
 
   Installation
 
  openCRX Server Installation
BitRock Installer for openCRX Server
 
HTML / PDF
  openCRX SDK Installation
BitRock Installer for openCRX SDK
 
HTML / PDF
  openCRX QuickStart
guides you through a manual installation
of openCRX deployed on JBoss
 
HTML / PDF
Upgrade Instructions Upgrade from v2.0.0 to v2.1.0
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Admin Guide HTML / PDF
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot.
 
openCRX Language Localization Guide     HTML / PDF
openCRX Basic UI Customization HTML / PDF
 
   Tomcat and Application Server Installation Guides
 
JBoss 4.2.1.GA / 4.2.2.GA HTML / PDF
JBoss 5.0.0.RC1 JBoss v5 is not supported yet
 
   Database Installation Guides
 
MySQL v5.0 HTML / PDF
PostgreSQL 8.1+ HTML / PDF
MS SQL 2005 HTML / PDF
IBM DB2 HTML / PDF

 openCRX v2.0 [release notes]  [new features]
 
   Installation
 
  openCRX Server Installation
see openCRX Server for more info
 
HTML / PDF
  openCRX QuickStart
manual installation of openCRX
deployed on JBoss
 
HTML / PDF
  openCRX SDK Installation
see openCRX SDK for more info
 
HTML / PDF
Upgrade Instructions Upgrade from v1.11.0 to v2.0
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Admin Guide HTML / PDF
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table OOCKE1_SEGMENT and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table OOCKE1_SEGMENT will look as shown on this screen shot.
 
openCRX Language Localization Guide     HTML / PDF
openCRX Basic UI Customization HTML / PDF
 
   Tomcat and Application Server Installation Guides
 
JBoss 4.2.1.GA HTML / PDF
 
   Database Installation Guides
 
MySQL v5.0 HTML / PDF
PostgreSQL 8.0+ HTML / PDF
MS SQL 2005 HTML / PDF
IBM DB2 HTML / PDF

 openCRX v1.11  
 
   Start here
 
Installation Instructions



Important information
about PostgreSQL on Linux
> QuickStart Guide
  1. Install JDK
  2. Install Ant*
  3. Build runtime binaries*
  4. Install and configure database
  5. Install and configure app server
  6. Deploy and configure openCRX
* Download deployable EARs Instead of installing Ant and building the
runtime binaries yourself you can also
download deployable EARs (pre-built
binaries so you can skip steps 2 and 3
above) from Sourceforge
 
Upgrade Instructions > FAQ - Upgrade from v1.10.0 to v1.11.0
Release Notes > Sourceforge
New Features > v1.11 New Features
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
 
   Administrator Guides (Installation / Security / Customization)
 
  openCRX QuickStart Guide HTML / PDF
openCRX Admin Guide HTML / PDF
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table kernel_Segment and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table kernel_Segment will look as shown on this screen shot.
 
openCRX Language Localization Guide     HTML / PDF
openCRX Basic UI Customization HTML / PDF
 
   Application Server Installation Guides
 
JBoss 4.2.1.GA HTML / PDF
Sun AS 8.2 HTML / PDF
BEA Weblogic 9.2 HTML / PDF
IBM WebSphere 6.1 HTML / PDF
 
   Database Installation Guides
    [no changes since v1.9.1]
MySQL v5.0 HTML / PDF
PostgreSQL 8.0+ HTML / PDF
MS SQL 2005 HTML / PDF
Oracle 9 HTML / PDF
IBM DB2 HTML / PDF

 openCRX v1.10  
 
   Start here
 
Installation Instructions > QuickStart Guide
  1. Install JDK
  2. Install Ant
  3. Build runtime binaries
  4. Install and configure database
  5. Install and configure app server
  6. Deploy and configure openCRX
Upgrade Instructions > FAQ - Upgrade from v1.9.1 to v1.10.0
Release Notes > Sourceforge
New Features > v1.10 New Features
 
   APIs and Models
 
  openCRX Javadoc
  openCRX UML
 
   User Guides
 
openCRX Activity Management HTML / PDF
 
   Administrator Guides (Installation / Security / Customization)
 
  openCRX QuickStart Guide HTML / PDF
openCRX Admin Guide HTML / PDF
 
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table kernel_Segment and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table kernel_Segment will look as shown on this screen shot.
 
openCRX Language Localization Guide HTML / PDF
openCRX Basic UI Customization HTML / PDF
 
   Application Server Installation Guides
 
JBoss 4.0.5.GA HTML / PDF
Sun AS 8.2 HTML / PDF
BEA Weblogic 9.2 HTML / PDF
IBM WebSphere 6.1 HTML / PDF
 
   Database Installation Guides
 
MySQL v5.0 [no changes since v1.9.1] HTML / PDF
PostgreSQL 8.0+ [no changes since v1.9.1] HTML / PDF
MS SQL 2005 HTML / PDF
Oracle 9 HTML / PDF
IBM DB2 HTML / PDF

 openCRX v1.9 [release notes]  [upgrade instructions]  [new features]
 
 
   User Guides
 
openCRX Handbuch (in German) [see openCRX v1.5.0]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX QuickStart Guide
  HTML (single page)   PDF
 
openCRX Admin Guide
  HTML (single page)
DRAFT (24-August-2006)   
PDF
 
 
Important Note:
Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table kernel_Segment and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table kernel_Segment will look as shown on this screen shot.
 
openCRX Language Localization Guide [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Basic UI Customization [no changes since v1.7.1]
  HTML (single page) HTML (multi-page) PDF
 
   Application Server Installation
 
openCRX Installation Guide for JBoss 4.0.3SP1
  HTML (single page) PDF
 
openCRX Installation Guide for BEA Weblogic 8.x
  HTML (single page)   PDF
 
openCRX Installation Guide for IBM WebSphere 6.x
  HTML (single page)   PDF
 
   Database Installation
 
openCRX Installation Guide for MySQL v5.0
  HTML (single page) PDF
 
openCRX Installation Guide for MaxDB 7.5 [no changes since v1.6.0]
  Important: this guide is not quite up to date - please note that in addition to the 2 scripts dbcreate-tables.sql and dbcreate-indexes.sql (as explained in chapter 7) you must als execute the 2 scripts dbcreate-views.sql and populate-preferences.sql.
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for PostgreSQL 8.0+
  HTML (single page)   PDF
 
openCRX Installation Guide for MS SQL 2000 [no changes since v1.6.0]
  Important: this guide is not quite up to date - please note that in addition to the 2 scripts dbcreate-tables.sql and dbcreate-indexes.sql (as explained in chapter 5) you must als execute the 2 scripts dbcreate-views.sql and populate-preferences.sql.
      PDF
  Louis Feges donated this manual to the openCRX project
 
openCRX Installation Guide for Oracle 9
  HTML (single page)   PDF
  Magootech donated the original version of this manual to the openCRX project
 
 openCRX v1.8 [release notes]  [upgrade instructions]  [new features]
 
   User Guides
 
openCRX Activity Management [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Handbuch (in German) [see openCRX v1.5.0]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Installation and Quick Start Guide
  HTML (single page) HTML (multi-page) PDF
 
openCRX Security Guide
  Please note that the security concept of openCRX v1.8.1 differs substantially from previous versions so that you cannot entirely rely on information published in Security Guides of previous versions. The chapter Security of the new Quick Start Guide contains some high-level information regarding the new security concepts.
 
Important Note:
Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table kernel_Segment and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table kernel_Segment will look as shown on this screen shot.
 
openCRX Language Localization Guide [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Basic UI Customization [no changes since v1.7.1]
  HTML (single page) HTML (multi-page) PDF
 
   Application Server Installation
 
openCRX Installation Guide for JBoss 4.0.1 [no changes since v1.7.1]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for BEA Weblogic 8.x [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for IBM WebSphere 5.x [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
   Database Installation
 
openCRX Installation Guide for MySQL v4.1 [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for MaxDB 7.5 [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for PostgreSQL 8.0+ [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for MS SQL 2000 [no changes since v1.6.0]
      PDF
  Louis Feges donated this manual to the openCRX project
 
openCRX Installation Guide for Oracle 9 [no changes since v1.6.0]
  HTML (single page)   PDF
  Magootech donated this manual to the openCRX project
 
 openCRX v1.7 [release notes]  [upgrade instructions]  [new features]
 
   User Guides
 
openCRX Activity Management [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Handbuch (in German) [see openCRX v1.5.0]
openCRX Rechteverwaltung (in German) [see openCRX v1.4.0]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Installation and Quick Start Guide
  HTML (single page) HTML (multi-page) PDF
 
openCRX Security Guide
  HTML (single page) HTML (multi-page) PDF
  Important Note: Default access level settings for non-Root segments (e.g. segment Standard) after a clean install are browse=4 / update=3 / delete=1. Due to the setting accessLevelBrowse=4 any user with access to a particular segment is allowed to browse top level objects (e.g. browse all accounts, browse all activities). For most real-world applications it is reasonable to set accessLevelBrowse=3 for non-Root segments. You can do this by opening the table kernel_Segment and changing the existing acessLevelBrowse values from 4 to 3. After this change, the table kernel_Segment will look as shown on this screen shot.
 
openCRX Language Localization Guide [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Basic UI Customization
  HTML (single page) HTML (multi-page) PDF
 
   Application Server Installation
 
openCRX Installation Guide for JBoss 4.0.1
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for BEA Weblogic 8.x [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for IBM WebSphere 5.x [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
   Database Installation
 
openCRX Installation Guide for MySQL v4.1 [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for MaxDB 7.5 [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for PostgreSQL 8.0+ [no changes since v1.6.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for MS SQL 2000 [no changes since v1.6.0]
      PDF
  Louis Feges donated this manual to the openCRX project
 
openCRX Installation Guide for Oracle 9 [no changes since v1.6.0]
  HTML (single page)   PDF
  Magootech donated this manual to the openCRX project
 
 openCRX v1.6 [release notes]  [upgrade instructions]  [new features]
 
   User Guides
 
openCRX Activity Management
  HTML (single page) HTML (multi-page) PDF
 
openCRX Handbuch (in German) [see openCRX v1.5.0]
openCRX Rechteverwaltung (in German) [see openCRX v1.4.0]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Installation and Quick Start Guide
  HTML (single page) HTML (multi-page) PDF
 
openCRX Security Guide
  HTML (single page) HTML (multi-page) PDF
 
openCRX Language Localization Guide [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Basic UI Customization
  HTML (single page) HTML (multi-page) PDF
 
   Application Server Installation
 
openCRX Installation Guide for JBoss 4.0.1 [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for BEA Weblogic 8.x [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for IBM WebSphere 5.x [no changes since v1.5.0]
  HTML (single page) HTML (multi-page) PDF
 
   Database Installation
 
openCRX Installation Guide for MySQL v4.1
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for MaxDB 7.5
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for PostgreSQL 8.0+
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for MS SQL 2000
      PDF
  Louis Feges donated this manual to the openCRX project
 
openCRX Installation Guide for Oracle 9
  HTML (single page)   PDF
  Magootech donated this manual to the openCRX project
 
 openCRX v1.5 [new features]
 
   User Guides
 
openCRX Handbuch (in German)
  HTML (multi-page) PDF (from Sourceforge)
  crm-now donated this manual to the openCRX project
 
openCRX Rechteverwaltung (in German) [see openCRX v1.4.0]
 
   Administrator Guides (Installation / Security / Customization)
 
openCRX Installation and Quick Start Guide
  HTML (single page) HTML (multi-page) PDF
 
openCRX Security Guide [no changes since v1.4.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Language Localization Guide
  HTML (single page) HTML (multi-page) PDF
 
openCRX Basic UI Customization
  HTML (single page) HTML (multi-page) PDF
 
   Application Server Installation
 
openCRX Installation Guide for JBoss 4.0.1
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for BEA Weblogic 8.x
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for IBM WebSphere 5.x
  HTML (single page) HTML (multi-page) PDF
 
   Database Installation
 
openCRX Installation Guide for MySQL v4.1 [no changes since v1.4.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for MaxDB 7.5 [no changes since v1.4.0]
  HTML (single page) HTML (multi-page) PDF
 
openCRX Installation Guide for PostgreSQL 7.2+
  HTML (single page) HTML (multi-page) PDF
  (author: Sandro Popesso)
 
 openCRX v1.4