facebook

Scaffolding Spring CRUD with MongoDb

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #349026 Reply

    Alex Bath
    Participant

    Hi,

    Like a tip on how to do this.

    Created a maven project, added spring capabilities and now want to add the Spring CRUD so that it adds all the maven/spring magic etc.

    However the dbConnection section doesn’t see my mongoDb connection and thus my mongo documents.

    How can I set this up to work with a mongoDb connection?

    Thanks
    Alex

    (myeclipse4spring 2014)

    #349091 Reply

    Brian Fernandes
    Moderator

    Alex,

    Given that MongoDB is NoSQL database, our DB Browser is incapable of displaying any sort of schemata or tables from it. Our scaffolding code is similarly unequipped (based on the capabilities of our DB Browser)

    We’ll have to update the tech to handle NoSQL databases as well as the scaffolding code to handle the nuances of these types of databases.

    I’ll put this on our fix list for 2015, unfortunately I can provide no workarounds right now.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Scaffolding Spring CRUD with MongoDb

You must be logged in to post in the forum log in