Reviewers: amitmanjhi,
Description:
Refactors ValueStore interface into something plausible and
implementable. Check point in ongoing work to implement
it.
In particular, EntityKey is now ValuesKey, and moves to the
valuestore package from requestfactory. Also, the Id and
Version notions are now first class parts of ValueStore, and
hint at how this will work with plain old JavaBeans. (Perhaps
version will move back to requestfactory though, we'll see.)
Also, refactors WatchesValue out of HasValue, since the latter
is so tied to event handling, and renames HasValueList to
WatchesValueList to be consistent.
Review by: [email protected]
Please review this at http://gwt-code-reviews.appspot.com/259801/show
Affected files:
M
bikeshed/src/com/google/gwt/requestfactory/client/impl/AbstractListJsonRequestObject.java
M
bikeshed/src/com/google/gwt/requestfactory/client/impl/RequestFactoryJsonImpl.java
D bikeshed/src/com/google/gwt/requestfactory/shared/EntityKey.java
M bikeshed/src/com/google/gwt/requestfactory/shared/EntityListRequest.java
M bikeshed/src/com/google/gwt/requestfactory/shared/Id.java
M bikeshed/src/com/google/gwt/requestfactory/shared/Version.java
M bikeshed/src/com/google/gwt/sample/expenses/client/EmployeeList.java
M bikeshed/src/com/google/gwt/sample/expenses/client/EntityList.java
M bikeshed/src/com/google/gwt/sample/expenses/client/Shell.java
M
bikeshed/src/com/google/gwt/sample/expenses/server/ExpensesDataServlet.java
M bikeshed/src/com/google/gwt/sample/expenses/shared/EmployeeKey.java
M bikeshed/src/com/google/gwt/sample/expenses/shared/ReportKey.java
A bikeshed/src/com/google/gwt/user/client/ui/HasValue.java
D bikeshed/src/com/google/gwt/user/client/ui/HasValueList.java
M bikeshed/src/com/google/gwt/valuestore/client/ValuesImpl.java
M bikeshed/src/com/google/gwt/valuestore/shared/DeltaValueStore.java
M bikeshed/src/com/google/gwt/valuestore/shared/ValueStore.java
M bikeshed/src/com/google/gwt/valuestore/shared/Values.java
A bikeshed/src/com/google/gwt/valuestore/shared/ValuesKey.java
A bikeshed/src/com/google/gwt/valuestore/shared/WatchesValue.java
A bikeshed/src/com/google/gwt/valuestore/shared/WatchesValueList.java
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
To unsubscribe from this group, send email to
google-web-toolkit-contributors+unsubscribegooglegroups.com or reply to this email with
the words "REMOVE ME" as the subject.