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
Post a Comment