This post originated from an RSS feed registered with Java Buzz
by T Tak.
Original Post: Java MongoDB : Insert a document
Feed Title: programtalk
Feed URL: http://programtalk.com/feed/
Feed Description: A blog mainly about java
In this tutorial we will see how to insert a document in mongodb using java driver. To create the document using the Java driver, we use the Document class. In this example we will also create an embedded document. Tools used mongo java driver : 3.3.0 mongodb : 3.2.8 maven : 3 java : ... [Read more...]