1 gwt-glom is a web UI for Glom database systems.
2 See http://www.glom.org
7 http://gitorious.org/online-glom/gwt-glom
11 You will need to install mvn (maven),
12 Maven will download other Java dependencies automatically.
14 To build the .war package, do:
17 To see test reports, and other stuff, by doing:
19 and then viewing target/site/index.html in your browser.
22 More documentation is on the glom wiki:
23 http://www.glom.org/wiki/index.php?title=Development/OnlineGlom
26 *** Building the source tarball ***
28 To build a source tarball, do:
31 This uses the maven-assembly-plugin, which is configured (in pom.xml) to use
32 our assembly.xml file.
37 We are using the default GWT compilation option of compiling the Java code to
38 obfuscated JavaScript. The reason for this is covered by this snippet from the
41 “obfuscation reduces the size of the generated JavaScript files, making them
42 faster to download and parse”
44 https://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html
49 To use Eclipse with gwt-glom, you'll need to install these via the
50 Install Software feature in eclipse:
52 * Google Plugin for Eclipse: https://developers.google.com/eclipse/docs/install-eclipse-4.4
53 (Choose the GWT stuff)
54 * m2e: http://eclipse.org/m2e/
56 You should then use File/Import../Maven/Existing Maven Projects/, selecting the gwt-glom
57 checkout as the Root Directory.