javadbchem
A universal chemistry database system, using Java and any rdbms
This projects provides a mechanism which saves chemical structures to a rdbms. Everything is written in Java and is independent from the rdbms used (first tested system is mysql, tweaking might be needed for others). The chemistry is handled using Chemistry Development Kit, this is proven code. The system holds atoms and bonds as entities in the rdbms, this makes it possible to have properties recorded using foreign keys and referential integrity. Apache Torque is used for database access...