The DBMS which I choose for the project is Java DB (aka Apache Derby). It is a relational database management system entirely written in Java that can be embedded in Java program and can be used for online transaction processing.
Furthermore it is well integrated whit Eclipse that is the IDE I have decide to use because I already have a discrete experience with it. Eclipse in particular offers automatic tool to generate entities (Java classes) from table which otherwise is a boring and error prone task.
Other Java DBMS was available (H2 and HSQLDB) but HSQLDB does non not have ACID properties and H2 cannot be integrated with Eclipse.
Nessun commento:
Posta un commento