Revision: 9018
Author: [email protected]
Date: Mon Oct 11 12:49:32 2010
Log: Edited wiki page Editors through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9018
Modified:
/wiki/Editors.wiki
=======================================
--- /wiki/Editors.wiki Mon Oct 11 11:53:09 2010
+++ /wiki/Editors.wiki Mon Oct 11 12:49:32 2010
@@ -6,8 +6,18 @@
<wiki:toc />
+== Goals ==
+ * Decrease the amount of glue code necessary to move data from an object
graph into a UI and back.
+ * Be compatible with any object that looks like a bean, regardless of
its implementation mechanism (POJO, JSO, RPC, RequestFactory).
+ * Support arbitrary composition of Editors.
+ * For post-GWT 2.1 release, establish the following trajectories:
+ * Create an API that can be used by UiBinder
+ * Support client-side JSR 303 Validation when it's available
+
== Quickstart ==
+Import the `com.google.gwt.editor.Editor` module in your `gwt.xml` file.
+
{{{
// Regular POJO, no special types needed
public class Person {
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors