Displaying 3 results from an estimated 3 matches for "sleepingbag".
2007 Jun 22
3
Simulate HTTP put and delete in Camping/SleepingBag
Hello,
I''m not yet a camping guru nor a RESTafarian, but I try.
Currently I''m trying to build a rest-style web app with sleeping
bag/camping and I may successfully access the index, show, new, create
and edit methods, that are provided with sleeping bag. But I don''t
know, how to build a form or link to access destroy and update.
I think this is mainly because of the
2007 Apr 28
6
RESTful web service tutorial?
Hi,
I would like to turn some of our simulation codes
out to pasture and string some of them together
by draping them in web services.
I''m looking for a RESTful Camping tutorial to get
started ... pointers appreciated.
Some simple example applications:
airfoil force calculator: feed it an airfoil
geometry, an angle of attack, and a Mach number,
and it returns the lift, drag, and
2006 Apr 12
0
datamodell/databasestructure
Hi.
I am trying to develop a small utility to manage inventories for
outdoor-journeys
At the moment I have the following tables to show a many_to_many-
relationship between items(like tents/sleepingbags) and users:
items <-> holdings(join) <-> users
------------------------------------------------------------------------
--------------------------------------
id user_id id
name item_id name
... number password
id ......
Now i want to expand my model...