Home » Posts Tagged ‘WAF’

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

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 »