Frame with struts Spring Hibernate
Struts is responsible for web layer packaging
Hibernate is responsible for persistent layer packaging (Ormapping) and writes more interfaces to write and business functions.
Spring is used to integrate the entire framework.
It is very nired to write a configuration file.
There is also Hibernate's HSQL seeming to do not support Chinese. I checked it online, I found that it is not supported by Hibernate3, and I don't support Unicode.
So downloaded Hibernate3 (said that it supported Unicode), I thought it can be supported. But Chinese still have problems. I don't know what suggestions doing.