Go to file
Inderjeet Singh 5adfa4bc04 Defined an interface RestResource that all resources need to extend from. Defined an Id class for a resource.
Changed a rest body spec to take a type instead of a class. This allows parameterized resource types.
Defined a repository interface with an in-memory implementation for server-side storage of rest resource instances.
2010-10-17 16:01:36 +00:00
gson Removed a bunch of unused code and unnecessary else statements. 2010-09-28 13:42:43 +00:00
lib moved lib at the top-level to share eclipse styles. 2008-09-01 03:27:34 +00:00
proto initial check-in for implementing support for protocol buffers in Gson 2010-09-14 17:59:04 +00:00
wsclient Defined an interface RestResource that all resources need to extend from. Defined an Id class for a resource. 2010-10-17 16:01:36 +00:00
wsdef Defined an interface RestResource that all resources need to extend from. Defined an Id class for a resource. 2010-10-17 16:01:36 +00:00
wsexample removed spurious warnings and allowed extension of RestClient for creating testing fixtures. 2010-09-19 13:50:41 +00:00
wsf Defined an interface RestResource that all resources need to extend from. Defined an Id class for a resource. 2010-10-17 16:01:36 +00:00