i have a very large ApplicationContext.xml, for our entire app.
i want to break it up like
applicationContext-dao.xml , has my hibernat DAO stuff with JNDI
which is imported into the main applicationContext.xml
how would the syntax of the applicationContext.xml look if i want to use this at a pace in the xml file..


Reply With Quote