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

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -