Search code examples
javamysqlmongodbhibernatehibernate-ogm

Need help to connect with MongoDB


I need a little help to connect my code with MongoDB. I have created a simple online shopping application with hibernate, Servlets and JSP. I am able to connect the code with MySQL and it works fine. But i tried changing the hibernate.config.xml file and added up mongoDB jars and tried connecting it with mongoDB its not happening. Can some one please help me out.

project

Error in Console


Solution

  • I would suggest you to follow this book MongoDB for Java Developers by PACKT Publishing or you can go through the official course provided by MongoDB University : M101J MongoDB for Java Developers.

    Well, the book provides knowledge how to connect MongoDB with Java Applications such as JavaSE & JavaEE.