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 However, you must separately install the shared library part of java-libglom.
15 for instance, for Ubuntu via the libjava-libglom-java package
16 from the PPA for stable releases:
17 https://launchpad.net/~openismus-team/+archive/ppa
18 or from the PPA for unstable releases:
19 https://launchpad.net/~openismus-team/+archive/openismus-glom-unstable/+packages
21 To build the .war package, do:
24 To see test reports, and other stuff, by doing:
26 and then viewing target/site/index.html in your browser.
29 More documentation is on the glom wiki:
30 http://www.glom.org/wiki/index.php?title=Development/OnlineGlom
33 *** Building the source tarball ***
35 To build a source tarball, do:
38 This uses the maven-assembly-plugin, which is configured (in pom.xml) to use
39 our assembly.xml file.
44 We are using the default GWT compilation option of compiling the Java code to
45 obfuscated JavaScript. The reason for this is covered by this snippet from the
48 “obfuscation reduces the size of the generated JavaScript files, making them
49 faster to download and parse”
51 https://code.google.com/webtoolkit/doc/latest/FAQ_DebuggingAndCompiling.html