Inderjeet Singh
822d1bc75e
moved contents of wsdef to greaze-definition.
2010-11-12 17:12:46 +00:00
Inderjeet Singh
ebd4047707
switched to using Google Guava library instead of older collections library.
2010-11-01 17:50:48 +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
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
Inderjeet Singh
9b0e7f8b84
initial check-in for implementing support for protocol buffers in Gson
2010-09-14 17:59:04 +00:00
Inderjeet Singh
01ce73441e
Updated Gson version to 1.5 in maven configuration to match the current version.
2010-07-20 05:32:21 +00:00
Inderjeet Singh
d8638badf3
updated Google collections to the latest version
2010-02-16 14:02:42 +00:00
Inderjeet Singh
45bf2db854
Created new projects:
...
1. wsdef: contains classes that are used to define a Gson based JSON web service
2. wsclient: contains classes that are used to write a Gson based web-service client
wsf is now only a server-side framework. Moved classes relevant for wsdef and wsclient from it to the individual projects.
2009-12-28 09:44:47 +00:00
Inderjeet Singh
82851d68be
Moved the setDoInput() on HttpURLConnection before sending any data on the connection.
...
disabled configuration settings on install in pom.xml that were interfering with the normal behavior of install.
2008-09-15 17:00:26 +00:00
Inderjeet Singh
2753213c2e
Using name to generate Javadoc window titles in Gson. Added a source section in wsf.
2008-09-15 13:09:41 +00:00
Inderjeet Singh
0358db8873
added todos to correctly generate source and javadoc jars.
2008-09-15 12:50:32 +00:00
Inderjeet Singh
39167e3af9
added settings to deploy source jar.
2008-09-14 16:16:11 +00:00
Inderjeet Singh
e6629947d0
updated the svn properties to ignore target and eclipse project directories and files.
...
added javadoc settings.
2008-09-01 14:24:00 +00:00
Inderjeet Singh
849612c50f
initial creation of the wsf project.
2008-09-01 13:37:34 +00:00