How To Delete Property From java.util.PropertiesAugust 23rd, 2008 This isn't a trick question. For a long time you couldn't delete a property from java.util.Properties class.
How to Learn db40, Java and .NET Object Database, in 5 minutesMarch 15th, 2009 db4o is a popular object database available both for Java and .NET. I have used it sporadically over several years and can highly recommend it.
How To Quickly Backup HSQLDB Database...July 31st, 2007 HSQLDB is a high performance RDBMS written in pure Java. It can be used as a in-memory database or regular file based database.
HSQLDB Database Connection Close Doesn't Write to Disk - SolutionJanuary 17th, 2006 HSQLDB, the famous fast RDBMS written in Java, introduced a new feature which affects code ported over from previous versions. From version 1.7.2, in-process databases are no longer closed when the last connection to the database is explicitly closed via JDBC.
Sun shares more on its database management plans for Java Enterprise System (J2EE)July 2nd, 2005 Sun Microsystems is looking at providing its Java Enterprise System (J2EE) customers with a database management solution that will either take advantage of existing open-source database management technologies or developed in-house. I think they should leverage from some high quality open source database management solutions rather than re-inventing the wheel.
iPhone Activation for DummiesJuly 24th, 2007 iActivator is a nice Mac OS X application which allows activating your iPhone without a contract. It provides a nice graphical user interface and is very well suited for the non-technical people.
How To Use Vanilla Forum On MySQL Database Without Password SetOctober 23rd, 2006 First of all I want to make it clear that having a MySQL database without a password set (on your root account) is a very very bad idea. However I wanted to set it up on my home machine which has XAMPP installed.
How to Backup & Restore MySQL DatabaseMay 13th, 2005 Note: My WordPress database name is wordpress. I will use it in the example below.
Simplest Way To Backup WordPress From BrowserJune 8th, 2008 Traditionally WordPress is backed up by backing the database and the files separately, if required. WordPress 2.5.1 introduces a much simpler way to backup the database in xml format on your desktop.
EU says it must check that Oracle-Sun takeover won't hike prices for database softwareSeptember 3rd, 2009 EU opens probe into Oracle bid for SunBRUSSELS — European Union regulators have launched an antitrust probe into U.S. software maker Oracle Corp.'s takeover of Sun Microsystems Inc., saying the deal could mean higher prices and limited choice for database software.
Java Quiz: Why StringBuilder Should be Used Instead of StringBuffer?August 23rd, 2008 First tell me what is the best way to concatenate large number of String objects? Is it a + b?
Most Java developers know not to use a + b (+ operator) because of huge performance problems, they use StringBuffer instead. In fact I did some tests in the past which confirms this folklore.
Summary Box: EU applies brakes to Oracle-Sun deal on questions about database marketSeptember 3rd, 2009 Summary Box: EU applies brakes to Oracle-Sun dealSLOW DOWN: European Union regulators are launching a formal antitrust investigation into Oracle Corp.'s proposed $7.4 billion takeover of Sun Microsystems Inc. Oracle expected to complete the acquisition this summer, but European regulators now have until Jan.
How To Export MS Access Database To MySQL DatabaseAugust 30th, 2008 Here are few tips (with undocumented features) to help you export huge MS Access database (production database with real data) to MySQL. Use mdbtools utilities as described below:
mdb-tables displays the list of tables in MS Access
mdb-scheme export the MS Access schema to MySQL database.
Access Microsoft Access Database From Java Using JDBC-ODBC Bridge - Sample Code March 28th, 2006 Previously I had provided the gist of how to access MS Access database from JDBC using JDBC-ODBC bridge. Today I will elaborate on that and provide you with two sample classes.
Oracle Aligns Itself More Closely With PHP DevelopersMay 23rd, 2005 Oracle integrates PHP scripting engine (dubbed "Zend Core for Oracle") with its 10g database and application server for building apps based on the open source development language. What remains to be seen is whether Oracle is shifting focus away from Java or just encompassing additional languages.
July 7th, 2007 at 10:26 pm
Have you considered Terracotta ? Very large hashmaps are very easy.
July 7th, 2007 at 11:32 pm
That is a very interesting product. Thanks for the pointer.
July 10th, 2007 at 3:47 am
Have a look at db4o . It’s available for Java and .Net
July 10th, 2007 at 7:01 pm
Fast reads, low volatility? LDAP servers are built for that kind of thing.
Cheers.
April 27th, 2009 at 11:12 pm
I have the same requirements on the database. Care sharing which database you finally chose? Indika