Tag Archives: mysql

CRUD with RestfulX – live application

Some days ago I posted two articles about how to work with CRUD operations with RestfulX – one about how to retrieve data and the other one about how to create, update, and delete data.

When I wrote the second post I promised to show you the application running, and here it is! See the live application and test it yourself!

To view source simply right-click the application and select “View source”.

Again, sorry for keeping the comments and variable names in portuguese!

CRUD with RestfulX: Part 1/2 – Retrieve

Lets create an example to show how to use basic database operations (aka CRUD – Create, Retrieve, Update, and Delete) with RestfulX.

The project is pretty simple and will evolve as I write future articles using this example: an application to control events and people that attend to these events.

Leia o restante do artigo

(Português) Recuperando bases de dados MySql em InnoDB

Sorry, this entry is only available in Português.