VOOZH about

URL: https://www.javacodegeeks.com/tag/nosql/page/14

⇱ NoSQL Archives - Page 14 of 16 - Java Code Geeks


  • Software Development👁 Image
    Andrew GloverNovember 8th, 2012
    0 118

    MongoDB From the Trenches: Masochistic Embedded Collections

    MongoDB supports rich documents that can include, among other things, embedded documents. This feature embodies a has-a relationship quite nicely…

    Read More »
  • Software Development👁 Image
    Andrew GloverNovember 5th, 2012
    0 168

    Modeling Mongo Documents With Mongoose

    Without a doubt, one of the quickest ways to build an application that leverages MongoDB is with Node. It’s as…

    Read More »
  • Software Development👁 Image
    Andrew GloverNovember 5th, 2012
    0 133

    MongoDB From the Trenches: Prudent Production Planning

    While starting out with MongoDB is super easy, there are few things you should keep in mind as you move…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Andrey RedkoOctober 3rd, 2012
    2 363

    Redis pub/sub using Spring

    Continuing to discover the powerful set of Redis features, the one worth mentioning about is out of the box support…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ben WilcockSeptember 10th, 2012
    0 146

    Implementing Entity Services using NoSQL – Part 5: Improving autonomy using the Cloud

    In the previous posts I discussed how I went about building my SOA ‘Entity’ service for Products by using a…

    Read More »
  • Enterprise Java👁 Image
    Ben WilcockSeptember 10th, 2012
    0 134

    Implementing Entity Services using NoSQL – Part 4: Java EE

    Now that I have prepared a skeleton contract-first web-service and created a data access layer using Ektorp and CouchDB, it’s…

    Read More »
  • Enterprise Java👁 Image
    Ben WilcockSeptember 10th, 2012
    0 133

    Implementing Entity Services using NoSQL – Part 3: CouchDB

    Following on from Part 2 of this series where I created and deployed the Product Entity Service using the SOA…

    Read More »
  • Enterprise Java👁 Image
    Ben WilcockSeptember 10th, 2012
    0 137

    Implementing Entity Services using NoSQL – Part 2: Contract-first

    It’s time to begin the coding of my SOA entity service with NoSQL project, and as promised I’m starting with…

    Read More »
  • Enterprise Java👁 Image
    Ben WilcockSeptember 10th, 2012
    0 168

    Implementing Entity Services using NoSQL – Part 1: Outline

    Over the past few weeks I’ve been doing some R&D into the advantages of using NoSQL databases to implement Entity…

    Read More »
  • First
  • ...
  • 10
  • «
  • 12
  • 13
  • 14
  • 15
  • 16
  • »
Back to top button
Close