[vox-tech] Raffle Application

Brian Lavender brian at brie.com
Tue Jan 8 11:19:24 PST 2013


So, I guess no one has ventured to try the new release of the raffle application.
It turns out I didn't push all the latest changes and that it didn't compile.
The change I didn't push was to the pom.xml. I pushed it and it compiles
now.


On Sun, Jan 06, 2013 at 02:02:24AM -0800, Brian Lavender wrote:
> Hello Everyone,
> 
> I just updated the raffle application named "Raffle it up!" to support mobile 
> devices. It will actually detect the device is mobile or a tablet using the
> ocp rewrite library. It uses the slidfast library and integration with Richfaces
> to render mobile.
> 
> http://github.com/brieweb/raffle
> 
> In order to try it, you will need JBoss 7.1.1. You will need at least Java 6 and Maven
> installed.
> 
> Unpack and start JBoss.
> $ tar zxf jboss-as-7.1.1.Final.tar.gz
> $ cd jboss-as-7.1.1
> $ bin/standalone.sh
> 
> Clone the raffle source.
> 
> $ git clone https://github.com/brieweb/raffle.git
> $ cd raffle
> $ export JBOSS_HOME=<path to JBoss you unziped above>
> $ mvn jboss-as:deploy
> 
> Point your browser to http://localhost:8080/raffle/
> 
> If you want to try it with your mobile device, you can start jboss with
> the following command:
> 
> $ bin/standalone.sh -b 0.0.0.0
> 
> I will also be putting this on the Raspberry Pi hacked into an access point.
> 
> brian
> -- 
> Brian Lavender
> http://www.brie.com/brian/
> 
> "There are two ways of constructing a software design. One way is to
> make it so simple that there are obviously no deficiencies. And the other
> way is to make it so complicated that there are no obvious deficiencies."
> 
> Professor C. A. R. Hoare
> The 1980 Turing award lecture
> _______________________________________________
> vox-tech mailing list
> vox-tech at lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech

-- 
Brian Lavender
http://www.brie.com/brian/

"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."

Professor C. A. R. Hoare
The 1980 Turing award lecture


More information about the vox-tech mailing list