-
Recent Posts
Archives
Frequent Topics
595 Android API mode APK Arduino bash clone cygwin DX160 EEPROM EL GlobalCache Graphic LCD hack home automation IE Infrared Internet Explorer IP2IR IR JAR java javascript jQuery jQuery UI LCD manual install MongoDB ORM Parallax RFID Schlage Serial Servo shell shift register simulator SoftwareSerial Sparkfun TTL X-10 X10 XBee XML mapping z-indexMeta
Tag Archives: MongoDB
Java ORM using mongoDB part 2
Previously I briefly introduced the mjorm mongo-java-ORM solution I found. This post will go more in-depth and give more specific examples of querying, creating, and removing records from your mongoDB instance. If you don’t already have mongoDB, you’ll need it … Continue reading
Java ORM using MongoDB
My previous blog post covered a little about MongoDB. It’s really simple to use on the command line and thanks to an open-source developer, it’s really simple to use in a java application.