Consider H2 Database Engine & its superior performance in embedded mode & its comparision with popular RDBMS's such as Derby,MySQL,Derby(especially in embedded mode).H2DB is great for small web/desktop applications.
Notice: Embedded mode means that your DB engine runs in same jvm process as your application and not in separate jvm process.
http://www.h2database.com/