connect « mongodb « Java Database Q&A





1. Mongo connect failed    stackoverflow.com

I got following error while connectiong to mongodb

MongoDB shell version: 1.6.5 connecting to: test Mon Jan 31 12:12:09 Error: couldn't connect to ...

2. Asking about how to connect database in RESTful web service in java    stackoverflow.com

I am doing a RESTful web service in java. But I can't run it successfully. exception occurs. Could anyone give my suggestion? I use mongo db as a database

@Path("/test")
public class test ...

3. Problems to connect MongoDB from JAVA    stackoverflow.com

I am working in Text Mining with articles from Medline. I have indexed all Medline2011 with MongoDB (http://www.mongodb.org/), now I can get one article with its PubMedID. I want join it ...