Home » Posts Tagged ‘entity models’

thumbnail

NoSQL but so much more

by Alexandre Morgaut on Feb 10, 2010 in Architecture

Two weeks ago, we attended the first French NoSQL User Group meeting in Paris, organized and hosted by Oliver Malassy from OCTO Technology. After a short presentation on the NoSQL universe, we had some Q&A as well as a presentation from Benoît Chesneau about CouchDB (a REST document store). It ended up going pretty late as a BarCamp, and the discussions were very interesting. We’ll come back for the next one for sure!

Read the rest of this entry »

thumbnail

Souvenirs from JSConf.eu

by Alexandre Morgaut on Dec 8, 2009 in Architecture, Events

JSConf.eu was an awesome conference covering JavaScript performance, CommonJS & Server-Side JavaScript, Unit Testing, ECMAScript 5, HTML5, CSS3, and JavaScript on Mobile platforms. Read the rest of this entry »

thumbnail

Using the WAF client-side Proxy in JavaScript

by Christophe Keromen on Sep 30, 2009 in Lab

In this post, we’ll see how simple it is to interact with Wakanda Server on the client side. Please note that the API described here is not definitive and may change in final version. See the previous post for a description of the Relational Model and Entity Models used in this series. Read the rest of this entry »

thumbnail

Creating my first entity model with Wakanda

by Christophe Keromen on Sep 15, 2009 in Lab

In this post, we’ll see how (from an existing relational model) we can declare our first Entity Model by extending the default Entity Model automatically generated by Wakanda Server.

See the first post of this series for a description of both the Relational Model used and the default Entity Models Catalog generated by Wakanda Server. Read the rest of this entry »