I'm developing an application using the iBATIS DaoManager and currently store the dao's that I get by calling DaoManager.getDao( ) in the application context at the application startup.. I was wondering if this is correct. Should I instead be storing the DaoManager in the application context at startup and then calling the getDao() method from it for each request?
Thanks,
Richard

