Bryan Reinero, Software Engineer, 10gen
A look into the internals of the Java driver for MongoDB. Learn how the driver supports replication, database connection pooling, and building queries. Also includes an introduction to the BSON (binary JSON) format for serialization of JSON objects, how the drivers handles write behavior with the use of write concerns and how the driver communicates to the database via the Mongo wire protocol. New features, fixes and improvements in the latest release will also be covered.