Initial import, work in progress restbuck example. Only support create

a resource
This commit is contained in:
jvelilla
2011-09-22 09:29:59 -03:00
parent 8291905da1
commit 888bc61522
13 changed files with 1185 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
note
description: "Summary description for {DATABASE_API}."
author: ""
date: "$Date$"
revision: "$Revision$"
class
DATABASE_API
create
make
feature --Initialization
make
do
create orders.make (10)
end
feature -- Access
orders : HASH_TABLE[ORDER,STRING]
end