Hibernate 3 beta is out now, I want to use it with spring ,can I?
Type: Posts; User: jasoncao; Keyword(s):
Hibernate 3 beta is out now, I want to use it with spring ,can I?
See the javadoc :
Method DetailnewInstance public static DocumentBuilderFactory newInstance() throws FactoryConfiguration;
-------------------------------------
(1)Use the...
The only thing need to do is add the xerces jar lib to the classpath.But I wonder how the springframework know which parser to use?
Thanks.
Idref just ref the bean name as one String var. It seems like that it's for the spring framework's some function using.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<!--DOCTYPE beans SYSTEM "spring-beans.dtd"-->...