I am making a Java webapp that uses MongoDB to store data. Is it necessary to have Maven for this? Whatever example and tutorial I saw on Internet, contains Maven. Is it not possible to do it without Maven?
Maven is a Dependency manager
. Maven has no link with MongoDB. Yes, you can use maven in your project to manage dependencies. MongoDB is a database. You can create application without using MAVEN
.