Reviewers: Ray Ryan,

Description:
Use reflection on the server side to have a shared code for handling all
GET
requests.  The output of these requests is assumed to be a List of
Entity.
This list is then converted automatically to a JSON string and sent over
the
wire.

Patch by: amitmanjhi
Review by: rjrjr


Please review this at http://gwt-code-reviews.appspot.com/240801/show

Affected files:
  M bikeshed/src/com/google/gwt/sample/expenses/gen/MethodName.java
  M bikeshed/src/com/google/gwt/sample/expenses/gen/ReportRequestImpl.java
  A bikeshed/src/com/google/gwt/sample/expenses/gen/UrlParameterManager.java
M bikeshed/src/com/google/gwt/sample/expenses/server/ExpensesDataServlet.java
  M bikeshed/src/com/google/gwt/sample/expenses/server/domain/Entity.java


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to