JNDI java.naming.factory.initial for standalone app?

Currently, I am working on the db layer of a java application that deploys into OC4j 10.3.2 and uses a datasource created in my OC4j container to connect to an oracle database.

Since I am writing simple methods such as running a JDBC select query, I rather not have to deploy an application every single time to OC4j to make sure that my resultset from my query is operational. Hence, I'm creating a standalone application to create these methods, and then import this code into a web application.

I'm almost there, and I know I need to edit the JNDI properties file, specifically, the "java.naming.factory.initial" variable. Right now I have

java.naming.factory.initial=oracle.j2ee.rmi.RMIInitialContextFactory

which works fine inside OC4j;

Does anyone know what factory do I use for a standalone client application that I just want to use as a localhost app?

Thanks in advance!

-K

[935 byte] By [cadence2.0a] at [2007-11-15]