Home » Christophe Keromen

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

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

Managing data using Wakanda’s SSJS API

by Christophe Keromen on Sep 17, 2009 in Lab

In this post, we’ll see how simple it is to use Wakanda’s Server-Side JavaScript API to manage data. Read 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 »