What are the databases supported to configure persistence with ActiveSpaces(Shared All)?

What are the databases supported to configure persistence with ActiveSpaces(Shared All)?

book

Article ID: KB0086602

calendar_today

Updated On:

Products Versions
TIBCO ActiveSpaces -
Not Applicable -

Description

Resolution:
Description:
===========
What are the databases supported to configure persistence with ActiveSpaces(Shared All)?


Environment:
===========
AS 2.*.*
All operating systems

Resolution:
===========
ActiveSpaces integrates with any database. We provide a persistence interface which the user implements and registers with AS.  From there, AS makes the appropriate calls into their implementation when it needs to read or write data. Persistence requires user to implement necessary persistence callbacks.

Since most databases support JDBC, we provide a JDBC implementation in the examples. This JDBC example can be dropped in as the user's implementation. You need to download the latest AS 2.1.2  to get “JDBCDriver” samples.

Go over persistence and the JDBC driver code snippet in the examples.Go through the readme files added in the “JDBCDriver” folder.

&ltTIBCO_HOME>\as\2.x\examples\java\persistence
&ltTIBCO_HOME>\as\2.x\examples\java\JDBCDriver

Issue/Introduction

What are the databases supported to configure persistence with ActiveSpaces(Shared All)?