mongodb - How do you hookup a mongo db for JEE6 project? -


i'm trying use mongo db in replace of current apache derby database. how connect mongo db this?

mongo has java driver, , examples on how use it.
@ this tutorial.
in addition, recommend define data access layer dao interfaces have loose coupling between data access code , business logic code, if need replace again db,
replace dal implementation , not touch bll code


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -