i happened to be given a job in handle some query in the framwork expresso, and i do not know how to setup and config the hibernate in expresso, so i come here to ask for help.
also, i knew few about hibernate.
here is what i had done,
in the expresso root, document root, the web.xml files, added,
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener>
and in the query part, added the SongInfo.java and SongInfo.hbm.xml.
then i did not know how to go on?
any suggestion?
|