Apache Derby

Someone mentioned Apache Derby to me the other day. I never used it before, so I decided to check it out. It turns out that it’s a tiny relational database, with built in JDBC that was designed to be embedded in Java projects. Think SQLLite, but platform independent and running completely within JVM.

It really looks quite nifty. I really like the idea of bundling mini-database with your application for simplicity. If all you need is a single table (or two) for a single user with only one connection at a time, then running mysql or postgres may be an overkill. Things like Derby and SQLLite seem to be great choices for those occasions.

Anyone has good/bad experiences with Derby? I definitely want to play around with it when I find some time to work on a fun side project that requires a handy internal database. Especially since Derby seems to be really easy to use, and it integrates with Eclipse via plugin.

Related Posts:

  • WIMP or WAMP?
  • What is the point of Office Suite database applications?
  • Who is running exploits on my server?
  • Java Dependency Hell
  • Another Comment Spammer Locked Out
  • Problems with the DOMParser (s4s-elt-character Error)
  • Site Outage and Commenting Problem
  • Snurching Slashdot Futurama Quotes
  • URL Obfuscation
  • Hotlinking Rant

  • One Response to “Apache Derby”

    1. Gravatar cassandrakuno PHILIPPINES Says: Reply to this comment

      this is an awesome blog…

      Posted using Mozilla Firefox Mozilla Firefox 1.5.0.4 on Windows Windows XP

    Leave a Reply

    XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <pre lang=""> <em> <i> <strike> <strong>

    [Quote selected]