Inderjeet Singh
399d49c0e8
Revised RestClient to provide easy access to RestMethods.
...
Updated Order and Cart to be rest resources.
Added a Queryable interface that can be used to indicate that a Rest Resource supports querying.
Added getValueAsString() method to Id.
Removed spurious warnings.
2010-11-04 20:11:05 +00:00
Inderjeet Singh
b50277c9af
revised prefix for rest packages to com.google.gson.rest from com.google.gson.webservice.rest
2010-11-02 21:43:26 +00:00
Inderjeet Singh
4a852043b3
Moved the classes to create procedural web-services into a procedural package.
2010-11-02 17:48:51 +00:00
Inderjeet Singh
681281e772
Moved the classes to create procedural web-services into a procedural package.
...
Moved IdTypeAdapter as an inner class of Id (Id.GsonTypeAdapter).
Created a internal.util package to keep commonly used classes such as Preconditions.
made common base classes such as ParamMap, ContentBody public.
2010-11-02 17:16:01 +00:00
Inderjeet Singh
9b10e70a79
Removed the version numbers from the plugin configuration of pom.xmls. This ensures that the latest version of the plugins gets downloaded and used while building a project.
2010-10-25 23:09:24 +00:00
Inderjeet Singh
e656954c16
removed spurious warnings and allowed extension of RestClient for creating testing fixtures.
2010-09-19 13:50:41 +00:00
Inderjeet Singh
8122deb364
fixed copyright notice, minor cosmetic changes.
2010-07-20 00:34:40 +00:00
Inderjeet Singh
425a59043d
Added an example of a servlet class that uses Gson for web-service implementation.
2010-07-20 00:31:33 +00:00
Inderjeet Singh
341c4ce5d1
Added an example client to invoke example web-service
...
Update license files
2010-07-16 16:06:41 +00:00
Inderjeet Singh
8d24fe61f2
fixed the maven configuration file for relative paths
2010-07-13 21:59:35 +00:00
Inderjeet Singh
ceb2f8fdb0
A Web-service example
2010-07-13 21:47:37 +00:00