Hi guys,
I m trying to run my first web application using Hibernate/Tomcat/Oracle10g
My web application structure is quite simple
index.jsp ->
servlet -> insert data into the database(Oracle10g)
The webApp struture is showed in the attachment
I have my hibernate.cfg.xml ,hibernate.hbm.xml, HibernateUtil, hibenrateListener in my WEB-INF -> classes
hibernate.cfg.xml
hibernate.hbm.xml
HibernateUtil
hibenrateListener
Through the net i also came across a
java class file to insert data into the EMPLOYEE table
the code compiles fine but gives an error
Please tell me what is the problem .
regards
