We are writing a program in JAVA that thru a series of questions helps the user build a computer. This is being done with Radio buttons. We are wanting to know if it is possible to store the selections as objects in the database. So that is the user wants to come back and completer the transaction at a later time. It will have saved all the info.
We were thinking that we could create tables with just true false.
Just looking for ideas of how we could make this work.