Team:BU Wellesley Software/Notebook/JanooNotebook/DatabaseInformation
From 2011.igem.org
(Difference between revisions)
Jtferns (Talk | contribs)
(Created page with "<h1>How To Perform HCL/POJO Database Setup</h1> #Install MySQL. #Install Java SE with Netbeans (I used 7.0 on a Win7 64-bit machine). #Create necessary database within MySQL serv...")
Newer edit →
(Created page with "<h1>How To Perform HCL/POJO Database Setup</h1> #Install MySQL. #Install Java SE with Netbeans (I used 7.0 on a Win7 64-bit machine). #Create necessary database within MySQL serv...")
Newer edit →
Revision as of 20:26, 11 July 2011
How To Perform HCL/POJO Database Setup
- Install MySQL.
- Install Java SE with Netbeans (I used 7.0 on a Win7 64-bit machine).
- Create necessary database within MySQL server.
- Create desired tables in previously-created database.
- Create a Netbeans Java Application project.
- Configure Hibernate...