Home » Posts Tagged ‘REST’

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

Wakanda REST Data Services

by Christophe Keromen on Sep 23, 2009 in Lab

Entity Models declared in the Catalog are automatically published as Data Services resources.

The catalog of our employees table is then published at http://127.0.0.1:8085/rest/$catalog/employees, while its table can be accessed at http://127.0.0.1:8085/rest/$catalog/$employees.

The pattern ‘rest’ can be edited in the Data Services settings.

In this post we’ll introduce some interesting features of Data Services and give some examples of the use of the Query By Entity language used in our REST queries. Read the rest of this entry »

thumbnail

How does it work?

by Wakanda Team on Sep 14, 2009 in Architecture

It’s always easy for our engineers to talk about what’s under the hood in Wakanda. After all, they’re passionate about what they’re working on and can go on and on about every part – something you’ll see more of as the project comes along.

In the meantime, let’s take a step back to look at Wakanda from a wider angle. After all, if we’re claiming to bring you a new paradigm, we’d better be able to explain it! Read the rest of this entry »