- 7adf6f1 Delete sample/expenses console. Cool demo but it requires gwt-dev, not by rjrjr@google.com · 14 years ago
- fecf27d Remove dependency on dev.Util class in DynaTableRf sample code. by bobv@google.com · 14 years ago
- 39d351f First pass at implementing ValueProxy support. by bobv@google.com · 14 years ago
- c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
- fa8290e Fix issue 5462 where DynaTableRf explodes when favoriting a new person. by pdr@google.com · 14 years ago
- 5f0ae2a Fix checkstyle break. Patch by: bobv Review by: rjrjr by bobv@google.com · 14 years ago
- bb97ff2 Cleanups for the DynaTableRf sample. by bobv@google.com · 14 years ago
- ef1a2d2 Added jaxb to DynaTableRf WEB-INF/lib for 1.5 compatibility by rchandia@google.com · 14 years ago
- ebb17f9 Minor tweaks for dynatablerd and showcase. by jlabanca@google.com · 14 years ago
- 2a153f6 Fix a bug in server code that assumes that the EntityProxy must expose a getId() method. by bobv@google.com · 14 years ago
- 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
- b980e6a Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. by nchalko@google.com · 14 years ago
- a44e69f Package re-org in advance of 2.1 RC. by rjrjr@google.com · 14 years ago
- 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 14 years ago
- f9be470 Introduce OptionalFieldEditor to support editing nullable fields. by bobv@google.com · 14 years ago
- cd82504 Overhaul the client-side portions of RequestFactory. by bobv@google.com · 15 years ago
- d48badc Fix dynatablerf validation problem cause by overloaded method. by cromwellian@google.com · 15 years ago
- b0417b3 Use generics for EntityProxyId by rice@google.com · 15 years ago
- 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
- 003d7aa Resolve ROO-1452. by bobv@google.com · 15 years ago
- 9a41680 Adds additional keyboard support in Cell Widgets. CellList and CellTable now by jlabanca@google.com · 15 years ago
- 3cd1466 Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). by bobv@google.com · 15 years ago
- 199d31a Rename RequestObject->Request and pull the 'with' method into it by rice@google.com · 15 years ago
- 63241c5 Get strong permutation from headers rather than serialized log record by unnurg@google.com · 15 years ago
- 4dda8e9 Restores following after fixing long ids, which besides not working would by rjrjr@google.com · 15 years ago
- e2a6639 Rollback patch to hide entity id in request factory, due to by rjrjr@google.com · 15 years ago
- 04c96ea Replaces the public and obnoxious String EntityProxy#getId() with the by rjrjr@google.com · 15 years ago
- e7e62f4 Migration from Long IDs to String IDs by rchandia@google.com · 15 years ago
- 4fbf076 Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix by rjrjr@google.com · 15 years ago
- 2ead5c5 Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr) by pdr@google.com · 15 years ago
- 29d47ef Make DynaTableRf use a ListEditor for the favorites. by bobv@google.com · 15 years ago
- f32fe2d Simplifies the RequestObject api: by rjrjr@google.com · 15 years ago
- e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 15 years ago
- c5a29ae Implement subscriptions in RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
- 0adb648 Implement round-trip validation with RequestFactory and the Editor framework. by bobv@google.com · 15 years ago
- 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
- b3538ca Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html by rjrjr@google.com · 15 years ago
- 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
- cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 15 years ago
- 31bf06e Move remote logging into RF subclasses by unnurg@google.com · 15 years ago
- fe9207e Demonstrate client-side Editor errors. by bobv@google.com · 15 years ago
- ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 15 years ago
- 70f53e8 Adds a cheesey uncaught exception handler to DynaTableRF. by rjrjr@google.com · 15 years ago
- 442f7f2 Add ListEditor adapter implemented on top of a new CompositeEditor core by bobv@google.com · 15 years ago
- 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
- 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
- 599fd9b Factor a bean-like-object editor framework out of the RequestFactory editor work. by bobv@google.com · 15 years ago
- f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
- 097506c Initial support for round-trip edits in the DynaTableRF sample. by bobv@google.com · 15 years ago
- 41902cd Add DynaTableRf to the distribution, and fix some checkstyle issues. by rjrjr@google.com · 15 years ago
- 0243b10 Fix breakage from ValueStore / RequestFactory merge. by rjrjr@google.com · 15 years ago
- 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
- 35069b7 Extends DynaTableRF with a client call to Person#persist. by rjrjr@google.com · 15 years ago
- 9a605e9 Finish modernizing the DynaTableRF sample to use an event-based application model. by bobv@google.com · 15 years ago
- c4cd328 Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's by rjrjr@google.com · 15 years ago
- 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
- 21e1ccf Begin to convert DynaTableRF sample to using UiBinder. by bobv@google.com · 15 years ago
- d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago