Scenario: client would logon, create their own TableModel and TreeModels and be able to access it at a later time.

TableModel and TreeModel which comprises of Java class objects as well as strings.

How would I be able to store this on couchDB? (is RDBMS more appropriate?) should I just serialize it to JSON and store as file on the server?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I am unaware of an existing TableModel or TreeModel link or tool to use with CouchDB. Hopefully others can give some advice.

Based on your question, I would suggest a preliminary project to make a prototype, to gain knowledge about persisting TableModel and TreeModel in CouchDB. Nothing fancy! Perhaps spend a few hours or a day or weekend trying some ideas. Usually, once you are comfortable with the problem and some solutions, it is much more obvious what is the best option.

To store on CouchDB, serializing to JSON sounds smart. Usually, the simplest technique will give the best bang-for-buck. I also suggest the wiki about using CouchDB with Java. There are many free tools, and each tool balances the pros/cons differently.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.