Hi there,
I am very new to Spring. I am having a hard time getting set up just to run a simple JUnit test.
I am using an Oracle database, TopLink and JUnit.
I need help with basic configuration (i.e. applicationContext.xml) and information on how to run a test outside of a container/server.
Is there some site that walks through a basic example of this? In the format of
1. Define Toplink object
2. Configure sessions.xml
3. Configure applicationContext.xml
4. Define DAO interface
etc, etc.
ANY help and information would be greatly appreciated.
P.S. I have downloaded and looked at the PetClinic sample but it uses HSQ for its database and I am unable to transfer what is done there to what I need to do.
Many thanks!


Reply With Quote