I am new to Mongo DB can we insert the data in java and retrieve the data from Mongo DB using java script?
Please suggest.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look into mongodb quick start
Take a look into mongodb java tutorial. Here you can find how to connect/query/update mongodb.
To retrieve data from mongodb via javascript create some service layer (it can be simple rest api) that will return data in json format for example.