Font size:
HiveMind Example Code
Provided with HiveMind is sample application code, used to demonstrate ideas and features of the framework.
The example source code is provided with the standard distribution. You can build the code using Ant:
bash-2.05b$ ant compile Buildfile: build.xml compile: -display-download-warning: [mkdir] Created dir: C:\workspace\jakarta-hivemind\examples\target\module-lib\compile [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\compile -display-download-warning: [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\compile -display-download-warning: [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\compile -display-download-warning: [mkdir] Created dir: C:\workspace\jakarta-hivemind\examples\target\module-lib\run [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\run -display-download-warning: [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\run -display-download-warning: [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\run -display-download-warning: [mkdir] Created dir: C:\workspace\jakarta-hivemind\examples\target\module-lib\test [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\test [copy] Copying 1 file to C:\workspace\jakarta-hivemind\examples\target\module-lib\compile -compile-init: [mkdir] Created dir: C:\workspace\jakarta-hivemind\examples\target\generated-java [mkdir] Created dir: C:\workspace\jakarta-hivemind\examples\target\classes [echo] [echo] [echo] *** Compiling Java sources to target/classes ... [echo] [javac] Compiling 17 source files to C:\workspace\jakarta-hivemind\examples\target\classes [echo] [echo] [echo] *** Copying resources to target/classes ... [echo] BUILD SUCCESSFUL Total time: 4 seconds
Warning
Details on how to setup your local build environment are forthcoming.