Which ConnectionFactory implementation should I use?

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 1578

This topic has not yet been written. The content below is from the topic description.
The PooledConnectionFactory is generally recommended for stand-alone deployments (i.e. not running within AS or Servlet container). ManagedConnectionFactory can be used when running in a managed environment where a DataSource is present, so that connection pooling is performed within the DataSource.