1. 7adf6f1 Delete sample/expenses console. Cool demo but it requires gwt-dev, not by rjrjr@google.com · 14 years ago
  2. fecf27d Remove dependency on dev.Util class in DynaTableRf sample code. by bobv@google.com · 14 years ago
  3. 39d351f First pass at implementing ValueProxy support. by bobv@google.com · 14 years ago
  4. c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
  5. fa8290e Fix issue 5462 where DynaTableRf explodes when favoriting a new person. by pdr@google.com · 14 years ago
  6. 5f0ae2a Fix checkstyle break. Patch by: bobv Review by: rjrjr by bobv@google.com · 14 years ago
  7. bb97ff2 Cleanups for the DynaTableRf sample. by bobv@google.com · 14 years ago
  8. ef1a2d2 Added jaxb to DynaTableRf WEB-INF/lib for 1.5 compatibility by rchandia@google.com · 14 years ago
  9. ebb17f9 Minor tweaks for dynatablerd and showcase. by jlabanca@google.com · 14 years ago
  10. 2a153f6 Fix a bug in server code that assumes that the EntityProxy must expose a getId() method. by bobv@google.com · 14 years ago
  11. 07b4e2e Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they weren't included in the eclipse.generate target. We also now include json.jar and validation-api-1.0.0.GA.jar in gwt-servlet.jar. And for DynaTableRf (and Validation), we copy other jars into the WEB-INF/lib folder of the sample. by gwt.mirrorbot@gmail.com · 14 years ago
  12. b980e6a Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. by nchalko@google.com · 14 years ago
  13. a44e69f Package re-org in advance of 2.1 RC. by rjrjr@google.com · 14 years ago
  14. 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 14 years ago
  15. f9be470 Introduce OptionalFieldEditor to support editing nullable fields. by bobv@google.com · 14 years ago
  16. cd82504 Overhaul the client-side portions of RequestFactory. by bobv@google.com · 15 years ago
  17. d48badc Fix dynatablerf validation problem cause by overloaded method. by cromwellian@google.com · 15 years ago
  18. b0417b3 Use generics for EntityProxyId by rice@google.com · 15 years ago
  19. 18b111c Removed all the Request sub-types. Fixed the generator and the server code where we were relying on the sub-types. by amitmanjhi@google.com · 15 years ago
  20. 003d7aa Resolve ROO-1452. by bobv@google.com · 15 years ago
  21. 9a41680 Adds additional keyboard support in Cell Widgets. CellList and CellTable now by jlabanca@google.com · 15 years ago
  22. 3cd1466 Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). by bobv@google.com · 15 years ago
  23. 199d31a Rename RequestObject->Request and pull the 'with' method into it by rice@google.com · 15 years ago
  24. 63241c5 Get strong permutation from headers rather than serialized log record by unnurg@google.com · 15 years ago
  25. 4dda8e9 Restores following after fixing long ids, which besides not working would by rjrjr@google.com · 15 years ago
  26. e2a6639 Rollback patch to hide entity id in request factory, due to by rjrjr@google.com · 15 years ago
  27. 04c96ea Replaces the public and obnoxious String EntityProxy#getId() with the by rjrjr@google.com · 15 years ago
  28. e7e62f4 Migration from Long IDs to String IDs by rchandia@google.com · 15 years ago
  29. 4fbf076 Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix by rjrjr@google.com · 15 years ago
  30. 2ead5c5 Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr) by pdr@google.com · 15 years ago
  31. 29d47ef Make DynaTableRf use a ListEditor for the favorites. by bobv@google.com · 15 years ago
  32. f32fe2d Simplifies the RequestObject api: by rjrjr@google.com · 15 years ago
  33. e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 15 years ago
  34. c5a29ae Implement subscriptions in RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
  35. 0adb648 Implement round-trip validation with RequestFactory and the Editor framework. by bobv@google.com · 15 years ago
  36. 91da454 Fixes https://jira.springsource.org/browse/ROO-1213 - Hide Property from public API, and https://jira.springsource.org/browse/ROO-1274 - Remove PropertyReference and Value. by mmendez@google.com · 15 years ago
  37. b3538ca Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html by rjrjr@google.com · 15 years ago
  38. 860a0f6 Minor refactor of ClientBundles used in Cell Widgets. Ensures that all method names in ClientBundle and CssResource are globally unique. Adds missing flipRtl tags to ImageResources. Adds @ImportedWithPrefix annotation to CssResources. Breaks out the path to the default CSS file to a static final String DEFAULT_CSS. Ensure that each widget has a style on its outermost element. For Cell Widgets that have two styles defined, the default one is the prettier one used in the Expenses sample. The secondary one is called BasicResources. by jlabanca@google.com · 15 years ago
  39. cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 15 years ago
  40. 31bf06e Move remote logging into RF subclasses by unnurg@google.com · 15 years ago
  41. fe9207e Demonstrate client-side Editor errors. by bobv@google.com · 15 years ago
  42. ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 15 years ago
  43. 70f53e8 Adds a cheesey uncaught exception handler to DynaTableRF. by rjrjr@google.com · 15 years ago
  44. 442f7f2 Add ListEditor adapter implemented on top of a new CompositeEditor core by bobv@google.com · 15 years ago
  45. 2d3e06f Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dependencies. Also adding a marker to the classes folder in both samples so eclipse has a place to put class files. by jlabanca@google.com · 15 years ago
  46. 2ca48c7 Renamed Record to EntityProxy. Renamed classes with entity names -- for example, EmployeeRecord to EmployeeProxy. Also renamed variables in a few classes. by amitmanjhi@google.com · 15 years ago
  47. 599fd9b Factor a bean-like-object editor framework out of the RequestFactory editor work. by bobv@google.com · 15 years ago
  48. f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
  49. 097506c Initial support for round-trip edits in the DynaTableRF sample. by bobv@google.com · 15 years ago
  50. 41902cd Add DynaTableRf to the distribution, and fix some checkstyle issues. by rjrjr@google.com · 15 years ago
  51. 0243b10 Fix breakage from ValueStore / RequestFactory merge. by rjrjr@google.com · 15 years ago
  52. fa87f8f Added the Expenses app to the list of GWT samples, and modified each sample's build.xml file to set its source path by cramsdale@google.com · 15 years ago
  53. 35069b7 Extends DynaTableRF with a client call to Person#persist. by rjrjr@google.com · 15 years ago
  54. 9a605e9 Finish modernizing the DynaTableRF sample to use an event-based application model. by bobv@google.com · 15 years ago
  55. c4cd328 Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's by rjrjr@google.com · 15 years ago
  56. d123c5d DynatableRf refactoring in response to http://code.google.com/p/google-web-toolkit/source/detail?r=8436 by amitmanjhi@google.com · 15 years ago
  57. 21e1ccf Begin to convert DynaTableRF sample to using UiBinder. by bobv@google.com · 15 years ago
  58. d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago