- 0c3c730 Update samples and webAppCreator to gwt-maven-plugin 1.0-rc-8 by Thomas Broyer · 8 years ago
- a90832f Update snapshot dependency in maven sample projects by Manuel Carrasco Moñino · 8 years ago
- caf2f6f Update/fix Maven-based samples' README by Thomas Broyer · 8 years ago
- 5e19260 Update outdated links in samples by Thomas Broyer · 9 years ago
- 48b7c9e Fix DynaTableRf sample wrt servlet-api version by Thomas Broyer · 9 years ago
- cb2896f Fixing maven example pom files with sourceLevel 8 by Manuel Carrasco Moñino · 9 years ago
- e290623 Bump Jetty version to 9.2 including transitive dependencies by David Ostrovsky · 11 years ago
- a0de97b Move Maven samples to net.ltgt.gwt.maven:gwt-maven-plugin by Thomas Broyer · 9 years ago
- ce0c570 Remove gwt-codeserver dependency from Maven template and samples by Thomas Broyer · 9 years ago
- 68f5d8f Fixing up the Maven samples to work with GWT 2.8 by branflake2267@gmail.com · 9 years ago
- cc6da17 Convert UiBinder files to gss. by Daniel Kurka · 10 years ago
- 3ff7b33 Fix compile metrics link in samples by Manuel Carrasco Moñino · 10 years ago
- fe99f58 Revert "Fix incremental compile warnings in dynatablerf sample." by Thomas Broyer · 10 years ago
- ee4aac6 Re-introduce outputDirectory custom conf in Maven-based samples. by Thomas Broyer · 10 years ago
- be63703 Fix incremental compile warnings in dynatablerf sample. by John Stalcup · 10 years ago
- 3853a29 Cleanup samples' POMs and update some dependencies by Thomas Broyer · 10 years ago
- b5f5c6e Update samples to use 2.7.0-SNAPSHOT of GWT and gwt-maven-plugin by Thomas Broyer · 10 years ago
- 80eca86 Clean logging config in samples. by Goktug Gokdogan · 10 years ago
- 2611f4e Updated maven examples to use GWT 2.6.1 by Daniel Kurka · 11 years ago
- 2262188 Fix all doctypes in samples by Brian Slesinsky · 11 years ago
- 802da20 Update HistoryImpl to use modern browser standards by Daniel Kurka · 11 years ago
- 9f3f450 Update sample POMs. by Matthew Dempsky · 11 years ago
- c8c4d25 Fix all "the the" and use "client-side" and "server-side" when adjectivized by Thomas Broyer · 11 years ago
- 074a368 bump pom.xml versions to 2.5.1 by mdempsky@google.com · 12 years ago
- 11926a8 Update pom.xm files for 2.5 by unnurg@google.com · 12 years ago
- 40d0d5c Update validator version to Final rather than GA by unnurg@google.com · 12 years ago
- 5bea9bc Update the hibernate version from 4.0.2 to 4.1.0 in the samples by unnurg@google.com · 12 years ago
- 0ebee67 Update GWT version and gwt-maven-plugin in sample pom.xml files by unnurg@google.com · 12 years ago
- 2d65830 Need to make more extensive changes and submit to the branch after it's set up by unnurg@google.com · 12 years ago
- 3d1cc50 Update GWT version in sample pom.xml files and uncomment accidentally by unnurg@google.com · 12 years ago
- 214502b Update Maven sample pom.xml files to use maven-compiler-plugin's annotation processing functionality. It is now understood by m2e-apt, so we can get rid of the hacks we had to put in to make this work in Eclipse/GPE. This also gets rid of the nasty need to refresh the project (manually) after a build. by gwt.mirrorbot@gmail.com · 12 years ago
- 14a1d61 Fix DynaTableRf build config by rchandia@google.com · 13 years ago
- 812ef80 Update POM versions to 2.5.0-rc1 by rchandia@google.com · 13 years ago
- c8f935e The DynaTable RF and Mobile Web App samples now use requestfactory-apt to by rjrjr@google.com · 13 years ago
- 53418e0 Fixes logging and character set warnings for dynatablerf and mobilewebapp samples. by rjrjr@google.com · 13 years ago
- 75f74f2 Fixes ant build of DynatableRf sample by rchandia@google.com · 13 years ago
- 93310a8 Convert DynaTableRF to use maven. Clean up the docs in the other two by rjrjr@google.com · 13 years ago
- 0429c82 Fixes DynaTableRF interface validation, and silences quirks mode warning. by rjrjr@google.com · 13 years ago
- a7ee037 Replace RequestFactoryInterfaceValidator with an annotation-processor-based by bobv@google.com · 13 years ago
- 9a77b3c Upgrading DynaTableRf and MobileWebApp to use DataGrid. The apps look identical, except that scrolling the table no longer scrolls the column headers out of view. by jlabanca@google.com · 14 years ago
- 0c143d0 Switch RequestFactory to use the real ConstraintViolation instead of the hacky Violation interface. by bobv@google.com · 14 years ago
- 2d723d0 Rollback of r10014 "Makes EventBus available outside of the gwt package" due to by gwt.mirrorbot@gmail.com · 14 years ago
- 150c56b Makes EventBus available outside of the gwt package, in by rjrjr@google.com · 14 years ago
- dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
- 015e403 Resubmitting r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
- 8582e49 Rolling back r9709, which replaced remaining uses of the legacy 'compiler.emulatedStack' property by fredsa@google.com · 14 years ago
- 1dc4d2e Quick patch, in follow up to r9344, which replaces remaining uses of the legacy 'compiler.emulatedStack' property, by fredsa@google.com · 14 years ago
- c58e808 Fixing a bug in DynaTableRf where multiple stale responses can push data into the CellTable, creating an infinite loop where each stale response changes the table range, triggering another request. Also abstracting the ImageButtons used in SimplePager, and fixing a bug where disabled buttons were still clickable. by jlabanca@google.com · 14 years ago
- eebaf34 Updates DTRF to show the use of ServiceLocators and Locators. by rchandia@google.com · 14 years ago
- dc0a38b Adding support for setting column widths in CellTable, and for allowing CellTable to use fixed table-layout for more precise control over column widths. I also updated the CellTable example in Showcase and the DynaTableRf sample with the new feature so that columns do not resize when paging. by jlabanca@google.com · 14 years ago
- 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 · 14 years ago
- d48badc Fix dynatablerf validation problem cause by overloaded method. by cromwellian@google.com · 14 years ago
- b0417b3 Use generics for EntityProxyId by rice@google.com · 14 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 · 14 years ago
- 003d7aa Resolve ROO-1452. by bobv@google.com · 14 years ago
- 9a41680 Adds additional keyboard support in Cell Widgets. CellList and CellTable now by jlabanca@google.com · 14 years ago
- 3cd1466 Make RequestFactory.getHistoryToken() play nicely with RF.getClass() and RF.getProxyId(). by bobv@google.com · 14 years ago
- 199d31a Rename RequestObject->Request and pull the 'with' method into it by rice@google.com · 14 years ago
- 63241c5 Get strong permutation from headers rather than serialized log record by unnurg@google.com · 14 years ago
- 4dda8e9 Restores following after fixing long ids, which besides not working would by rjrjr@google.com · 14 years ago
- e2a6639 Rollback patch to hide entity id in request factory, due to by rjrjr@google.com · 14 years ago
- 04c96ea Replaces the public and obnoxious String EntityProxy#getId() with the by rjrjr@google.com · 14 years ago
- e7e62f4 Migration from Long IDs to String IDs by rchandia@google.com · 14 years ago
- 4fbf076 Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix by rjrjr@google.com · 14 years ago
- 2ead5c5 Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr) by pdr@google.com · 14 years ago
- 29d47ef Make DynaTableRf use a ListEditor for the favorites. by bobv@google.com · 14 years ago
- f32fe2d Simplifies the RequestObject api: by rjrjr@google.com · 14 years ago
- e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 14 years ago
- c5a29ae Implement subscriptions in RequestFactoryEditorDriver. by bobv@google.com · 14 years ago
- 0adb648 Implement round-trip validation with RequestFactory and the Editor framework. by bobv@google.com · 14 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 · 14 years ago
- b3538ca Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html by rjrjr@google.com · 14 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 · 14 years ago
- cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 14 years ago
- 31bf06e Move remote logging into RF subclasses by unnurg@google.com · 14 years ago
- fe9207e Demonstrate client-side Editor errors. by bobv@google.com · 14 years ago
- ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 14 years ago
- 70f53e8 Adds a cheesey uncaught exception handler to DynaTableRF. by rjrjr@google.com · 14 years ago
- 442f7f2 Add ListEditor adapter implemented on top of a new CompositeEditor core by bobv@google.com · 14 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 · 14 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 · 14 years ago
- 599fd9b Factor a bean-like-object editor framework out of the RequestFactory editor work. by bobv@google.com · 14 years ago
- f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 14 years ago
- 097506c Initial support for round-trip edits in the DynaTableRF sample. by bobv@google.com · 14 years ago
- 41902cd Add DynaTableRf to the distribution, and fix some checkstyle issues. by rjrjr@google.com · 14 years ago